> For the complete documentation index, see [llms.txt](https://docs.tidylabs.stream/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/alert-messages.md).

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