> 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/overview.md).

# Convai Unity SDK overview

The Convai Unity SDK layers voice, emotion, structured actions, and long-term memory onto Unity characters. The pages in this section explain the SDK fundamentals, system architecture, available features, and current release notes.

<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>What is the Convai Unity SDK</strong><br>End-to-end voice pipeline, target audience, and what the SDK ships with.</td><td><a href="/pages/3d552fbc704f9580bbec1cc230e2eae41818f025">/pages/3d552fbc704f9580bbec1cc230e2eae41818f025</a></td></tr><tr><td><strong>Convai Unity SDK architecture</strong><br>Four-tier framework: Runtime, Room, Agent, and Module layers.</td><td><a href="/pages/E0sHZRYpXvCTPJiLrAH4">/pages/E0sHZRYpXvCTPJiLrAH4</a></td></tr><tr><td><strong>Feature map</strong><br>Find the right feature, tool, or guide for any development goal.</td><td><a href="/pages/052c621eeaba9b20d93167f3c9981bf9dc20372f">/pages/052c621eeaba9b20d93167f3c9981bf9dc20372f</a></td></tr><tr><td><strong>Release notes</strong><br>Release notes for v<code class="expression">space.vars.unity_sdk_version</code> and previous releases.</td><td><a href="/pages/ae8k7JCmNIvZyl8ctZ6K">/pages/ae8k7JCmNIvZyl8ctZ6K</a></td></tr></tbody></table>

### Next steps

If you are ready to install the SDK, go directly to Getting Started.

{% content-ref url="/pages/1d9fa274483952ca377014dd2a4fb49c2f3e80a1" %}
[Getting started](/api-docs/plugins-and-integrations/convai-unity-sdk/getting-started.md)
{% endcontent-ref %}


---

# 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/overview.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.
