# Translation

Elyxir has a Translation system which automatically translates messages whenever you react with a flag to communicate with your community in whatever language they prefer, making it easier to provide support to your customers!

#### OBJECTIVES

* [Setup the Translation system](#setup)

<figure><img src="/files/FwQksB0c4Mn5Nr3ZASes" alt=""><figcaption></figcaption></figure>

## Setup

To use the translation system, all you need to do is run the [`/modules enable Translation`](/commands/base/modules-enable.md) command to enable the module.

To translate a message, simply react with the flag of a country that speaks the language you want the message translated to. In short, if you want a message translated to English you could react with the British or American flag.&#x20;

{% hint style="info" %}
Currently, the bot supports **48 Languages** and we plan to continue to support more!
{% endhint %}

<figure><img src="/files/N0p5V5nZ5ioPU6jpVoD6" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/translation.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.
