> 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/zh/convai-playground/get-started/interact-in-voice-mode.md).

# 以语音模式交互

## 简介

**语音模式** 可让您与角色进行无缝、自然且低摩擦的语音对话。本指南将说明如何设置语音模式，并保持稳定的实时会话，以获得流畅的对话体验。

## 分步指南

### 1. 打开您的角色

* 在您的 **仪表板**中，打开您想要与语音模式一起使用的角色。

<figure><img src="/files/76945ee405685a6f3ae8fe33f5b15c1de22c49ff" alt=""><figcaption></figcaption></figure>

### 2. 配置语音设置

* 导航到 **语言和语音** 并为您的角色选择一个语音。
* 配置完成后，点击 **Update** 以保存您的更改。

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

### 3. 使用语音模式

点击麦克风按钮进入 **语音模式** 并开始实时免提与您的角色对话。

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

* 当您退出语音模式时， **对话记录** 将显示在聊天区域供您查看。

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

{% hint style="warning" %}
如果您闲置超过 **5分钟**，语音会话将自动断开。只需重新连接即可继续对话。
{% 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:

```
GET https://docs.convai.com/api-docs/zh/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.
