> For the complete documentation index, see [llms.txt](https://docs.rapidbott.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rapidbott.com/help-center/flow-builder/steps/subscribe-and-unsubscribe-to-bot.md).

# Subscribe and Unsubscribe to Bot

### **From Flow Builder:** <a href="#from-flow-builder" id="from-flow-builder"></a>

In Flow Builder, you'll find the subscribe and unsubscribe options under Action Step → Basic Actions.

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

* **Subscribe**: When a user subscribes to a bot, they will start receiving automated responses from the bot.
* **Unsubscribe**: When a user is unsubscribed, they will no longer receive automated responses from the bot. Messages from the user will still be visible in Live Chat, but agents won't be able to send replies to that user.

### **From Live Chat:** <a href="#from-live-chat" id="from-live-chat"></a>

Users can also subscribe or unsubscribe directly from Live Chat.

&#x20;

If the user is already subscribed, only the **Unsubscribe** option will be available.

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

When unsubscribed, you will not be able to send any messages, even from Live Chat, and an error will be displayed indicating that the user is unsubscribed from the bot.

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

However, you can **subscribe the user again** directly from Live Chat.

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

### **From Bot Users:** <a href="#from-bot-users" id="from-bot-users"></a>

You can also subscribe or unsubscribe users through the **Bot Users** section. This action can be performed for:

* **Individual Users**: Select and apply the action to a specific user.
* **Bulk Users**: You can perform subscription or unsubscription actions for multiple users at once

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

### **Triggers:** <a href="#triggers" id="triggers"></a>

You can set triggers for when a user subscribes or unsubscribes from the bot.

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

**Note:** When a user sends a message to your bot for the first time, they are automatically subscribed. If a trigger is set on the subscription, this could result in duplication during the first message exchange.

&#x20;

**Unsubscribed Users**: Once a user is unsubscribed, messages cannot be sent via the flow. However, you can still:

* Send an email, Use an action node to add tags, Update the Custom User Field (CUF) value, and run an external request.

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


---

# 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.rapidbott.com/help-center/flow-builder/steps/subscribe-and-unsubscribe-to-bot.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.
