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

# Introduction

> Welcome to the NPC Builder documentation

<Info>
  NPC Builder brings <strong>AI-driven, context-aware NPCs</strong> to your games.\
  Use these guides to set up your account, integrate our SDKs, and call the APIs.
</Info>

<Warning>
  <strong>Active plan required:</strong> API and SDK access require an NPC Builder subscription.\
  <a href="https://npcbuilder.com/plans">View plans & pricing</a>.
</Warning>

## Get started

<Columns cols={2}>
  <Card title="Quickstart" href="/quickstart" icon="rocket" horizontal>
    Sign up, generate a token, and receive your first NPC reply in minutes.
  </Card>

  <Card title="Entity Reference" href="/essentials/entities" icon="gear" horizontal>
    Learn about all the entities existing in NPC Builder and how to use them.
  </Card>
</Columns>

## Game-engine integrations

<Columns cols={2}>
  <Card title="Unity Plugin" href="/integrations/unity">
    <img src="https://mintcdn.com/npcbuilder/R4Y8o_1f-ZPlMdqS/images/unity-light.svg?fit=max&auto=format&n=R4Y8o_1f-ZPlMdqS&q=85&s=3744f26496735819434b90e2a14a8388" alt="Unity plugin – light background" className="block dark:hidden w-full h-40 rounded-lg mb-2" width="376" height="186" data-path="images/unity-light.svg" />

    <img src="https://mintcdn.com/npcbuilder/R4Y8o_1f-ZPlMdqS/images/unity-dark.svg?fit=max&auto=format&n=R4Y8o_1f-ZPlMdqS&q=85&s=5cd5ad7c7ee52fd8ed3f083cfef87170" alt="Unity plugin – dark background" className="hidden dark:block w-full h-40 rounded-lg mb-2" width="376" height="186" data-path="images/unity-dark.svg" />

    Import the package, add credentials, and chat with NPCs using C# events.
  </Card>

  <Card title="Unreal Engine Plugin" href="/integrations/unreal">
    <img src="https://mintcdn.com/npcbuilder/R4Y8o_1f-ZPlMdqS/images/unreal-light.svg?fit=max&auto=format&n=R4Y8o_1f-ZPlMdqS&q=85&s=3625d05978fe154d0f28de3c6da52e67" alt="Unity plugin – light background" className="block dark:hidden w-full h-40 rounded-lg mb-2" width="532" height="646" data-path="images/unreal-light.svg" />

    <img src="https://mintcdn.com/npcbuilder/R4Y8o_1f-ZPlMdqS/images/unreal-dark.svg?fit=max&auto=format&n=R4Y8o_1f-ZPlMdqS&q=85&s=5a548f73b00947dfc831f5248904eb33" alt="Unity plugin – dark background" className="hidden dark:block w-full h-40 rounded-lg mb-2" width="532" height="646" data-path="images/unreal-dark.svg" />

    Blueprint nodes for asynchronous conversations in Unreal Engine 5.
  </Card>
</Columns>

## API guides

<Columns cols={2}>
  <Card title="Interactions API" href="/interactions-api-guide" icon="message-dots">
    Authenticate, send messages to NPCs, and handle events in responses.
  </Card>

  <Card title="Context API" href="/context-api-reference" icon="database">
    Programmatically manage Games, Worlds, Regions, Locations, and Characters.
  </Card>
</Columns>

<Tip>
  Need full endpoint details? Explore the <a href="/api-reference/introduction">OpenAPI reference</a>.
</Tip>
