> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/feature-experimentation-and-rollout/campaign-creation.md).

# Campaign Creation

Campaigns can be created directly from the [**Campaign Dashboard**](/feature-experimentation-and-rollout/managing-campaigns-in-fe-and-r.md).

<figure><img src="/files/sbuqdNkOoil9EYi55gtq" alt=""><figcaption></figcaption></figure>

1. Click **Create campaign** (top right of the dashboard).
2. Select the type of campaign you want to create.
3. You will be redirected to the **Main Information** page to configure your campaign.

From there, you can define targeting, traffic allocation, variations, and environments depending on the selected campaign type.

### Available Campaign types

<figure><img src="/files/D22wApINjtWjtCx7cygG" alt=""><figcaption></figcaption></figure>

Feature Experimentation & Rollout (FE\&R) offers three types of campaigns, designed to support both experimentation and progressive delivery strategies:

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>A/B Test</h4><p></p><p>An <strong>A/B Test</strong> allows you to validate a simple or complex hypothesis by splitting traffic between multiple variations to identify the best-performing version. In a server-side setup, it enables deeper experimentation on backend logic, pricing, algorithms, APIs, or cross-channel experiences with full control and performance reliability.</p></td><td><a href="/files/3I0TevyQEoW2dQx1LeX4">/files/3I0TevyQEoW2dQx1LeX4</a></td><td><a href="/pages/hOPV2CACLVrUfuMA2bXJ">/pages/hOPV2CACLVrUfuMA2bXJ</a></td></tr><tr><td><h4>Feature Toggle</h4><p></p><p>A <strong>Feature Toggle</strong> lets you progressively release or deactivate a feature using   flag, giving you full control over rollout, segmentation, and instant rollback without redeploying your application.</p></td><td><a href="/files/VK91JJWLO2vgWsujCbwA">/files/VK91JJWLO2vgWsujCbwA</a></td><td><a href="/pages/ceTun7BZQRiHJZPjNAAw">/pages/ceTun7BZQRiHJZPjNAAw</a></td></tr><tr><td><h4>Personalization</h4><p></p><p>A <strong>Personalization</strong> campaign allows you to dynamically adapt content or features for all users or specific audiences. In a server-side context, it ensures consistent cross-device experiences, advanced targeting based on backend data, and full control over performance.</p></td><td><a href="/files/Wxv2BK2dFpsJLRDZgomk">/files/Wxv2BK2dFpsJLRDZgomk</a></td><td><a href="/pages/3XUjcF2RdErq2TrDeLdD">/pages/3XUjcF2RdErq2TrDeLdD</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.abtasty.com/feature-experimentation-and-rollout/campaign-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
