> 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/plugins-and-integrations/unity-plugin/utilities/settings-panel.md).

# Settings Panel

<figure><img src="/files/fGRovv5if9njgKbs86wo" alt=""><figcaption><p>On the PC platform, you can open the Settings Panel by pressing F10. For mobile platforms, you need to press the Settings button in the UI designs.</p></figcaption></figure>

Settings Panel consists of two main sections.

* Audio Settings
* Interface Settings

### Audio Settings

<figure><img src="/files/504w4k64oCrnmK2JgUJ5" alt=""><figcaption></figcaption></figure>

#### **Microphone Settings**

The Microphone Settings section is primarily for troubleshooting and testing the microphone when using the Convai plugin.

* In the Input section, you can view the microphones connected to your computer and select the desired one.
* In the Test Input field, you can record your voice using the selected microphone in the Input section. After clicking Stop, you can listen to the recorded voice and observe the sound levels.

### Interface Settings

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

#### Appearance

The first setting that greets us here is the Appearance setting.

In the Appearance section, you can switch between Transcript UI designs.

There are three Transcript UI options:

* ChatBox
* QuestionAnswer
* Subtitle

<figure><img src="/files/OsCTL5aUxeZB3jfnVfI4" alt=""><figcaption><p>Upon selecting a UI from the dropdown menu, you can preview it briefly.</p></figcaption></figure>

#### Display Name

The second section in Interface Settings is the Display Name section. This section allows you to change how the user's name appears in the Transcript UI.

#### Notifications Checkmark

The last section in Interface Settings is the Notifications Checkmark.

Convai sometimes displays notifications on the screen to inform the user. If you want to disable these notifications, you can click the checkbox here. ( If the box is green, it's active. If empty, it's inactive )

For more information about notifications, you can refer to this [link](/api-docs/plugins-and-integrations/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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin/utilities/settings-panel.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.
