> 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/cha-jian-yu-ji-cheng/unity-plugin/utilities/settings-panel.md).

# 设置面板

<figure><img src="/files/a3b27be2a795e64fa9b4eecf8791a9c9fcc2cb4b" alt=""><figcaption><p>在 PC 平台上，您可以按 F10 打开设置面板。对于移动平台，您需要在 UI 设计中点击设置按钮。</p></figcaption></figure>

设置面板由两个主要部分组成。

* 音频设置
* 界面设置

### 音频设置

<figure><img src="/files/6989c92115216c92d803b32ae07ccf4aeee1a2af" alt=""><figcaption></figcaption></figure>

#### **麦克风设置**

麦克风设置部分主要用于在使用 Convai 插件时排查和测试麦克风。

* 在输入部分，您可以查看连接到计算机的麦克风并选择所需的麦克风。
* 在测试输入字段中，您可以使用输入部分中选定的麦克风录制您的声音。点击停止后，您可以听取录制的声音并观察音量水平。

### 界面设置

<figure><img src="/files/671c836cd8829f4943551db373661224ccb95514" alt=""><figcaption></figcaption></figure>

#### 外观

这里首先映入眼帘的设置是外观设置。

在外观部分，您可以在不同的转录 UI 设计之间切换。

共有三种转录 UI 选项：

* 聊天框
* 问答
* 字幕

<figure><img src="/files/7c2fb61c96df441ce2cda1ba83dd7f44806b579a" alt=""><figcaption><p>从下拉菜单中选择某个 UI 后，您可以短暂预览它。</p></figcaption></figure>

#### 显示名称

界面设置中的第二个部分是显示名称部分。此部分允许您更改用户姓名在转录 UI 中的显示方式。

#### 通知勾选标记

界面设置中的最后一个部分是通知勾选标记。

Convai 有时会在屏幕上显示通知以告知用户。如果您想禁用这些通知，可以点击这里的复选框。（如果方框为绿色，则表示已启用；如果为空，则表示已禁用）

有关通知的更多信息，您可以参考这个 [链接](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/utilities/notification-system.md).


---

# 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/cha-jian-yu-ji-cheng/unity-plugin/utilities/settings-panel.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.
