# Recommended Communities Component

The Recommended Communities component displays the top four recommended communities for users to join. It appears after the Community Categories component in the Explore tab, providing a seamless experience for users to discover and engage with new communities.

<figure><img src="/files/bLHbI7SVqlDAeiSnm7zp" alt=""><figcaption></figcaption></figure>

### Features

| Feature                 | Description                               |
| ----------------------- | ----------------------------------------- |
| Recommended Communities | Recommends 4 communities for user to join |

### Customization

<table><thead><tr><th width="301">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td>social_home_page/recommended_communities/*</td><td>Component</td><td>You can customize component <code>theme</code></td></tr></tbody></table>

For more details on customization, please refer to the [Customization](/social-plus-uikit/uikit-4/customization.md) page.

### Usage <a href="#usage" id="usage"></a>

The component is designed to be easily integrated into your application, providing a rich user interface for social interactions.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/fb2972149b9579c1eda7c76bb19d353e>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/5933b4141a737e16df4ffa230400e6e5>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/uikit-4/social/discover-and-search/social-home-page/recommended-communities-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
