# Commands

{% hint style="info" %}
Some commands come with additional arguments/subcommands that cannot be provided here, but all the more "complex" commands have a dedicated page for appropriate explanations.
{% endhint %}

### 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><a href="/pages/tjazkhQFLB4daSUKdT4b">/checkvote</a></td><td>Allow to reset the characters for unlimited translations.</td><td>None</td></tr><tr><td><a href="/pages/tjazkhQFLB4daSUKdT4b">/checkvote-notify</a></td><td>Enable or disable vote reminder.</td><td>None</td></tr><tr><td>/about</td><td>Display useful information about iTranslator itself and your discord server.</td><td>None</td></tr><tr><td>/languages</td><td>Display all available languages.</td><td>None</td></tr></tbody></table>

### Admin

<table><thead><tr><th width="185.66666666666663">Command</th><th width="342">Description</th><th>Default Permission</th></tr></thead><tbody><tr><td><a href="/pages/hzB57wtarxlX4q91y4Nl">/flagreaction</a></td><td>Toggle (true/false) the Flag-Reaction feature.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/IqRqJTd3r4KYCBLZ9bPl">/autotranslate</a></td><td>Allow to configure the automatic-translation system.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/LI1olCJkvIgTovA3PuG4">/roletranslate</a></td><td>Allow to configure the role-translation system.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/LO0Ohbmpk30ywP0ZnIJ3">/autoerase</a></td><td>Manage the Auto-Erase feature.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/XyLViQVGfu65Kaso66A2">/autoreact</a></td><td>Manage the Auto-React feature.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/1A9LmSion8FlK4GZ6P3S">/stats</a></td><td>Show your translation statistics.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/uMYKgDiyPPPx8SSfCl6D">/translate-ban</a></td><td>Ban users &#x26; roles from using translation features.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/4zfEWg6PktRPfPcb8qnG">/text-replacement</a></td><td>Manage text replacements applied before translation.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/txEoURg1UceiD0WuqFRx">/conversation-mode</a></td><td>Configure the Conversation Mode — batch and translate messages together after a delay. (Pro only)</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/kBWhVrKxJGUuYUUMJTTL">/custombot</a></td><td>Customize the profile of iTranslator on your server.</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="/pages/CYvlnCX1AhWJ8qIYwlWB">/premium</a></td><td>Manage your premium subscription.</td><td>None</td></tr><tr><td><a href="/pages/CYvlnCX1AhWJ8qIYwlWB">/pro</a></td><td>Manage your pro 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><tr><td><a href="/pages/wMCaQCNYGI8g2bcwiv7P">/set-context-language</a></td><td>Set the context command language for yourself.</td><td>None</td></tr></tbody></table>

### Voice

<table><thead><tr><th width="220">Command</th><th width="316">Description</th><th>Default Permission</th></tr></thead><tbody><tr><td><a href="/pages/YuHMG1DFw7235WaRIV7U">/voice help</a></td><td>Show your remaining TTS &#x26; transcription quotas and the next reset date.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/YuHMG1DFw7235WaRIV7U">/voice tts</a></td><td>Generate speech from text and play it live in your current voice channel.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/YuHMG1DFw7235WaRIV7U">/voice tts-file</a></td><td>Generate speech from text and upload it as an audio file.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/YuHMG1DFw7235WaRIV7U">/voice transcribe</a></td><td>Start a live transcription of your voice channel in a dedicated thread.</td><td>MANAGE_SERVER</td></tr></tbody></table>

{% hint style="info" %}
All Voice subcommands require an active [iTranslator PRO](https://itranslator.app/premium) subscription.
{% endhint %}

{% hint style="info" %}
All commands support [`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.itranslator.app/fundamentals/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.
