> For the complete documentation index, see [llms.txt](https://docs.translate.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.translate.technology/features.md).

# Features

- [Manual Translation](https://docs.translate.technology/features/manual-translation.md)
- [Slash Command](https://docs.translate.technology/features/manual-translation/slash-command.md): /translate ("slash translate")
- [Translate Text Shortcut](https://docs.translate.technology/features/manual-translation/translate-text-shortcut.md): Use a form to translate a block of text
- [Form](https://docs.translate.technology/features/manual-translation/form.md): Use a form to translate a block of text
- [Translate this Message](https://docs.translate.technology/features/manual-translation/translate-this-message.md): Manually translate a single message in a channel
- [Post This](https://docs.translate.technology/features/manual-translation/post-this.md): Posting a manual translation to the channel or DM
- [Automatic Translation](https://docs.translate.technology/features/automatic-translation.md): Enable automatic translation of messages in certain channels
- [Translate YOUR Messages](https://docs.translate.technology/features/automatic-translation/translate-your-messages.md): Automatically translate all of your own messages in a channel
- [Translate ALL Messages](https://docs.translate.technology/features/automatic-translation/translate-all-messages.md): Automatically translate messages from ALL members in a channel
- [Display Format](https://docs.translate.technology/features/automatic-translation/display-format.md): Choose how automatic translations are shown in the channel
- [Channel Selector](https://docs.translate.technology/features/automatic-translation/channel-selector.md): Dropdown selection or search to find the channel
- [Two Language Translation](https://docs.translate.technology/features/automatic-translation/two-language-translation.md): Enabling translation into two languages
- [DM Translation](https://docs.translate.technology/features/automatic-translation/dm-translation.md): Automatically translate in Direct Message (DM) channels
- [Disable Auto Translate](https://docs.translate.technology/features/automatic-translation/disable-auto-translate.md): Turn off automatic translation in a channel
- [Home Screen](https://docs.translate.technology/features/automatic-translation/home-screen.md): The Home screen is a dashboard where you can enable automatic translation and perform other functions
- [Authorize](https://docs.translate.technology/features/authorize.md): Authorize Translate to append translations to your messages
- [Supported Languages](https://docs.translate.technology/features/supported-languages.md): Language supported for translation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.translate.technology/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
