# Creating Your Community

## Setup

Go to [app.airaa.xyz](https://app.airaa.xyz) and click **Create Community**. You'll configure:

**Name and branding** Your Community name and logo are visible to creators when they browse the directory or receive an invitation.

**Category and niche** Select the verticals that match your brand (e.g., web3, gaming, DTC, fitness). This determines which creators Airaa surfaces your Community to.

**Region** Set a primary region or leave global. Campaigns can override this with per-campaign geo filters.

**Visibility**

| Setting | Who can find it                   | Who can join                      |
| ------- | --------------------------------- | --------------------------------- |
| Public  | All creators in the Airaa network | Anyone (you approve applications) |
| Private | No one - invite-only              | Only creators you invite directly |

You can switch visibility at any time. Switching to private does not remove existing members.

## Funding

Communities themselves are free to create. Campaign budgets are funded separately, in USDC on Base, at the time of campaign launch.

***

* [Managing creators →](/communities/managing-creators.md)
* [Launch your first campaign →](/campaigns/overview.md)


---

# 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.airaa.xyz/communities/creating-your-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.
