# User Profile Edit Page

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FKynJq0LOBDfze9y5UgZ3%2FScreenshot%202566-02-22%20at%2012.40.02.png?alt=media&#x26;token=52a6999a-155e-4434-aeb1-2e31d47cfe5b" alt=""><figcaption></figcaption></figure>

## Features

| Feature             | Description                                                                                                                    |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| User profile update | User can update the information such as avatar, display name, and description.  Profile will be updated upon tapping **Save**. |

## **Usage**

### **Start an Activity**

```swift
val intent = AmityEditUserProfileActivity.newIntent(this)
startActivity(intent)
```

### **Create a Fragment**&#x20;

```
AmityUserProfileEditorFragment.newInstance().build()
```
