# \[LEGACY] Reply Actions

{% hint style="danger" %}
While the action blocks below are still available for use in all commands and events, they are considered old and have 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 %}

{% hint style="warning" %}
If you cannot see the blocks below in your actions list, disable the [Hide Legacy Reply Actions](/custom-commands-and-events/command-and-event-builder/advanced-options.md#general) setting.
{% endhint %}

<table><thead><tr><th data-type="content-ref">Block</th><th>Information</th></tr></thead><tbody><tr><td><a href="/pages/sXe3YeiYuKoguKzpaYSF">/pages/sXe3YeiYuKoguKzpaYSF</a></td><td>The plain text reply action allows you to send a plain message to the current channel, or edit a existing one.</td></tr><tr><td><a href="/pages/gdpEl0BWXSMCbgB3SBGI">/pages/gdpEl0BWXSMCbgB3SBGI</a></td><td>The embed reply action allows you to send a embed message to the current channel, or edit a existing one.</td></tr><tr><td><a href="/pages/FJJqyFbAGFBu0v3ZqR58">/pages/FJJqyFbAGFBu0v3ZqR58</a></td><td>Similiarly to the plain text and embed reply actions, you can use the random reply action to send a random reply to the current channel, or edit an existing one.</td></tr><tr><td><a href="/pages/RCQMNpDfgsEgubhDe4q1">/pages/RCQMNpDfgsEgubhDe4q1</a></td><td>The send a message to a channel action allows you to send a plain or embed message to a specific channel.</td></tr><tr><td><a href="/pages/Qf5fZ9GSh3DyRw9lwZ30">/pages/Qf5fZ9GSh3DyRw9lwZ30</a></td><td>The direct message a user action allows you to send a plain or embed message to a specific user.</td></tr><tr><td><a href="/pages/9ktLazPGVeKuDJZrwFvw">/pages/9ktLazPGVeKuDJZrwFvw</a></td><td>The send a message with attached buttons action allows you to send a plain text or embed message to the current channel, to a custom channel or to a user with multiple buttons that can be clicked and used to run custom actions.</td></tr><tr><td><a href="/pages/0QoaGNWwi2f6h6D2GdET">/pages/0QoaGNWwi2f6h6D2GdET</a></td><td>The send a message with a select menu action allows you to send a plain text or embed message to the current channel, to a custom channel or to a user with a select menu with multiple options that can be clicked to run custom actions.</td></tr></tbody></table>


---

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