# Interactive

Interactive components let users interact directly with a message. This category includes [Buttons](/custom-commands-and-events/actions/legacy-reply-actions/send-a-message-with-attached-buttons/buttons.md) and [Select Menu](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message/interactive/select-menu.md), which allow users to trigger actions or make selections.

### Component Overview

| Component                                                                                                            | Description                                                |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Button](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message/interactive/button.md)           | Clickable element that triggers an action or opens a link. |
| [Select Menu](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message/interactive/select-menu.md) | Dropdown menu for selecting one or more options.           |

Both components are automatically wrapped in an **Action Row** when using Components V2 and have their own pages with detailed settings.

Buttons and select menus are created directly inside the builder:

* Dropping one onto the canvas automatically creates an Action Row
* Each Action Row can contain up to 5 buttons or 1 select menu (not both)
* Buttons can also be added as accessories inside sections
* The builder automatically validates and prevents invalid configurations


---

# 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://documentation.botghost.com/custom-commands-and-events/actions/message-actions/send-or-edit-a-message/interactive.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.
