# Community Creation Page

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2F40lyCOmKU53Bl58qdJX4%2FScreenshot%202566-02-22%20at%2007.24.40.png?alt=media&#x26;token=b2f289ed-d371-4500-8e9f-e9acc0c9c703" alt=""><figcaption><p>Default state of community creation page</p></figcaption></figure>

### Feature and Component

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

### Usage

**Start an Activity**

```swift
val intent =  Intent(this, AmityCommunityCreatorActivity::class.java)
startActivity(intent)
```

**Create a Fragment**

```
AmityCommunityCreatorFragment.newInstance().build()
```
