> For the complete documentation index, see [llms.txt](https://docs.claimr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claimr.io/campaigns/create-new-campaign.md).

# Create new campaign

### Before you start

Make sure you have:

* A Claimr account with access to the admin panel
* An organization set up (or reate one during this process)
* A clear idea of what you want your campaign to achieve

### Create your campaign

1. **Sign in to Claimr**⚡️ **admin panel**\
   Open your web browser and navigate to the login page: [https://panel.claimr.io](https://panel.claimr.io/)\
   Enter your email and password to sign in.
2. **Select your organization**

   Choose the organization for which you'd like to create a campaign. Click on the organization's tile and you'll be taken to its page.
3. **Start your campaign**\
   Click <mark style="color:green;">**Create new campaign**</mark> button. You’ll be guided through the new campaign creation flow.\
   **What you'll see**: A guided setup process that walks you through each configuration step.

<figure><img src="/files/Q6froWCp4UPums2LFnpU" alt="" width="563"><figcaption><p>Create new campaign button</p></figcaption></figure>

**4. Fill out the campaign basics**\
Configure the fundamental settings for your campaign:

<figure><img src="/files/qEymPfleTlzooftxwtaz" alt="" width="375"><figcaption><p>Create new campaign stage</p></figcaption></figure>

* Choose a clear and recognizable name.&#x20;
* Customize how points are referred to (e.g., “Points”, “XP”, “Tickets”).
* Select the platforms your users will use to join the campaign (e.g., Twitter, Telegram, Discord).

Click <mark style="color:green;">**Continue**</mark> when you’re ready.

5. **Select a template or start from scratch:**&#x20;

<figure><img src="/files/jLU8kbZpiw5F92foqTZL" alt="" width="375"><figcaption><p>Campaign tamplates stage</p></figcaption></figure>

* **Empty** – Start with a blank canvas. You'll set everything up manually. Best for experienced users or unique campaign structures.
* **X Basic** – Pre-configured Twitter/X tasks including follow, like, and retweet tasks. Launch a social campaign in minutes.
* **Discord Basic** – Discord-focused task templates with join server and verify role tasks. Perfect for community-building.
* **Telegram Basic** – Telegram task templates with channel join and bot interaction tasks. Great for Web3 projects.
* **Referral Basic** – Referral program template with multi-level tracking pre-configured. Start your viral loop immediately.

Click your preferred template to select it, then click **Continue**.

**6. Choose your style**&#x20;

Select the visual theme for your campaign widget - this is your final customization before creating the campaign.

<figure><img src="/files/UAhsVRmnof4jrfXdS0Gp" alt="" width="375"><figcaption></figcaption></figure>

* **Claimr ⚡ theme** (Default) – The standard Claimr branded design. Professional and polished, works great for most campaigns.
* **Mini theme** – Compact, space-efficient layout. Perfect for mobile-first campaigns with a clean and minimalist look.
* **Flat app** – Modern, flat design aesthetic with a streamlined appearance. Great for sleek, contemporary brands.

Click your preferred style, then click **Create campaign** to finalize.

Congratulations! You've successfully created your first Claimr campaign. It's now visible on your organization's dashboard.

After creating your campaign, you'll be redirected the **Quest group settings page.** From there, you can begin setting up your campaign in detail.

### What to do next

Now that your campaign exists, configure it to match your goals:

1. [**Set up general settings** ](/campaigns/general-campaign-settings.md)- Configure your campaign's core parameters
2. [**Create quests** ](/widget.md)- Build the user journey
3. [**Add tasks**](/tasks.md) - Define specific actions users complete
4. [**Configure rewards**](/rewards/reward-settings.md) - Set up your reward system
5. [**Customize your widget**](/widget/widget-configurations.md) - Brand your campaign experience

{% hint style="info" %}
**Pro tip**: Start with general settings to establish your campaign's foundation, then move to quests and tasks to build the user experience.
{% endhint %}

### Common questions

**Can I change my campaign style after creation?** \
Yes, you can update your widget style in the Widget settings at any time.

**What if I'm not sure which template to choose?** \
Start with "Empty" for full control, or choose a platform-specific template if you're focusing on one channel. You can always add or remove tasks later.

**Can I add more login platforms after creating the campaign?** \
Yes, you can modify login platforms in your General Settings.&#x20;


---

# 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://docs.claimr.io/campaigns/create-new-campaign.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.
