# /translate (Переводчик)

### Аргументы:

`query` - фраза для перевода. Необязательный аргумент.

`message_id` - ID сообщения (если нужно перевести чьё-нибудь сообщение). Необязательный аргумент.

`lang` - язык, на который нужно перевести фразу/сообщение. Необязательный аргумент.

### Пример использования:

`/translate lang: ru message_id: 1137788563346444328`

<div align="left"><figure><img src="/files/exuZmRnyr1GduqVA4WvF" alt=""><figcaption><p><code>/translate</code></p></figcaption></figure></div>


---

# 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://qoritsuki.gitbook.io/docs/commands/translate.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.
