# Community List By Category Page

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

### Features

| Feature                              | Description                                                                                                                                                                                 |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Community list by category           | User can see a list of all communities that belong to a category sorted in alphabetical order.                                                                                              |
| Navigation to Community Profile page | When a user selects a community item, the user is navigated to [Community Profile page](/social-plus-uikit/uikit-3/android/community/using-only-some-components/community-profile-page.md). |

### Usage

**Start an Activity**

```swift
val intent = AmityCategoryCommunityListActivity.newIntent( this, category)
startActivity(intent)
```

**Create a Fragment**

```
AmityCategoryCommunityListFragment
            .newInstance()
            .category(category)
            .build()
```


---

# 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-3/android/community/using-only-some-components/community-list-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.
