# Set Up Stop Bot

***

## Working of Stop Bot

When it comes to customer communication management, the Stop Bot serves a crucial role in ensuring users have control over their interactions. Instead of bombarding customers with messages they may not wish to receive, the Stop Bot enables them to halt further communication until they're ready to engage again.&#x20;

Here's how it operates:

* Upon encountering the keyword "<mark style="color:red;">**STOP**</mark>" in any customer interaction, the Stop Bot immediately halts any further communication attempts.&#x20;
* In practical terms, if a user chooses to opt out of communication by clicking on the "<mark style="color:red;">**STOP**</mark>" button or explicitly entering the keyword "<mark style="color:red;">**STOP**</mark>," the Stop Bot is triggered.
* Subsequently, the bot delivers a predefined custom message set by the administrator. This message acknowledges the user's decision to opt out and provides any necessary instructions or information.
* Following the activation of the Stop Bot and the delivery of the custom message, the user is automatically opted out of further communication. Unless the user explicitly opts back in, they will not receive any additional messages from the system.

***

## Configure Stop Bot

* Navigate to the Bot Studio in the left panel
* Under the default bot, locate and select the **Stop Bot**
* Once on the "**Manage your Stop Bot**" page, click on the edit icon <img src="/files/yoakZOI7D8x20pQCCycI" alt="" data-size="line">

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

* On Configure bots window, click on the "<mark style="color:green;">**Change Message Button**</mark>" button; If you desire to customize the default message
* Enter the new message and then click on the "<mark style="color:green;">**Set Message**</mark>" button to apply the changes

<figure><img src="/files/4E61CJApBiSdqiTaf7aZ" alt=""><figcaption><p>Upon successful configuration, a message will appear "<mark style="color:green;"><strong>Action set successfully!</strong></mark>"</p></figcaption></figure>

* To enable/active the welcome bot click on the toggle switch on the top right coner

<figure><img src="/files/Oof04L9cvGpgDvv6tDgW" alt=""><figcaption><p><em><mark style="color:green;"><strong>Configuration of the Stop Bot is now complete</strong></mark></em></p></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://learn.doubletick.io/bot-studio/default-bots/set-up-stop-bot.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.
