# Settings

{% 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**.*

**These commands are available only to admins.**

## Current-server-settings

This command will display a printout of your current server settings.

**`!tr settings`**  or `/settings`

## Set custom Bot Prefix

This command will allow you to set a custom prefix for RITA in your server.

**`!tr prefix [prefix]`**&#x20;

**`!translate prefix [prefix]`**

## Developer Announcement Messages

This command will turn off messages from the Development team.

`!tr announce [on/off]`

## Embedded Message Style

This command will allow you to use either embed or webhook translation Styles.

* `!tr embed [on/off]`
* `/settings embed`

{% tabs %}
{% tab title="Webhook syle" %}

<figure><img src="/files/zsQYZkxVFVQH9iNri75T" alt=""><figcaption><p>Showing Webhook Style in automatic Translation (<a href="#language-detection">with language detection</a>)</p></figcaption></figure>
{% endtab %}

{% tab title="Embed Style" %}

<figure><img src="/files/ynKVbzcG9OiCVxPo9M1U" alt=""><figcaption><p>Showing embed style</p></figcaption></figure>
{% endtab %}
{% endtabs %}

## Language Detection

This command will add a source Language marker to the translated text.

* **`!tr settings langdetect [on/off]`**&#x20;
* `/settings langdetect`

<img src="/files/umx1nPqx8ULOTMnU4Jry" alt="" width="563">

## Bot to Bot Translation Status

This command will allow RITA to translate messages from most bots

**`!tr bot2bot [on/off]`**

**`!tr help bot2bot`**

## Tags(everyone, here and user)

This command will allow you to disable RITAs ability to use the everyone, here and user tags when using Webhook translation style.

**`!tr settings tags [Parameter]`**

#### Parameters

`none` - RITA won't ignore any mentions

`everyone` - RITA will ignore everyone and here tags

`all` - RITA will ignore all mentions

## Reaction Translations

This command will turn off the ability to translate a message with Country flags.

**`!tr react [on/off]`**&#x20;

<figure><img src="/files/4WW29yPW2Wf64T8xSrp7" alt=""><figcaption><p>Reacting with a country flag translates the message</p></figcaption></figure>

## Auto Deletion Commands

These commands are to enable/disable various auto delete functions.

**`!tr settings menupersist [on/off]`**

**`!tr settings reactpersist [on/off]`**

**`!tr settings flagpersist [on/off]`**

## Webhook Debug Active State

This command will allow you to turn on debugging for RITA related errors in your server.

**`!tr debug [on/off]`**

**`!tr help debug`**

## Reset All Settings

This command will reset all Settings to their default setting.

**`!tr settings reset`**

{% hint style="info" %}
**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**.*
{% 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.ritabot.gg/ritabot-docs/usage-commands-and-settings/settings.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.
