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

# Node.js Agent Runtime

## Get Started

<CardGroup cols={2}>
  <Card title="Agent Runtime Quickstart" icon="bolt" iconType="light" href="/node/quickstart">
    Get started with the Node.js Agent Runtime.
  </Card>

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

## Explore templates

<CardGroup cols={2}>
  <Card title="Voice Agent" href="/node/templates/voice-agent">
    Learn how to build a natural realtime voice experience, ready for production use
  </Card>

  <Card title="Multimodal Companion" href="/node/templates/multimodal-companion">
    Learn how to take in multimodal inputs to power an AI companion.
  </Card>

  <Card title="And more!" href="/node/templates/overview">
    Explore our full suite of available templates to find the best one for your use case.
  </Card>
</CardGroup>

View all templates at [github.com/inworld-ai/inworld-runtime-templates-node](https://github.com/inworld-ai/inworld-runtime-templates-node)

## Watch it in Action

<iframe style={{ aspectRatio: '16 / 9', width: '100%', height: 'auto' }} src="https://www.youtube.com/embed/V8f93Bk9tbE" title="Inworld Agent Runtime - Product Overview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
