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

# Audience

> Define who receives your email campaign.

The first step in creating an email campaign is selecting your audience — the group of contacts who will receive the email.

## Getting Started

From your Comify dashboard, navigate to **Campaigns** and click **Create Campaign**.

<img src="https://mintcdn.com/co-d33c95f1/ChYLiMD616itGiXv/images/campaign-list.png?fit=max&auto=format&n=ChYLiMD616itGiXv&q=85&s=4d004d3764e766680a06d89e9e6fc4a6" alt="Campaign list" width="1440" height="726" data-path="images/campaign-list.png" />

You'll land on the Audience step. Click **Upload CSV** or **Select existing** to attach your audience.

<img src="https://mintcdn.com/co-d33c95f1/ChYLiMD616itGiXv/images/campaign-audience.png?fit=max&auto=format&n=ChYLiMD616itGiXv&q=85&s=1204b0aba9ee9303ffa445b9b2d973d7" alt="Audience step" width="1440" height="726" data-path="images/campaign-audience.png" />

## Attaching an Audience

<CardGroup cols={2}>
  <Card title="Upload CSV" icon="upload">
    Upload a new CSV file with your contacts. Rows are validated before the campaign launches. Each column in your CSV becomes an available field for variable mapping later.
  </Card>

  <Card title="Select Existing" icon="list">
    Pick from a previously uploaded audience list. New uploads appear as "pending" until processing completes.
  </Card>
</CardGroup>

### Selecting an Existing List

Click **Select existing** to open the audience picker. You'll see all your campaign audience lists with their contact counts, email counts, status, and last updated time.

<img src="https://mintcdn.com/co-d33c95f1/ChYLiMD616itGiXv/images/campaign-audience-picker.png?fit=max&auto=format&n=ChYLiMD616itGiXv&q=85&s=3e6b51f07aa16ed210eaa4eff1dfb566" alt="Audience picker" width="1440" height="726" data-path="images/campaign-audience-picker.png" />

Click **Select** next to the list you want to use.

## After Attaching an Audience

Once an audience is attached, Comify shows a summary of the list:

<img src="https://mintcdn.com/co-d33c95f1/ChYLiMD616itGiXv/images/campaign-audience-selected.png?fit=max&auto=format&n=ChYLiMD616itGiXv&q=85&s=b879e4b5e18fcb94a09196d37d2e4422" alt="Audience selected" width="1440" height="726" data-path="images/campaign-audience-selected.png" />

| Field              | Description                                                         |
| ------------------ | ------------------------------------------------------------------- |
| **Total Audience** | Total number of contacts in the list                                |
| **Sendable**       | Contacts with a valid email address who will receive the campaign   |
| **Excluded**       | Contacts skipped due to missing email, unsubscribes, or suppression |

Below the summary you'll see the **Available fields** from your CSV (e.g. name, email, phone, company, discount) — these are the columns you can map to template variables in the next step.

A sample of the first few rows is shown so you can verify the data looks correct before proceeding.

<Warning>
  Contacts without a valid email address are automatically excluded from campaign sends.
</Warning>

## Next Step

Once your audience is attached and the sendable count looks right, click **Continue** to move to the [Content](/campaigns/content) step.
