# Voice Messages Transcription

{% hint style="info" %}
Don’t like to listen to voice messages from users in Telegram chats? iMe has the solution!
{% endhint %}

Now you don’t need to forward a voice message to the bot to get the text. Just tap on the button next to the voice message and you will see its text immediately.

{% tabs %}
{% tab title="Android" %}
The language of the voice message can be changed in the transcription settings by clicking on 3 dots in the chat and selecting one of the supported languages. Thus, you can translate multilingual voice messages into text by setting the desired language in the settings for each chat.
{% endtab %}

{% tab title="iOS" %}
The language of the voice message can be changed during transcription (microphone icon to the right of the voice message) by clicking on either the target language (top left) or the translator button (bottom center). Thus, you can translate multilingual voice messages into text by setting the desired language.
{% endtab %}
{% endtabs %}


---

# 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://imem.gitbook.io/faq-eng/capabilities/functions/transcription.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.
