# All Categories Page

The All Categories page provides users with an organized list of community categories, making it easy to explore and discover communities based on different interests and topics.

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

### Features

| Feature              | Description                                                        |
| -------------------- | ------------------------------------------------------------------ |
| Community Categories | Displays list of community categories with support for pagination. |

### Customization

<table><thead><tr><th width="301">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td>all_categories_page/*<em>/*</em></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/644905e1cb022896446b4206e22f9af3>" %}
{% endtab %}

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

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/amythee/5c83ed92981168d0259d8f838f564488>" %}

{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/4892aec489a41f1d9a00d9868544bf22>" %}
{% 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/all-categories-page.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.
