# Create Community

### Overview

Users can create their own communities to gather like-minded individuals and share content. Each community will have its own tokens. Creating a community requires AVAX for the transaction fee. Additionally, you will have the option to receive a free token allocation that can be used later to reward or airdrop to your members.

<figure><img src="/files/WqZzEzW9MY5ZBXWb64n9" alt="" width="563"><figcaption></figcaption></figure>

### How to Create a Community

1. Navigate to the "Communities" page.
2. Click on the "Create Community" button.
3. Fill in the required details, including:
   * **Community Name**: The name of your community.
   * **Ticker Symbol**: The unique identifier for your community's token.
   * **Community Logo (Optional)**: The profile logo of your community.
   * **Description**: A brief description of your community's purpose and goals.
   * **Token Creator Allocation (Optional)**: Specify the amount of free tokens for future rewards or airdrops.
4. Review the details and ensure all information is correct.
5. Click "Submit" to finalize and establish your community.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.musing.io/features/create-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
