# Communities By Category Page

The Communities by Category page offers a quick and efficient way to view all communities within a selected category, making it ideal for users interested in exploring related communities.

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

### Features

| Feature             | Description                                                                         |
| ------------------- | ----------------------------------------------------------------------------------- |
| List of communities | Displays list of communities under a particular categories with pagination support. |

### Customization

<table><thead><tr><th width="301">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td>communities_by_category_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/1abf914c87a19fa7bf32dad9f2a47e15>" %}
{% endtab %}

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

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

{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/6e80cd67a2974d281ddb11bb4e52092e>" %}
{% 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/communities-by-category-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.
