# Blocking contacts

For WhatsApp and SMS channels, we're now letting you block contacts, so that they do not spam your chatbot unnecessarily.&#x20;

## Steps to BLOCK a contact

* Open 'Live chat'
* Find a chat of the contact that you want to block
* On the 'Contact information' panel, choose 'Block

{% hint style="info" %}
Once blocked, the contact WILL NOT be able to start a new chat, receive outbound messages.
{% endhint %}

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

Once, blocked you will see this tag for this contact.

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

## Steps to UNBLOCK a contact

* Open 'Live chat'
* Find a chat of the contact that you want to block
* On the 'Contact information' panel, choose 'Unblock'

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


---

# Agent Instructions: 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:

```
GET https://help.wotnot.io/monitor/contacts/blocking-contacts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
