> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/convai-playground/get-started/interact-in-voice-mode.md).

# 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/GCg2unvJLwdb1zOXTgox" 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
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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/convai-playground/get-started/interact-in-voice-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
