# Post a Message Elegantly

## Basic Usage

Using this app is as easy as pie  - just type the command in any channel:

> <mark style="color:orange;">`/chat`</mark>

Or provide the text in one go:

> <mark style="color:orange;">`/chat`</mark>` ``put your text here`

When you use /chat followed by your message, the app will apply the default linguist action you've set. If you haven't set one, the factory default is Proofread. You can override the default linguist action directly within the command. For more details, see the command reference.

You don't even need to invite the app to the channel, whether it’s public, private, group chat, or even DM. It just works.

<figure><img src="/files/8DeJNsNgpNuyO0aFyzJW" alt=""><figcaption></figcaption></figure>

## Chat Using a Different Language

If the common language in your organization differs from your native language and you're not comfortable chatting in the common language, you can use the translation feature. To make this easier, set the default linguist action to Translate, so you won’t need to provide the override argument every time.

> <mark style="color:orange;">`/chat`</mark>`ฉันสามารถใช้ภาษาที่ฉันถนัดในการคุยได้`

If translation isn’t your primary use case, you can override the linguist action by adding an argument right after the command, like this:

> <mark style="color:orange;">`/chat`</mark><mark style="color:green;">`translate`</mark>`ฉันสามารถใช้ภาษาที่ฉันถนัดในการคุยได้`

Or you can use the shorthand version of the linguist action.

> <mark style="color:orange;">`/chat`</mark><mark style="color:green;">`t`</mark>` ``ฉันสามารถใช้ภาษาที่ฉันถนัดในการคุยได้`

## Elegantly Speedy Chat

If you choose Proofread or Correct Grammar as your default action, it’s generally safe, so you may want to skip the preview for a quicker, smoother chat experience. Typing <mark style="color:orange;">`/chat`</mark> can feel a bit long, so you can use <mark style="color:orange;">`/e`</mark> instead — a shorthand for Elegant Chat.&#x20;

Let Elegant Chat handle the elegance of your messages.Start using <mark style="color:orange;">`/e`</mark> instead of <mark style="color:orange;">`/chat`</mark> for all your posts!


---

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