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

# Quick Start

Get from sign-up to your first campaign search in under 10 minutes.

***

## Step 1 — Create your account

Go to [app.fair-influence.com](https://app.fair-influence.com/login) and sign up with your work email. Once your account is created, you'll land on the Fair dashboard.

> **Need a demo first?** [Book a 30-minute walkthrough](https://calendly.com/dendy-fair-indonesia/globalfairdemosession) with the Fair team before committing.

***

## Step 2 — Set up your brand profile

Before searching for creators, fill in your brand profile. This helps Fair surface more relevant results and gives creators context when they review collaboration requests.

1. Go to **Settings → Brand Profile**
2. Enter your brand name, industry, and target audience
3. Add your social handles (optional but recommended)

***

## Step 3 — Search for creators

1. Navigate to **Creator Discovery** in the left sidebar
2. Enter a keyword, niche, or creator name in the search bar
3. Apply filters — platform (Instagram / TikTok / YouTube), follower range, engagement rate, location
4. Browse results and click any creator card to open their full profile

{% hint style="info" %}
The more filters you apply, the more targeted your results. A broad search across 150M+ creators will surface a lot of noise — narrow it down.
{% endhint %}

***

## Step 4 — Analyse a creator

Click on any creator to open their Analyser profile. You'll see:

* Engagement rate and average likes
* Audience authenticity score
* Follower growth trend
* Audience demographic breakdown (age, gender, location)

If the profile looks right, click **Add to Campaign** or **Save to List**.

***

## Step 5 — Create a campaign

1. Go to **Campaigns → New Campaign**
2. Name your campaign and set your timeline
3. Add the creators you shortlisted in the previous step
4. Set your deliverables and budget

Once live, Fair tracks all campaign activity in real time from your dashboard.

***

## What's next

* [Account Setup](/docs/getting-started/account-setup.md) — team members, billing, and notification settings
* [Finding the Right Creators](/docs/guides/finding-the-right-creators.md) — advanced search and filter strategies
* [Running Your First Campaign](/docs/guides/running-your-first-campaign.md) — end-to-end campaign guide


---

# 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/quick-start.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.
