> For the complete documentation index, see [llms.txt](https://docs.chatalog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatalog.ai/contact-setup/contact/block-unblock-contacts.md).

# Block/Unblock Contacts

The Block/Unblock Contacts feature allows you to manage your interactions by restricting communication with specific contacts. When a contact is blocked, you will not send or receive messages from them, and a blocked icon will appear next to their name in your contact list.

### How to Block a Contact

You can block a contact in two ways:

1. **From the Message Page**:
   * Open the conversation with the contact.
   * Select **Block Contact** on the page.
   * Confirm the action in the pop-up window.

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

2. **From the Contact Info Page**:

* Navigate to your **Contact Page**.
* Select the contact you wish to block.
* In the contact’s info page, click **Block Contact**.
* Confirm the action in the pop-up window.

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

Once blocked, a **blocked icon** will appear next to the contact’s name in your contact list.

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

### Effects of Blocking a Contact

* You will **not receive** messages from the blocked contact.
* You will **not be able to send** messages to the blocked contact.
* **Messages During Blocked Period**: Any messages sent by the contact while they were blocked will **not** appear in your conversation history after unblocking. These messages are permanently inaccessible.

### How to Unblock a Contact

To unblock a contact:

1. **From the Message Page**:
   * Open the conversation with the blocked contact.
   * Select **Unblock Contact** on the page.
   * Confirm the action in the pop-up window.
2. **From the Contact Info Page**:
   * Navigate to your **Contact Page**.
   * Select the blocked contact (identified by the blocked icon).
   * In the contact’s info page, click **Unblock Contact**.
   * Confirm the action in the pop-up window.

After unblocking, the blocked icon will disappear, and you can send and receive messages again.


---

# 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.chatalog.ai/contact-setup/contact/block-unblock-contacts.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.
