# Commands

### General

<table><thead><tr><th width="145.66666666666666">Command</th><th width="379">Description</th><th>Default Permission</th></tr></thead><tbody><tr><td>/help</td><td>Display the help message with list of commands and few useful links.</td><td>None</td></tr><tr><td>/languages</td><td>Display all available languages.</td><td>None</td></tr><tr><td>/invite</td><td>Get invitation link to install Mr. Translate</td><td>None</td></tr></tbody></table>

### Admin

<table><thead><tr><th width="185.66666666666663">Command</th><th width="316">Description</th><th>Default Permission</th></tr></thead><tbody><tr><td><a href="/pages/5trq173FIchy5A0lRiC5">/auto-translate</a></td><td>Allow to configure the automatic-translation system.</td><td>MANAGE_SERVER</td></tr><tr><td>/settings</td><td>Manage the settings of Mr. Translate such as flag reaction and quick translate and more.</td><td>MANAGE_SERVER</td></tr></tbody></table>

### Premium

<table><thead><tr><th width="256.66666666666663">Command</th><th width="316">Description</th><th>Default Permission</th></tr></thead><tbody><tr><td><a href="#premium">/premium</a></td><td>Manage your premium subscription.</td><td>None</td></tr></tbody></table>

{% hint style="warning" %}
**PLEASE NOTE:** Be sure to have the permission to perform the command before reporting any issue.
{% endhint %}

### Translation

<table><thead><tr><th width="204.66666666666663">Command</th><th width="266">Description</th><th>Default Permission</th></tr></thead><tbody><tr><td>/translate</td><td>Allow to translate text.</td><td>None</td></tr><tr><td>/detect</td><td>Allow to detect the language of a text.</td><td>None</td></tr></tbody></table>

{% hint style="info" %}
Every commands are supporting [`Slash Commands`](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ).
{% endhint %}


---

# 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.mrtranslate.bot/commands.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.
