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

# Create an outbound campaign

An outbound campaign automatically calls a list of contacts using your AI agent. You configure all campaign settings in one place, then activate it to start dialing.

### Before you start

You need the following before creating a campaign:

* An agent configured for outbound calls. See [**Create an agent**](/ai-agents/create-an-agent.md).
* A phone number connected to that agent. See [**Configure and test your phone number**](/phone-numbers/configure-and-test-your-phone-number.md).
* A contact list with at least one contact. See [**Manage contacts**](/contacts/manage-contacts.md).

{% hint style="warning" %} <mark style="color:$warning;">**Verify your time zone**</mark>

Agentalk uses your organization's time zone for all campaign scheduling, not your browser's time zone. See [**Manage your organization**](/settings-and-administration/manage-your-organization.md).
{% endhint %}

Follow these steps:

{% stepper %}
{% step %}

### Create a new campaign

Create a new campaign to start configuring your outbound workflow.

1. Go to **Campaigns** in the left navigation.
2. Click **+ New campaign**.

<figure><img src="/files/xM3p8V7EPNojfXoRsbIa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set basic campaign information

Define the core setup of your campaign.

1. Enter a campaign name. Use a descriptive name so you can easily identify the campaign later.
2. In the **Agent** field, select your outbound agent. Only agents with an assigned phone number will appear.
3. In **Outbound phone numbers**, select the number to use for this campaign. You can select a specific number or use automatic rotation if multiple numbers are available.
4. Click **Next** >.

<figure><img src="/files/2MoelZUQn9SdhE1XyapO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure schedule

Define when the campaign runs.

1. (Optional) Set a start and end date to control how long the campaign runs.
2. Set the start time and end time for each selected day. Operating hours follow your organization's time zone.

   If you leave the start and end dates empty, the campaign runs continuously within the operating hours you define.
3. Select the active days for the campaign.
4. Click **Next >**.

<figure><img src="/files/ukYdbMRyBKxS5u1jaIef" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure dialing settings

Control how calls are placed and retried.

1. Set the maximum number of concurrent calls.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><mark style="color:$info;"><strong>Recommended concurrency settings</strong></mark></p><p>Start with 4 to 5 concurrent calls per supervisor as a baseline, then adjust based on your team's capacity.</p></div>
2. Set **Attempts per lead**.
3. Set the **Retry interval** in minutes.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><mark style="color:$info;"><strong>How retry settings work</strong></mark><br>For example, 3 attempts with a 30-minute interval means the agent retries up to three times, waiting 30 minutes between each attempt.</p></div>
4. (Optional) In the **Lead Qualification Prompt** field, **e**nter **Guidelines for lead refinement**.
5. Click **Next >**.

<figure><img src="/files/ABiM0dVGBGkvCXNNcCRF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select contacts

Choose which contacts will be included in the campaign.

1. Click **Select contacts** and choose your audience. You can select all contacts, filter by tag or custom field, or select contacts manually.
2. Click **Next >**.

<figure><img src="/files/0B6rft8VnVrbFoUW4QfF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review and activate

Verify your configuration and start the campaign.

Review the campaign summary, including:

* Agent
* Schedule
* Time zone
* Contact count
* Retry settings

Confirm everything is correct, and click **New Campaign**.

Then click **Activate**, and **t**he campaign starts immediately within the configured operating hours.

<figure><img src="/files/B3J1V76K3Pjy3rEdBsPo" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Next steps

Here are the recommended next steps after completing this guide:

* [**Manage leads and priorities**](/campaigns/manage-leads-and-priorities.md): Monitor call results and adjust priorities during the campaign.
* [**Listen to and join live calls**](/monitoring-and-analytics/listen-to-and-join-live-calls.md): Watch active calls in real time and step in when needed.


---

# 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.agentalk.io/campaigns/create-an-outbound-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.
