> 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/communities/managing-creators.md).

# Managing Creators

## Adding creators

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

**Adding creators**

**Invitations** Send direct invitations via email address or wallet address. Use this for existing ambassadors or curated lists. Invited creators receive a link to join your Community - they do not need to apply.

**Open applications** Set your Community to public and creators from Airaa's network can apply. You review each application and approve or reject it. Approved creators become full members immediately.

## Creator profiles

Each creator in your Community has a profile showing:

* Connected platforms and account stats (followers, engagement rate)
* **Quality Score** - Airaa's composite reliability and performance score
* Campaign history within your Community - submissions, approvals, rejections
* Lifetime earnings from your Community
* Content samples from past campaigns

## Removing creators

You can remove a creator from your Community at any time. Removal does not affect completed campaigns or payouts. Removed creators retain their Airaa account and can join other Communities.

## Roles and access

Multiple team members can manage a Community. Available roles:

| Role   | Permissions                                        |
| ------ | -------------------------------------------------- |
| Owner  | Full access, billing, delete Community             |
| Admin  | Manage creators, launch campaigns, view analytics  |
| Viewer | View-only access to analytics and creator profiles |

Add team members from **Community Settings → Team**.

## Exporting data

Export your full creator roster, campaign performance data, and payout history as CSV from **Community Settings → Export**. You own this data.


---

# 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/communities/managing-creators.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.
