# My Community Page

![](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-MX6yAZwBjPY50xlA0v4%2F-MX6yLIviaVBL9GMYyeY%2Fmcp1.png?alt=media\&token=0ca84a6c-c91a-4614-8cd6-79fe952d2601)

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2F7YqNQV0MS9PmLGCok097%2FScreenshot%202566-02-22%20at%2007.19.44.png?alt=media&#x26;token=09942781-76b4-4b34-9861-fd4841f90d6c" alt=""><figcaption><p>My community search view</p></figcaption></figure>

### Features

| Feature            | Description                                                                                                                                                                                 |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| My community list  | User can scroll vertically to see a list of communities that the user has joined sorted in alphabetical order.                                                                              |
| Community search   | User can search for a community using the Community name.                                                                                                                                   |
| Community creation | User can click on **+** button, to open [Community Creation page](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/community-creation-page). |

### Usage

```
AmityMyCommunityFragment
    .newInstance()
    .enableSearch(true) // seach view to search community
    .showOptionsMenu(true) // option menu to create community in toolbar
    .build()
```
