# Voice / Language

The virtual being's ability to talk to people comes from the combination of two technologies: Speech Recognition (Speech-To-Text or STT) and Speech Generation (Text-To-Speech or TTS).

In Virbe Dashboard it's necessary to select the STT & TTS configuration, which means selecting the languages in in which the users will be speaking (STT) and languages/voices the virtual being will be responding in. \
\
In case of STT it's enough to just select the language.

In case of TTS the configuration comprises of two parts:&#x20;

* TTS engine (selecting from a list of different engine), and
* a specific voice in a specific language.

#### Good news! You're not bound to just one language.

In selected plans, we support recognizing and generating multiple languages simultaneously which means your virtual being will be able to switch between the languages. Currently, depending on the plan you're subscribed to, we support from 1 to 5 languages simultaneously. In any case, always make sure to set a default language to the one you're expecting the most.

<figure><img src="/files/cKezDJz899wE07v3blI0" alt=""><figcaption><p>Click add another configuration to add more languages</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.virbe.ai/dashboard-management/voice-language.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.
