# Built-in Linguist Actions

## Linguist Actions

* <mark style="background-color:yellow;">**Edit**</mark> <mark style="color:green;">`edit`</mark> or <mark style="color:green;">`e`</mark>: Improve clarity and coherence by adjusting sentences, changing word choices, and reorganizing content. This process enhances overall readability and effectiveness.
* <mark style="background-color:yellow;">**Proofread**</mark> <mark style="color:green;">`proofread`</mark> or <mark style="color:green;">`pr`</mark>: Check for spelling, grammar, punctuation, and typographical errors to ensure the text is polished and error-free. This helps maintain professionalism and accuracy.
* <mark style="background-color:yellow;">**Rephrase**</mark> <mark style="color:green;">`rephrase`</mark> or <mark style="color:green;">`r`</mark>: Express the same ideas in different words to improve clarity or engagement. This can help make complex or repetitive text more accessible and interesting.
* <mark style="background-color:yellow;">**Correct Grammar**</mark> <mark style="color:green;">`correct`</mark> or <mark style="color:green;">`c`</mark>: Specifically focusing on fixing grammatical errors in the text. This includes correcting sentence structure, verb tenses, subject-verb agreement, and other grammatical issues.
* <mark style="background-color:yellow;">**Polish**</mark> <mark style="color:green;">`polish`</mark> or <mark style="color:green;">`pl`</mark>: Refining the text to enhance its overall quality, including fine-tuning language, style, and tone to make it more engaging or professional.
* <mark style="background-color:yellow;">**Translate**</mark> <mark style="color:green;">`translate`</mark> or <mark style="color:green;">`t`</mark>: Converting text from one language to another while preserving the meaning and context. This involves understanding both the source and target languages.

You can override the action by specifying the name in a red block, like <mark style="color:green;">`translate`</mark> or <mark style="color:green;">`t`</mark> for short, in the command line when you want to translate instead of performing another action.

**Example:**&#x20;

> <mark style="color:orange;">`/chat`</mark><mark style="color:green;">`t`</mark>`We can translate between a wide variety of languages.`

The `t` argument is special because it overrides your default action with the translation action.


---

# 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/built-in-linguist-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.
