# Community Profile Edit Page

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FSeuXiQHwnSax3q9K90LP%2FScreenshot%202566-02-22%20at%2007.26.27.png?alt=media&#x26;token=7390451f-7243-49d2-b3dd-c4336cbf40e3" alt=""><figcaption></figcaption></figure>

### Features

| Feature                  | Description                                                                                                                                                     |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Community profile update | User can update the information such as avatar, community name, description, categories, etc for this community. Profile will be updated upon tapping **SAVE**. |

### Usage

**Create a Fragment**

```
AmityCommunityEditorFragment
    .newInstance(community or communityId)
    .build(activity)
```
