> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

## Get Started

<CardGroup cols={2}>
  <Card title="Runtime Quickstart" icon="bolt" iconType="light" href="/Unity/runtime/get-started">
    Get started with the Unity AI Runtime.
  </Card>

  <Card title="Build a Character" icon="user-vneck-hair" iconType="light" href="/Unity/runtime/build-your-own">
    Create and chat with an AI character with Unity AI Runtime.
  </Card>
</CardGroup>

## Watch it in Action

<iframe style={{ aspectRatio: '16 / 9', width: '100%', height: 'auto' }} src="https://drive.google.com/file/d/1NO6reu2FVMFypC4WtcNafyUhBDrOvoWB/preview" title="Unity AI Runtime - Demo Video" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Explore

<CardGroup cols={2}>
  <Card title="Primitive Demos" href="/Unity/runtime/demos/primitives/overview">
    Explore demos showcasing the use of individual primitive modules, such as LLM, Speech-to-Text (STT), Text-to-Speech (TTS), etc.
  </Card>

  <Card title="Graph Node Demos" href="/Unity/runtime/demos/nodes/overview">
    See how each graph, edge and official node works in Unity’s Graph Node demos, with ready-made graphs to explore.
  </Card>

  <Card title="Graph Editor" href="/Unity/runtime/editor/overview">
    Get started building with Graph Editor in Unity AI Runtime.
  </Card>

  <Card title="Runtime Reference" href="/Unity/runtime/runtime-reference/overview">
    Explore the Runtime reference for class definitions and functions.
  </Card>
</CardGroup>
