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

# Contacts Lists

> Create and manage contact lists for your campaigns

The Contacts Lists page allows you to organize contacts into segments. You can create lists to group contacts based on specific criteria, which can then be used for targeted campaigns.

<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" />

## Overview

The Contacts Lists dashboard provides a centralized view of all your contact segments. Here you can:

* View all created lists
* See the number of contacts in each list
* Track who created the list and when
* Manage existing lists

### List details

Each entry in the lists table displays:

| 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

To create a new contact list:

1. Navigate to the **Contacts Lists** page from the sidebar.
2. Click the **+ Create List** button in the top right corner.
3. A modal will appear where you need to enter the list details.

<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" />

### Configuration

When creating a list, provide the following information:

<Steps>
  <Step title="Name">
    Enter a unique name for your list to easily identify it later. This field is required.
  </Step>

  <Step title="Description">
    Add an optional description to provide more context about the purpose of this list or the criteria used for segmentation.
  </Step>
</Steps>

Click **Create** to save your new list. Once created, it will appear in the main table.
