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

# Campaigns

### **Introduction**

**Campaigns** is where your team creates and manages outbound SMS outreach in Distance. From this page, you can launch new campaigns, review previously sent campaigns, and track delivery results across recipients.

<div data-with-frame="true"><figure><img src="/files/4GnQFEiuurrenReyZ5d9" alt=""><figcaption></figcaption></figure></div>

When a campaign is sent, Distance records the campaign configuration, assigned AI agent, message content, and delivery results, allowing you to easily monitor and audit outreach activity.

***

### **Campaigns overview**

Navigate to **Campaigns** from the left sidebar.

<div data-with-frame="true"><figure><img src="/files/pyaPgvxu9WDmzkNrQMSn" alt=""><figcaption></figcaption></figure></div>

At the top of the page you can click **Create campaigns** to open the campaign builder and create a new campaign.

<div data-with-frame="true"><figure><img src="/files/Iroxr4BovvmNtsd2uSZo" alt=""><figcaption></figcaption></figure></div>

#### **Create a new campaign**

This section provides prebuilt campaign templates to help you quickly start a campaign.

<div data-with-frame="true"><figure><img src="/files/mhfUClQuJH93olX0GEL2" alt=""><figcaption></figcaption></figure></div>

* **Seasonal promotion** – Run a timely offer
* **Last minute availability** – Fill open slots fast
* **Referral push** – Turn customers into referrals
* **Repeat customer offer** – Bring past customers back
* **Limited time offer** – Create urgency fast
* **New service announcement** – Promote something new

Below this is the **Latest campaigns** section, which displays all previously sent campaigns.

<div data-with-frame="true"><figure><img src="/files/hcMQZquMGdUEQTNVlBaD" alt=""><figcaption></figcaption></figure></div>

The campaign table includes **Campaign** name (including date and time sent), **Channel**, **Status**, and a **View** button to access full details.

***

### **Viewing campaign details**

Each campaign includes a detailed view where you can review its configuration, delivery results, and message content.

Click **View** on a campaign to see its full details.

The campaign details section displays the following information:

<div data-with-frame="true"><figure><img src="/files/GcnoYyQ1pKBKuigTmR5M" alt=""><figcaption></figcaption></figure></div>

* **Agent** (AI agent name)
* **Channel** (**SMS** or **Email**)
* **Status** (for example, Completed)
* **Created** (date and time)
* **Message** (message content)

Recipient details display the following information:

<div data-with-frame="true"><figure><img src="/files/I2LnvJ6wYQ9zkbnvrfBY" alt=""><figcaption></figcaption></figure></div>

* **Recipient** (phone number)
* **Status** (Delivered or Failed)
* **Sent at** (date and time)
* **Message content**

This view allows your team to verify delivery, review message content, and confirm which AI agent handled replies.


---

# 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://distance.gitbook.io/distance/getting-started/campaigns.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.
