# Interactive Messages

## Custom Buttons

**Custom Buttons** provide the ability to add buttons to messages that perform various actions with the user upon clicking. For example, the bot can:

* Assign or remove roles from the user
* Send messages to channels
* Execute other customizable actions

Each button can be tailored to the specific needs of your server, enhancing the overall interaction.

## Custom Select Menus (Coming Soon)

**Custom Select Menus** are dropdown menus that allow users to select one or multiple options from a list. This feature is currently in development and will be available in future updates. Select Menus are suitable for situations where flexible choices need to be provided 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.asagi.xyz/guides/configuring-bot-features/interactive-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.
