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

# Lists

> Create and manage contact lists for campaigns and broadcasts

**Lists** organize contacts into segments for targeted outreach. Use the same lists for voice [Campaigns](/docs/outreach/campaigns) and WhatsApp [Broadcasts](/docs/outreach/broadcasts).

In the project sidebar, under **Outreach**, select **Lists**.

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/botcadence-a5dbc408/images/lists-light.png" alt="Lists Page" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/botcadence-a5dbc408/images/lists-dark.png" alt="Lists Page" />

## What you see

The Lists dashboard shows all contact segments for the project:

* View every list
* See how many contacts each list has
* Track who created the list and when
* Edit or delete lists

### List details

| Field          | Description                                       |
| :------------- | :------------------------------------------------ |
| **Name**       | The name given to the list                        |
| **Contacts**   | The total count of contacts currently in the list |
| **Created By** | The user who created the list                     |
| **Created**    | The date when the list was created                |
| **Actions**    | Options to edit or delete the list                |

## Create a list

<Steps>
  <Step title="Open Lists">
    Under **Outreach**, select **Lists**.
  </Step>

  <Step title="Create List">
    Select **+ Create List**.
  </Step>

  <Step title="Name and description">
    Enter a unique **Name** (required). Add an optional **Description** for the segment or purpose.
  </Step>

  <Step title="Save">
    Select **Create**. The list appears in the table. Open it to add or manage contacts.
  </Step>
</Steps>

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/botcadence-a5dbc408/images/create-list-light.png" alt="Create List Modal" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/botcadence-a5dbc408/images/create-list-dark.png" alt="Create List Modal" />

<Check>
  Create a list, open it, and confirm contacts can be added before you attach it to a campaign or broadcast.
</Check>
