# Unsubscribe

## What is Unsubscribe?

"Unsubscribe" means opting out. When this component is connected, the Chatbot will add the current conversation's customer to the unsubscribe list. This way, when conducting mass broadcasts in the future, customers on the unsubscribe list can be filtered out.

## Applicable Scenarios

* When businesses conduct mass marketing campaigns, if some contacts have not purchased brand products or paid attention to brand information for a long time, these customers are likely to feel annoyed when receiving mass marketing messages and may complain about the company's WhatsApp account. High complaint rates can lead to the risk of account suspension. To avoid this as much as possible, businesses can **include an unsubscribe button in the broadcast message**. This way, when users no longer wish to receive similar marketing messages, they have a way to opt out, reducing the probability of user complaints. After setting up the unsubscribe button in the broadcast, it is also necessary to configure the Chatbot based on the keywords presented by the unsubscribe button to trigger the unsubscribe process.

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

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

* Businesses can also set up keyword-triggered Chatbots, configuring multiple keywords that trigger the unsubscribe Chatbot. This way, even if the message received by the user does not have an unsubscribe button, the Chatbot can recognize messages expressing a desire to unsubscribe and add the user to the unsubscribe list.

<figure><img src="/files/v1qH0auCrx4duco6iFrn" 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://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/unsubscribe.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.
