> 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/convai-unity-sdk/ui-and-presentation.md).

# UI and Presentation

The Convai Unity SDK ships a set of optional, scene-level UI components. These components consume data already produced by the runtime and render it locally in your scene — none of them send data to Convai or require an active connection to display.

Each component is independent. Add only what your training simulation, interactive experience, or game requires.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Transcript UI</strong><br>Add scrollable chat or fixed-position subtitle display to your scene with the built-in prefab or a custom implementation.</td><td><a href="/pages/efc9aca742d268965e004a82e3c4e738db24a1a7">/pages/efc9aca742d268965e004a82e3c4e738db24a1a7</a></td></tr><tr><td><strong>Transcript History and Queries</strong><br>Query the full room turn timeline, filter by participant, and react to transcript changes from code.</td><td><a href="/pages/351d64ae28927aa533926b237ec3ddf6860763c6">/pages/351d64ae28927aa533926b237ec3ddf6860763c6</a></td></tr><tr><td><strong>Chat and Subtitle Modes</strong><br>Compare the two built-in display modes, configure Inspector fields, and add per-response feedback buttons.</td><td><a href="/pages/04dba1e30bd200179a770ba5dffcaab5b5eadf16">/pages/04dba1e30bd200179a770ba5dffcaab5b5eadf16</a></td></tr><tr><td><strong>Notification System</strong><br>Surface toast-style alerts for session errors, status changes, and custom in-scene events.</td><td><a href="/pages/fa6f53862719c13f17357086ad27f2c08beeefa3">/pages/fa6f53862719c13f17357086ad27f2c08beeefa3</a></td></tr><tr><td><strong>Settings Panel</strong><br>Give users a runtime panel to adjust microphone, transcript mode, and conversation preferences.</td><td><a href="/pages/1e28d73ef0dad9569b5d54c8f9f0b70586425f5a">/pages/1e28d73ef0dad9569b5d54c8f9f0b70586425f5a</a></td></tr><tr><td><strong>Customizing UI components</strong><br>Restyle the built-in transcript, notification, and settings panel UI using character visibility filters or prefab swapping.</td><td><a href="/pages/271853384cbbd26c8a6dd213f1d25c8a1dcae34a">/pages/271853384cbbd26c8a6dd213f1d25c8a1dcae34a</a></td></tr><tr><td><strong>Notification system reference</strong><br>Reference for SONotification, SONotificationGroup, UINotificationController, and error map assets.</td><td><a href="/pages/rRfhodnKJWoOgCXobKwX">/pages/rRfhodnKJWoOgCXobKwX</a></td></tr><tr><td><strong>Runtime settings API</strong><br>Reference for IConvaiRuntimeSettingsService — read, apply, and react to runtime settings changes from code.</td><td><a href="/pages/iiqODFfGzsLeWIN6mmNq">/pages/iiqODFfGzsLeWIN6mmNq</a></td></tr></tbody></table>


---

# 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/plugins-and-integrations/convai-unity-sdk/ui-and-presentation.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.
