> 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/overview/suppression-rules-and-reactivation.md).

# Suppression Rules and Reactivation

### How Emails/Phone Numbers Get Added to the Suppression List

There are several ways a phone number or email address can be suppressed in Bird:

**Contact-Initiated Actions:**

* Clicking an unsubscribe link in an email or SMS message
* Sending opt-out keywords like "STOP" via SMS

**System-Generated Suppressions:**

* Hard bounces due to Invalid Email indicating emails can never be delivered to an address

**Flow-based Suppressions:**

* **Create or Update Suppression** step in flows can also add to the suppression list based on any triggered automation logic.

**Manual Additions:**

* Businesses can manually add or import to the suppression list through the platform. These are called Marketer-Initiated suppression.

Learn more about creating suppressions [here](https://docs.bird.com/applications/~/revisions/83QP05Evx4ykQKDMvA32/audience/suppressions/how-to/create-a-suppression-list).

### How Emails/Phone Numbers Get Removed from Suppression List

**Flow-based Removals:**

* **Remove Suppression** step in flows can also add to the suppression list based on any triggered automation logic.

**Manual Removals:**

* Businesses can manually unsuppress a contact.

Learn more about removing suppressions [here](https://docs.bird.com/applications/~/revisions/83QP05Evx4ykQKDMvA32/audience/suppressions/how-to/unsupress-contacts).


---

# 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/overview/suppression-rules-and-reactivation.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.
