# Translate

## /translate text

Translate a text into a language of your choice.

```
/translate text <string: language> <string: text> <bool: hidden>
```

## /translate set-language

Allows the user to set their preferred language for the bot. Currently, the bot supports 5 languages.

```
/translate set-language <string: language>
```

## /translate current-language

Shows the current configured language.

```
/translate current-language
```

## /translate support

Shows all the nice people who helped translating the bot.

```
/translate support
```

## Context Menu Commands

Context menu commands for this category. Context menu commands are currently only available on web clients or desktop versions by using right click a message or member and hovering to Apps.

### Translate

Translates a message in the language that has been set to the preferred bot language.


---

# 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.managebot.xyz/command-categories/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.
