> ## Documentation Index
> Fetch the complete documentation index at: https://docs.get2dial.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Outbound and dialer

> Run outbound calling campaigns: choose a dial mode, import leads, assign agents, and track dispositions.

A **campaign** dials a **lead list** using one of four dial modes, connects answered calls
to an assigned agent, and records the outcome as a **disposition**. This group covers
building and running one.

## How it fits together

```mermaid theme={null}
flowchart LR
    A[Campaign] --> B[Lead list]
    A --> C[Assigned agents]
    A --> D[Dispositions]
    A -->|dials via| E[Outbound route]
```

A campaign owns its dial mode and pacing settings, dials from one or more lead lists
(imported after the campaign exists), sends connected calls to its assigned agents, and
requires at least one disposition so agents can record what happened. It reaches the phone
network through your [outbound routes](/voice/outbound-routes), so a working carrier is a
precondition, not a campaign setting.

## Common tasks

<CardGroup cols={2}>
  <Card title="Create a campaign" href="/outbound/campaigns/create-a-campaign" />

  <Card title="Import a lead list" href="/outbound/leads/import-a-lead-list" />

  <Card title="Assign agents to a campaign" href="/outbound/campaigns/assign-agents" />

  <Card title="Monitor a running campaign" href="/outbound/campaigns/monitor-a-campaign" />
</CardGroup>

## Learn more

<CardGroup cols={2}>
  <Card title="Dial modes" href="/outbound/dial-modes" />

  <Card title="How the dialer paces calls" href="/outbound/how-pacing-works" />
</CardGroup>
