# Community Creation Page

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FIZeYpYxWgwDmLeLfyL2N%2FScreenshot%202566-02-20%20at%2012.14.47.png?alt=media&#x26;token=ec2a03a7-fc4b-4efd-8430-82781a49a3b4" alt=""><figcaption><p>Default state of community creation page</p></figcaption></figure>

{% hint style="info" %}
In this version, there is no support for `Only admin can post`
{% endhint %}

### Feature and Component

| Feature            | Description                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------- |
| Community creation | User can create a community by filling the required fields and tapping the Create community button. |

### Usage

**Create a view controller**

```swift
// Create type
let viewController = AmityCommunityCreatorViewController.make()

// Edit type
let viewController = AmityCommunityEditorViewController.make(withCommunityId: "COMMUNITY_ID")
```
