# Community Categories Component

The Community Categories component displays five categories in a horizontally scrollable view and allows users to explore more categories. It is featured at the top of the Explore tab on the Social Home page, offering a streamlined experience for users to engage with community categories.

<div align="center" data-full-width="false"><figure><img src="/files/MtTq9hdMQPPkyxpECQBT" alt=""><figcaption></figcaption></figure></div>

### Features

| Feature      | Description                                                 |
| ------------ | ----------------------------------------------------------- |
| Categories   | Highlights 5 categories making them immediately accessible. |
| See More Tab | Allows user to view all categories in a separate page       |

### 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/community_categories/*</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/1d59bb4875ef3d605bff471ecfefe955>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/649cbf7f08f384340810e6d9c7b335e7>" %}
{% 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/community-categories-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.
