# Categories

![](/files/-MX6xK9gvoNfdY-cPdfk)

### Features

| Feature                            | Description                                                                                                                                                                  |
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Category list                      | User can see up to eight categories sorted in alphabetical order.                                                                                                            |
| Navigation to Category detail page | When a user clicks on a category item, the user is navigated to Category detail page.                                                                                        |
| Navigation to Category list        | When a user selects the arrow, the user is navigated to [Category list page.](/social-plus-uikit/uikit-3/android/community/using-only-some-components/category-list-page.md) |

### Usage

**Create a Fragment**&#x20;

```
AmityCategoryPreviewFragment.newInstance().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-home-page/explore/categories.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.
