# Asagi

## Asagi

- [Home](https://docs.asagi.xyz/home.md): Use the multi-purpose and feature-rich Asagi bot for your awesome servers/projects!
- [How to use the Asagi bot?](https://docs.asagi.xyz/guides/how-to-use-the-asagi-bot.md)
- [Configuring Bot Features](https://docs.asagi.xyz/guides/configuring-bot-features.md)
- [Interactive Messages](https://docs.asagi.xyz/guides/configuring-bot-features/interactive-messages.md): Interactive Messages allow interaction with the bot through custom buttons and select menus, making the bot usage more intuitive and convenient.
- [Moderation](https://docs.asagi.xyz/guides/configuring-bot-features/moderation.md)
- [Love Rooms](https://docs.asagi.xyz/guides/configuring-bot-features/love-rooms.md): When Love Rooms are enabled, users have the ability to create voice channels after getting married. These channels will be accessible only to the specific couple who got married.
- [JSON Builder in the Asagi bot](https://docs.asagi.xyz/guides/json-builder-in-the-asagi-bot.md)
- [Verification](https://docs.asagi.xyz/guides/verification.md)
- [Prices and Features of Asagi Premium](https://docs.asagi.xyz/guides/prices-and-features-of-asagi-premium.md)
- [Message Templates](https://docs.asagi.xyz/other/message-templates.md)
- [Color Names](https://docs.asagi.xyz/other/message-templates/color-names.md): This section presents various color names that can be used in embeds. Each color is provided in HEX and RGB formats, along with a color sample.
- [Variables](https://docs.asagi.xyz/other/message-templates/variables.md)
- [Mentions and Custom Emojis](https://docs.asagi.xyz/other/message-templates/mentions-and-custom-emojis.md): In order to use mentions of any kind, or custom emojis in an embed you will need to make use of IDs.
- [Timestamps](https://docs.asagi.xyz/other/message-templates/timestamps.md)


---

# 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.asagi.xyz/home.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.
