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

# Quick Start

### <mark style="color:$primary;">**1. Choose C**</mark><mark style="color:$primary;">ampaign</mark> <mark style="color:$primary;">**Type**</mark>

Click "Create Campaign" and select:

**Live Rewards**\
Set approval bonuses, Spotlights, and performance payouts. Creators earn in real-time.

**Contest**\
Fixed prizes for Top 3, Top 5, or Top 10. Set a deadline and winner amounts.

### <mark style="color:$primary;">**2. Fill details and write Your Brief**</mark>

Be specific about what you want:

✅ **Good:** "Create a 30-60 second video showing how you use \[Product] in your daily workflow"\
❌ **Bad:** "Make content about our brand"

Include:

* What to create
* What must be included (logo, product name, CTA)
* What to avoid (profanity, competitors, false claims)
* Where to post (select platforms)

Set as **Public** (anyone can join) or **Private** (invite-only).

### <mark style="color:$primary;">**3. Upload Assets (Google drive URL)**</mark>

Give creators what they need:

* Brand logos and guidelines
* Product images/videos
* Raw footage for remixing
* Audio files, templates

More assets = better submissions.

### <mark style="color:$primary;">**4. Set Rewards**</mark>

**Remember that bigger rewards attract bigger creators.**

Choose reward types:

**✅ Approval Bonuses**\
Pay every creator who meets your standards.\
Example: $20 per approved post

**🔦 Spotlights**\
Feature exceptional work with higher rewards.\
Example: $100-200 per Spotlight

**📈Performance** \
Reward based on views or engagement.\
Example: $1 per 1,000 views

You can rely on our best practice multiples or manually edit payments per platform and per engagement to suit your objectives.

**🏆 Contest Prizes**\
Fixed payouts for top winners. You choose winners when timer hits 0. \
Example: $500, $300, $200 or $50 for top 10

You control the budget. GIMI takes 20% as a platform fee - no other costs

### <mark style="color:$primary;">**5. Launch**</mark>

Click "Launch Campaign" to go live.

Or "Save as Draft" to finalize later.

Share your campaign's link in Discord, Telegram, X, email, or community channels.


---

# 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://gimi.gitbook.io/gimi/brands/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.
