> 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.md).

# Global Chat Bot

- [Activating the Bot](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/activating-the-bot.md): You must ensure the Global Chat bot is enabled before any of the features work.
- [Bot Settings](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/bot-settings.md): The bot settings page will allow you to change key options for your TidyLabs Global Chat bot.
- [Commands](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/commands.md): Commands can be used by your chat room to automatically send a chat message.  Each command has a cool down of 60 seconds.  All commands must begin with an exclamation point ("!")
- [Timed Messages](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/timed-commands-auto-messages.md): Timed messages are chat messages that are sent every X minutes you are live.  They are great to advertise your stream times, Discord or Social Media.
- [Moderation](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/moderation-bad-words.md): The TidyLabs Chat Bot v2.0 has a very basic moderation module which will be fully expanded over the next few weeks.  For now, you can only add words which will be automatically removed from your chat.
- [Alert Messages](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/alert-messages.md): Alert messages are responses the TidyLabs bot will post when an action has taken place.  If somebody donates a Diamond TidyLabs can send a message back straight away.
- [Examples](https://docs.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/example-commands.md): Here are some example commands to get you up and running!


---

# 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.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.
