# Post Edit Page

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FjFOMwdduwZEeHcKEE5vZ%2FScreenshot%202566-02-22%20at%2005.47.01.png?alt=media&#x26;token=826248d7-6515-403c-b452-367cfc722705" alt=""><figcaption><p>Edit post</p></figcaption></figure>

![Edit post with mention](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FndzYyJ94W38tahAgwvgj%2Fedit%20post.png?alt=media\&token=1c66f85e-1c75-428f-8bbc-4ed6ce45af97)

{% hint style="info" %}
Limitation: Images and files can only be removed from a post. New images or files cannot be added.
{% endhint %}

### Features

| Feature       | Description                |
| ------------- | -------------------------- |
| Text editing  | User can edit text content |
| Image removal | User can remove images     |
| File removal  | User can remove files      |

### Usage

**Create a view controller**

```swift
let viewController = AmityPostEditorViewController.make(withPostId: "POST_ID")
```

**Parameter**

| Parameter | Description                       |
| --------- | --------------------------------- |
| postId    | identifier of the particular post |
