# Messages

- [Timed Messages](https://documentation.botghost.com/messages/timed-messages.md): Send embed or plain text messages with scheduled intervals!
- [Reaction Roles](https://documentation.botghost.com/messages/reaction-roles.md): Add or remove roles when a user adds a reaction to a message
- [Autoresponder](https://documentation.botghost.com/messages/autoresponder.md): Automatically send a reply to server messages, based on keywords!
- [Embed Builder](https://documentation.botghost.com/messages/embedbuilder.md): Create awesome and creative embeds and send them to your server instantly!
- [Sticky Messages](https://documentation.botghost.com/messages/sticky-messages.md): Highlight important server messages at the bottom of the channel and keep your members updated.
- [Polls](https://documentation.botghost.com/messages/polls.md): Post questions for your server members to vote about!
- [Global Chat](https://documentation.botghost.com/messages/global-chat.md): Cross-post server messages across multiple text-channels!
- [Media Channels](https://documentation.botghost.com/messages/media-channels.md): Set up specific channels where only images can be sent!


---

# 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://documentation.botghost.com/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.
