# Guides

- [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)


---

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