> 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/automatic-translation/home-screen.md).

# Home Screen

On the `Home` tab of the direct message (DM) channel with `@Translate` you will find a menu of buttons and a list of enabled Automatic Translation rules/settings:

<figure><img src="/files/JgnKw5Jcyr5p2KKZB2rN" alt=""><figcaption><p>The "Home" tab of the DM with @Translate</p></figcaption></figure>

* The `Settings` button is the default view of the home screen which enables you to:
  * Choose `Your Language` which will be used as the default language when using the [Translate this message](/features/manual-translation/translate-this-message.md) function
  * Create / Edit settings to [automatically translate YOUR messages](/features/automatic-translation/translate-your-messages.md) in a specific channel or DM.
  * Create / Edit settings to [automatically translate ALL messages](/features/automatic-translation/translate-all-messages.md) in a specific channel or DM. These settings apply to every member of the channel.&#x20;
  * Each automatic translation setting has an \[Edit] button which can be used to change the [language](/features/supported-languages.md) and/or the [Display format](/features/automatic-translation/display-format.md).&#x20;
  * To [disable/delete an automatic translation setting](/features/automatic-translation/disable-auto-translate.md), use the \[Edit] button and then choose **None** from list of languages.
* The `Translate` button on the home screen brings up a [form ](/features/manual-translation/translate-text-shortcut.md)that can be used to manually translate text.
* The `Account` button displays your current plan and the number of characters you have used in the current calendar month.


---

# 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/automatic-translation/home-screen.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.
