> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/audience/suppressions/how-to/create-a-suppression-list.md).

# Create a suppression list

List suppression automatically prevents communications from reaching email addresses and phone numbers marked. This feature blocks delivery to contacts who have opted out or reported spam, helping maintain compliance with regulations while protecting your sender reputation.

### Step-by-step guide

Contacts can opt-out or be blocked from receiving messages from your business. There are several ways that this can happen, and these suppressions can be tracked by checking the suppressions list.

#### Step 1: Go to the suppressions page

In your **Marketing**, navigate to: **Manage >** **Audience > Suppressions**

<figure><img src="/files/CST1AIVJ8M9vSAkelZ8h" alt=""><figcaption></figcaption></figure>

#### Step 2: Start a new import

Click **Import CSV** in the top-right corner of the Suppressions page.

#### Step 3: Format your CSV file

Prepare your CSV file for upload:

* Include at least one **identifier** per contact — either a **phone number** or **email address**.
* Optionally include additional columns for:
  * **Marketing** (to suppress marketing messages)
  * **Transactional** (to suppress transactional messages)
  * **Platform type** (e.g., SMS, WhatsApp, Email)

Use the demo file in the importer as a template to ensure correct formatting.

#### Step 4: Upload your file

Upload your suppression list:

* Drag and drop the file into the import window, or
* Click Browse to select the file from your device.

<figure><img src="/files/2EqVbVV1o8acQivLBRt1" alt=""><figcaption></figcaption></figure>

#### Step 5: Review the imported suppressions

After the upload completes, the suppressed contacts will appear in the list.

#### Step 6: Manage individual contacts

Click the three-dot menu next to any contact to:

* View suppression details
* Select **Remove from suppressions** to allow that contact to receive messages again

<figure><img src="/files/MGKA6Nk2AxUEZDC2SiRD" alt="" width="375"><figcaption></figcaption></figure>

#### Step 7: Confirm your master list

Once complete, your master suppression list will reflect all contacts currently blocked from messaging.


---

# 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.bird.com/applications/audience/suppressions/how-to/create-a-suppression-list.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.
