# Guides

- [Inviting the bot](https://docs.combot.xyz/guides/inviting-the-bot.md): This page will show you how to invite the bot
- [Setting up your connection](https://docs.combot.xyz/guides/setting-up-your-connection.md): This page will show you how to setup your connection and connect your first channel
- [Customizing settings](https://docs.combot.xyz/guides/customizing-settings.md): This guide will show you how to use to use the settings command and the most popular settings
- [Chat appearance](https://docs.combot.xyz/guides/customizing-settings/chat-appearance.md): Learn how you can customize your connection chat appearance
- [User Identification settings](https://docs.combot.xyz/guides/customizing-settings/chat-appearance/user-identification-settings.md): Different ways to customize user appearance
- [Message Origins](https://docs.combot.xyz/guides/customizing-settings/chat-appearance/message-origins.md): Disable/Enable message origin display in displaynames
- [Getting Message Data](https://docs.combot.xyz/guides/customizing-settings/chat-appearance/getting-message-data.md): This page describes how you can get message sender and origin information
- [Privacy settings](https://docs.combot.xyz/guides/customizing-settings/privacy-settings.md): This page describes how you can customize a connection's privacy/accessibility
- [Editing and deleting messages](https://docs.combot.xyz/guides/editing-and-deleting-messages.md): This guide will show you the different ways you can edit and delete messages
- [Managing requests](https://docs.combot.xyz/guides/managing-requests.md): This guide will teach you how to manage all types of requests
- [Managing Connection Roles](https://docs.combot.xyz/guides/managing-connection-roles.md)
- [Editing roles](https://docs.combot.xyz/guides/managing-connection-roles/editing-roles.md): This page will teach you everything about Connection Roles
- [Role permissions](https://docs.combot.xyz/guides/managing-connection-roles/editing-roles/role-permissions.md): The different role permissions and what they do
- [Assign roles to users](https://docs.combot.xyz/guides/managing-connection-roles/assign-roles-to-users.md): This page will show you how to assign roles to users


---

# 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.combot.xyz/guides.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.
