> For the complete documentation index, see [llms.txt](https://fair-indonesia.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fair-indonesia.gitbook.io/docs/plans/overview.md).

# Plans Overview

Fair offers three tiers — one for teams who want to run campaigns themselves, one for teams that need more scale, and one for brands that want Fair to run campaigns on their behalf.

***

## Plan comparison

|                                | Self-Service | Pro          | Growth Partner |
| ------------------------------ | ------------ | ------------ | -------------- |
| **Price**                      | $199 / month | $499 / month | Custom         |
| **Credits / month**            | 5,000        | 20,000       | Custom         |
| **Active campaigns**           | 3            | Unlimited    | Unlimited      |
| **Creator Discovery**          | ✓            | ✓            | ✓              |
| **Analyser**                   | ✓            | ✓            | ✓              |
| **Campaign Management**        | ✓            | ✓            | ✓              |
| **Brand Analytics**            | ✓            | ✓            | ✓              |
| **Creator Overlap**            | ✓            | ✓            | ✓              |
| **API access**                 | —            | ✓            | ✓              |
| **Dedicated account manager**  | —            | —            | ✓              |
| **KOL specialist team**        | —            | —            | ✓              |
| **Managed campaign execution** | —            | —            | ✓              |

***

## Which plan is right for you?

**Self-Service** is a good fit if your team runs 1–3 campaigns at a time and you're comfortable managing the workflow yourselves.

**Pro** makes sense if you're running more campaigns simultaneously, need higher creator search volume, or want API access to connect Fair with your other tools.

**Growth Partner** is for brands and agencies that want Fair to handle the execution — including creator selection, outreach, campaign management, and reporting — with a dedicated team.

***

## Credits explained

Credits are consumed when you open a creator's full Analyser profile from search. Browsing search results without clicking into profiles does not use credits.

Credits reset at the start of each billing cycle and do not roll over.

***

## Billing

Fair bills monthly. You can upgrade or downgrade your plan at any time — changes take effect at the start of your next billing cycle.

To manage your subscription, go to **Settings → Billing**.

***

## More detail

* [Self-Service](/docs/plans/self-service.md)
* [Pro](/docs/plans/pro.md)
* [Growth Partner](/docs/plans/growth-partner.md)


---

# 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://fair-indonesia.gitbook.io/docs/plans/overview.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.
