> For the complete documentation index, see [llms.txt](https://eontribe.gitbook.io/eontribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eontribe.gitbook.io/eontribe/ecosystem/social-network/voice-chat-translation-feature.md).

# Voice chat translation feature

The Eontribe platform offers a feature of automatic translation of voice chats that allows users speaking different languages to easily understand each other. This feature uses advanced machine learning algorithms for automatic translation of spoken language in real time.

The voice chat translation feature works with speech recognition software that transcribes spoken words into text. The text is then translated into the target language and voiced to the listener. This process occurs in real-time, allowing for seamless communication.

This feature is useful in a variety of situations. For example, it can be used in international business meetings, language exchange groups, and public events where people from different countries are present. The target audience for this feature is anyone who needs to communicate with people who speak a different language.

Automatic translation of voice chats on the platform provides users with a number of advantages, including:

* Improving Communication

Users who speak different languages can communicate easily without the need for a translator or outdated and cumbersome software.

* Increasing Accessibility

This feature promotes inclusivity on the platform by enabling users from different countries and continents to participate in discussions.

* Saving Time

Real-time translation enables faster communication without the need to pause for message translation.

* Saving Costs

Automatic translation eliminates the need for expensive translators, making communication more cost-effective for both users and organizations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://eontribe.gitbook.io/eontribe/ecosystem/social-network/voice-chat-translation-feature.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.
