# ChannelBot Documentation

## ChannelBot Documentation

- [Introduction](https://docs.channelbot.xyz/master.md): ChannelBot is an easy way to manage your Discord community, but sometimes things can get a little confusing! Here, you can find answers to your questions!
- [Supporting ChannelBot](https://docs.channelbot.xyz/supporting-channelbot.md)
- [Guides](https://docs.channelbot.xyz/guides/guides.md)
- [Reaction Roles](https://docs.channelbot.xyz/guides/reaction-roles.md)
- [Sticky Messages](https://docs.channelbot.xyz/guides/sticky-messages.md): Create messages that stick to the bottom of a channel!
- [Welcome Messages](https://docs.channelbot.xyz/guides/welcome-messages.md)
- [Join To Create Voice Channels](https://docs.channelbot.xyz/guides/join-to-create.md)
- [Temporary Channels](https://docs.channelbot.xyz/guides/temporary-channels.md)
- [Voice Text Linking](https://docs.channelbot.xyz/guides/voice-text-linking.md)
- [Server Setup](https://docs.channelbot.xyz/guides/server-setup.md)
- [Server Backups](https://docs.channelbot.xyz/guides/server-backups.md)
- [Placeholders](https://docs.channelbot.xyz/guides/placeholders.md): A list of placeholders used in welcome messages.
- [Commands](https://docs.channelbot.xyz/commands/commands.md): Get a list of ChannelBot's comands.
- [Privacy Policy](https://docs.channelbot.xyz/legal-1/privacy-policy.md)
- [v5 Changelog](https://docs.channelbot.xyz/changelogs/v5-changelog.md)
- [Changelog 11/27/20](https://docs.channelbot.xyz/changelogs/changelog-11-27-20.md): ChannelBot v4, new website, dashboard, and reorganized docs!
- [Changelog 4/26/20](https://docs.channelbot.xyz/changelogs/changelog-4-26-20.md): You see a circle on the channel? Don't worry, it's only a piece of dust.
- [Changelog 3/24/20](https://docs.channelbot.xyz/changelogs/changelog-3-24-20.md): I did stuff.
- [Changelog 2/13/20](https://docs.channelbot.xyz/changelogs/changelog-2-13-20.md): Role Management, Better Reaction Roles, & Bug Fixes
- [Changelog 12/15/19](https://docs.channelbot.xyz/changelogs/channelbot-changelog-12-15-19.md): Holiday Update
- [Changelog 10/11/19](https://docs.channelbot.xyz/changelogs/channelbot-changelog-10-11-19.md): ChannelBot version 3 released! New features, nicer design, and more!


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.channelbot.xyz/master.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.
