> For the complete documentation index, see [llms.txt](https://docs.airaa.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airaa.xyz/getting-started/for-brands.md).

# For Brands

Get your brand's creator community live in under 30 minutes.

<figure><img src="/files/UShX3oKviPih1X6TIVh6" alt=""><figcaption></figcaption></figure>

## Step 1: Create your Community

A Community is your brand's private creator hub on Airaa. Everything - campaigns, creator profiles, performance data, and payout history - lives inside it.

Go to [app.airaa.xyz](https://app.airaa.xyz) and create your Community. You'll set:

* **Name and branding** - how creators see your brand
* **Visibility** - public (discoverable by creators in the Airaa network) or private (invite-only)
* **Niche and region** - used to surface your Community to relevant creators

## Step 2: Add creators

Two ways to populate your Community:

**Invite existing creators -** share your community link to the creators you work and easily onboard them.

**Open to applications** - toggle your Community to public. Creators from Airaa's 50,000+ network can apply. You approve or reject each application.

You can run both simultaneously.

## Step 3: Launch a campaign

Inside your Community, open the **Campaign App Store** and pick a campaign type:

| Campaign                                     | Best for                               | Min budget |
| -------------------------------------------- | -------------------------------------- | ---------- |
| [Instant Tasks](/campaigns/instant-tasks.md) | Fast reach, follows, quotes, referrals | $100 USDC  |
| [UGC](/campaigns/ugc.md)                     | Short-form video content at scale      | Custom     |
| [Clipping](/campaigns/clipping.md)           | Repurposing long-form into clips       | Custom     |
| [Aura Board](/campaigns/aura-board.md)       | KOL mindshare competition, pre-TGE     | Custom     |

Configure your brief, set eligibility filters, fund the campaign, and launch. Airaa handles verification, approval, and payouts automatically.

## Step 4: Track performance

Your Community dashboard shows creator-level performance across all campaigns: views, engagement, submissions, payout history, and quality scores. Data is exportable at any time.

***

## Pricing

Airaa is sold as a SaaS subscription. Creator reward budgets are separate and fully controlled by you. [Book a call](https://cal.com/airaa) to scope the right plan for your Community.

For Instant Tasks, Airaa charges a **15% platform fee** on top of the creator reward budget.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.airaa.xyz/getting-started/for-brands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
