# Interact in Voice Mode (Beta)

## 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, select the right interaction method, 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.
* Navigate to **Core AI Settings** and ensure you’ve selected a **Live Model.**

<figure><img src="/files/MjcYiq37JB2Qc5Si6AO1" alt="" width="563"><figcaption></figcaption></figure>

### 2. Configure Voice Settings

* Go to **Language and Speech** and select a voice for your character.

{% hint style="warning" %}
Choose a voice **other than GCP**. GCP voices are **not compatible** with live models.
{% endhint %}

* Once configured, click **Update** to save your changes.

### 3. Using Voice Mode

* After updating your character, a **microphone button** will appear next to the chat input field.

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

* Click this button to enter **Voice Mode**, allowing you to talk to your character hands-free in real time.

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

<figure><img src="/files/GIQ9KGyA6fpophPRqL2p" 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-beta.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.
