> 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/getting-started/account-setup.md).

# Account Setup

Everything you need to configure before you start running campaigns.

***

## Billing and plan

Your plan determines how many credits you have per month and how many campaigns you can run simultaneously. To view or change your plan:

1. Go to **Settings → Billing**
2. Review your current plan and usage
3. Upgrade or downgrade at any time — changes take effect on your next billing cycle

See [Plans Overview](/docs/plans/overview.md) for a full comparison.

***

## Invite team members

Fair lets multiple people work in the same workspace. To add teammates:

1. Go to **Settings → Team**
2. Click **Invite Member**
3. Enter their email address and assign a role

| Role    | What they can do                                                |
| ------- | --------------------------------------------------------------- |
| Admin   | Full access — billing, settings, campaigns, and team management |
| Manager | Create and manage campaigns, access all creator data            |
| Viewer  | Read-only access to campaigns and reports                       |

***

## Connect your social accounts

Connecting your brand's social accounts lets Fair pull in your own performance data and gives context to creator collaborations.

1. Go to **Settings → Integrations**
2. Click **Connect** next to Instagram, TikTok, or YouTube
3. Authenticate via the platform's OAuth flow

***

## Notification settings

Control which alerts you receive from Fair:

* Campaign milestone updates
* Creator response notifications
* Weekly performance summaries
* Billing reminders

Go to **Settings → Notifications** to configure your preferences.

***

## API access

If you're a developer integrating Fair with external tools, generate your API key from **Settings → Developer → API Keys**.

See the [Developer Overview](/docs/developers/overview.md) for setup instructions.

***

## Next steps

* [Creator Discovery](/docs/features/creator-discovery.md) — start finding creators
* [Running Your First Campaign](/docs/guides/running-your-first-campaign.md) — launch your first campaign


---

# 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/getting-started/account-setup.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.
