# Configurations

The Configurations section is crucial for your virtual being's functionality as it manages all essential technology integrations. This is where you set up and maintain speech recognition, voice synthesis, and AI model connections.

<figure><img src="/files/HrAy4kfyKeKsPfEr1tZF" alt=""><figcaption><p>Engines Configurations in Virbe Dashboard</p></figcaption></figure>

### Default Configuration Status

**Virbe-hosted Dashboards**

* Come pre-configured with:
  * Google Speech-to-Text
  * Azure Speech-to-Text
  * Azure Text-to-Speech
* Require manual setup of:
  * AI model credentials
  * Additional engines such as external conversational engines

**Self-hosted Dashboards**

* Require manual configuration of all components:
  * Speech-to-Text engines
  * Text-to-Speech engines
  * AI model credentials
  * Optionally: Conversational engines as above

{% hint style="info" %}
**Best Practices**

* Store your credentials securely
* Verify endpoints before saving
* Test configurations after setup
* Monitor usage and performance
* Keep backup configurations – add backup configurations in advance so that you can quickly replace them in case of the provider's outage.
  {% 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.virbe.ai/dashboard-management/configurations.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.
