# Auto-React

{% hint style="info" %}
This feature require [iTranslator Premium](https://itranslator.app/premium).
{% endhint %}

This feature is ideal for keeping consistent reactions on translated content, allowing seamless communication and interaction across different languages.

**How It Works**

> Whenever a user reacts to a message on your server, iTranslator will detect the reaction and apply the same reaction to all translated messages associated with the original one. Likewise, if a user adds a reaction to any of the translations, the same reaction will appear on the original message and its other translations.
>
> This synchronization ensures that all users, regardless of the language they speak, can see the same feedback and engagement on a message.

**Key Benefits**

* **Consistency**: Keeps reactions consistent across original and translated messages.
* **Efficiency**: No need to manually react to each translation—iTranslator handles it automatically.
* **Improved Moderation**: Reactions to inappropriate content can be easily removed from all versions simultaneously.

**How to Enable Auto-React**

> To enable or disable the Auto-React feature on your server, simply run the following command: `/autoreact toggle`.

{% hint style="info" %}
**Length of time IDs are saved to ensure functionality:**

**Premium:** *7 days*
{% endhint %}

{% hint style="danger" %}
This feature will only work on translations that have been sent since you enabled the feature.\
\
Also, iTranslator cannot reproduce the true amount of reactions. This is a Discord limitation, there is nothing we can do about it at the moment.
{% 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/amazing-features/auto-react.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.
