# Menu Option

{% hint style="danger" %}
While the Send a Message with a select menu action block is still available for use in all commands and events, it is considered old and has been replaced by the [Send or Edit a Message](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message.md) action block. We advise you to use the [Send or Edit a Message](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message.md) block instead, which offers more functionalities and possibilities for your message.
{% endhint %}

Menu Options are similar to buttons. They can be clicked to preform the corresponding actions. However unlike buttons, a menu option comes from a drop down of a menu itself.

## Label

A label is similar to a button text, meaning this field sets the name of the menu option.

<figure><img src="/files/7khrM8UpMAGOjdmtyWwU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4maBqhtFH2MJPydd01Z1" alt=""><figcaption></figcaption></figure>

## Description

This field is an optional description of the menu option that accepts text and variables.

<figure><img src="/files/gFeu3fRbrD3Ied4Cpdrx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gYUO8V7119q0udHZzv1a" alt=""><figcaption></figcaption></figure>

## Emoji ID

You can specify a custom emoji id or default emoji to add to the emoji along with the normal button text. To do this you need to use the backwards slash then input your emoji. It will return the emoji id if it's a custom or if it's default just copy the emoji and paste it into the field.

<figure><img src="/files/R4ymZfhrKdjuH5Uug4YH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/v0hD3l5dMVou59FdxvF4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/EePi6JhQwip99d15CCEU" alt=""><figcaption></figcaption></figure>


---

# 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/legacy-reply-actions/send-a-message-with-a-select-menu/menu-option.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.
