# Misc. Commands

{% hint style="info" %}
If you need help at any point join our [**Discord Server**](https://discord.gg/mgNR64R) and someone will help you.
{% endhint %}

**Important Note**

*The bot’s default prefix is !tr (or !translate) - All commands must start with this prefix for the bot to process them. Bot must have proper permissions in all relevant channels for full functionality (**read**, **write**, **react**, **mention**, **attachments**, **embed**).*

*Users who wish to receive automatic translations in private must **enable DMs** via **server privacy settings**.*

## Help <a href="#help" id="help"></a>

**`!tr help`** - Shows RITA's help menu for all help commands.

**`!tr help modules`** - Shows RITA's help menu for all modules.

**`!tr help commands`** - Shows RITA's help examples for common commands. Such as Translation Commands, Information Commands, Style Commands, Misc Commands, and Debug Commands.

**`!tr help [command]`** - Give usage info for each command.

Example: **`!tr help last`** - will open the help menu for the command last.

## Links <a href="#links" id="links"></a>

**`!tr invite`** - Creates an invite link for the bot so other can use it, i would not recommend using this command.

## Supported Languages <a href="#supported-languages" id="supported-languages"></a>

**`!tr list`** - Lists all supported languages the bot can use.

## Version <a href="#version" id="version"></a>

**`!tr version`** - Shows the current version of the bot.

**`!tr history` -** Shows list of previous bot versions.

**`!tr history [version]` -** show all the revisions made to the designated version.

### Parameters

\*\* `[version]`\*\* **-** Version number.

## Tasks <a href="#tasks" id="tasks"></a>

**`!tr tasks`** - Lists all current translation tasks for the channel the command is used in. This command is very useful to check what tasks you have currently set in a channel as well as easily identify if you've created an invalid translation tasks.

## Donate <a href="#doante" id="doante"></a>

**`!tr donate oc`** - Donation link for open Collective.&#x20;

**`!tr donate github`** - Donation link for GitHub.

## Prefix

**`!tr prefix [prefix]`** - Sets custom bot prefix

#### parameters

\*\* `[prefix] - custom prefix`\*\*

## ID Info

**`!tr id`** - Shows various ID info


---

# 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.ritabot.gg/ritabot-docs/usage-commands-and-settings/misc.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.
