# Reply to a Message Elegantly

## How to Reply Using Elegant Chat

The <mark style="color:orange;">/chat</mark> command doesn’t work in threads due to [Slack's limitations](https://api.slack.com/interactivity/slash-commands), not ours. To reply, use the message shortcut instead:

1. Hover over the message you want to reply to.
2. Look for the quick actions that appear in the upper right corner of the message.
3. Click the three vertical dots to access more options.
4. Select the Reply elegantly shortcut. If you don’t see it, click More message shortcuts... and find Reply elegantly in the list.

After selecting the Reply elegantly shortcut, a modal dialog will appear. You can override the default action and preview your message, just like when using the <mark style="color:orange;">`/chat`</mark> command.

<figure><img src="/files/ZIOnHs9eaAf190qwrjDL" 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://docs.tailrec.io/elegant-chat/reply-to-a-message-elegantly.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.
