# Message Translation

With Responso's message translation feature, you can easily and quickly translate the content of any message. This tool works for both received messages and messages you want to send. The translator automatically detects the language in which the message was written.

## **How Does It Work?**

1. Open any message in the Responso inbox, and in the upper-right corner, you’ll find a **translator icon**:
2. After clicking the icon, the translator will automatically detect the language of the message:
3. To translate the message into a different language, simply expand the list and select the desired language for the translation:
4. Then, click **Translate**:
5. Done! The message has been translated:

You can also translate a message while composing it by clicking the translator icon:

Responso’s translation tool supports many languages:

{% hint style="info" %}
Please note that the maximum character limit for a message is **5,000 characters**.
{% 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.responso.com/responso-doc/en/functions/message-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.
