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

# New Campaign Builder

We’ve redesigned the campaign building experience to make it faster, clearer, and more intuitive. The new interface replaces the old **left-to-right step-by-step** workflow with a **single-page, top-down layout**—so you can build and review your campaign in one place without jumping between steps.

Here’s what’s new and how to make the most of it.

### What’s New?

#### From Steps to Sections

**Old Experience:** Previously, you moved through campaign setup using a horizontal stepper across the top (e.g., Channels → Recipients → Content → Review).

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

**New Experience:** Now, everything is organized into collapsible **sections on a single scrollable page.**

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

### Key Sections in the New Flow

**Left Pane**

* When you click **Create campaign**, you will start by selecting your channel.

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

* On the left side, you will start with the **Campaign name** and then following section
  * **Recipients:** Select Send to and Don't Send to lists and segments. You can also open advanced settings to see the following options:
    * Skip frequently messaged contacts
    * Limit maximum recipients
    * Global & Percentage Holdout settings

<figure><img src="/files/q1Kx0X9OLckYmXUWGl67" alt="" width="563"><figcaption></figcaption></figure>

* **Sender:** This is where you can select your sending domain, sender name and address

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

* **Schedule: You will now be able to select the different scheduling options here:**
  * **Immediately:** This will send the campaign immediately
  * **Fixed Time:** This is the scheduling option for future date and time
  * **Gradual Send (equal hourly limit):** A fixed number every hour
  * **Gradual Send (% per interval):** A fixed percentage in selected timeframe
  * **Double rate (2x increase per interval)**
  * **Auto warm-up** for optimization of new IPs

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

* **More settings:** This section contains all the non-mandatory settings which include
  * Tags
  * Tracking
  * Locale Matching
  * Additional data
  * A/B Testing

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

**Right Pane**

* On the right side, you can create and select content

<figure><img src="/files/69xuH7pFcNuqepn8KzLW" alt=""><figcaption></figcaption></figure>

* Once added, you can see the content details and preview here

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

* While your changes are auto-saved, you could still click on **Save as draft** at the top right
* Click on **Send test** on top right after you have added all details to open the testing window

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

* Click on **Send campaign** or **Schedule campaign** to launch the campaign

***

### Why We Made This Change

* **Faster Building:** No more clicking through steps—just scroll and go.
* **Easier Editing:** Change anything at any time without navigating back.
* **Better Visibility:** See your entire campaign in one place.
* **Mobile-Friendly:** Improved responsiveness for smaller screens.

***

### Tips for Using the New Builder

* Use the **section menu** to jump between areas quickly.
* Each section auto-saves as you go—no need to click “Next or Continue.”
* No change in the current functionality has been made, this is only a user experience change


---

# 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.bird.com/applications/campaigns/campaigns/concepts/new-campaign-builder.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.
