> 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/pro.md).

# Pro

**$499 / month**

Pro is built for teams running campaigns at scale — more credits, no campaign cap, and API access to connect Fair with your broader marketing stack.

***

## What's included

Everything in Self-Service, plus:

* **20,000 credits per month** — 4x the creator research capacity
* **Unlimited active campaigns** — no cap on how many campaigns you can run simultaneously
* **API access** — programmatic access to Fair's creator data, campaign metrics, and analytics
* **Priority support** — faster response times from the Fair team

***

## Who it's for

* Marketing teams running high-volume influencer programs
* Agencies managing multiple client campaigns
* Teams that want to pull Fair data into internal dashboards or reporting tools

***

## API access on Pro

With Pro, you get access to the Fair API. You can use it to:

* Query creator profiles programmatically
* Pull campaign performance data into your own dashboards
* Automate reporting workflows
* Integrate Fair metrics with your CRM or BI tools

See the [Developer Overview](/docs/developers/overview.md) to get started.

***

## Getting started on Pro

1. Sign up or log in at [app.fair-influence.com](https://app.fair-influence.com/login)
2. Select the Pro plan from **Settings → Billing**
3. Generate your API key from **Settings → Developer** if you need API access

***

## Upgrading to Growth Partner

If you want Fair to manage your campaigns end to end — not just give you the tools — see [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/pro.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.
