# Alert Messages

### How to set Alert Messages

1. Log into [**TidyLabs**](https://tidylabs.stream)
2. Select **Chatbot 2.0** from the menu
3. Select the **Alert Messages** tab
4. Enter the Alert Message you want the bot to post for each action
5. If you do not want the bot to post a message, remove any text from that field
6. Once you are happy with your alert messages, press **Save**

![](/files/-LwEK2WWyLsiYb1CAIHi)

### Custom Fields

You can customize your alert messages with special fields that will be replaced with certain content.  For example, in the follow message, you could type "Thank you for the follow @##user##" which would output: "Thank you for the follow @tidy"

Some alerts have different fields you can use, please see the table below.

| Alert Type         | Available Fields                                                                        |
| ------------------ | --------------------------------------------------------------------------------------- |
| Follow Message     | ##user## (the user that followed)                                                       |
| Host Message       | <p>##user## (the user that hosted)</p><p>##count## (the host count)</p>                 |
| Subscriber Message | ##user## (the user that subscribed)                                                     |
| Share Sub Message  | <p>##user## (the user that shared their sub)</p><p>##count## (the amount of months)</p> |
| Lemon Message      | ##user## (the user that donated)                                                        |
| Ice Cream Message  | ##user## (the user that donated)                                                        |
| Diamond Message    | ##user## (the user that donated)                                                        |
| Ninjaghini Message | ##user## (the user that donated)                                                        |
| Ninjet Message     | ##user## (the user that donated)                                                        |

{% hint style="warning" %}
I suggest not using the Lemon message due to spam in your channel from the bot :)
{% endhint %}


---

# 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://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/alert-messages.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.
