# Interact in Voice Mode

## Introduction

**Voice Mode** allows you to have seamless, natural, and low-friction voice conversations with your character. This guide explains how to set up Voice Mode and maintain stable, real-time sessions for a smooth conversational experience.

## Step-by-Step Guide

### 1. Open Your Character

* From your **Dashboard**, open the character you want to use with Voice Mode.

<figure><img src="/files/TUluPRHLlYvpH308alZQ" alt=""><figcaption></figcaption></figure>

### 2. Configure Voice Settings

* Navigate to **Language and Speech** and select a voice for your character.
* Once configured, click **Update** to save your changes.

<figure><img src="/files/KpbUeIQDHwnficcaWVmw" alt=""><figcaption></figcaption></figure>

### 3. Using Voice Mode

Click the microphone button to enter **Voice Mode** and start talking to your character hands-free in real time.

<figure><img src="/files/LctrpBjQj8tiB66QdUOY" alt="" width="375"><figcaption></figcaption></figure>

* When you exit Voice Mode, the **conversation transcript** will appear in the chat area for review.

<figure><img src="/files/4XjmLDvhdeUKpCVkD5r9" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
If you remain idle for more than **5 minutes**, the voice session automatically disconnects. Simply reconnect to resume your conversation.
{% 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.convai.com/api-docs/convai-playground/get-started/interact-in-voice-mode.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.
