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

# Introducción

> Bienvenido a la documentación de NPC Builder

<Info>
  NPC Builder lleva <strong>NPCs impulsados por IA y conscientes del contexto</strong> a tus juegos.\
  Utiliza estas guías para configurar tu cuenta, integrar nuestros SDKs y llamar a las APIs.
</Info>

<Warning>
  <strong>Se requiere un plan activo:</strong> El acceso a la API y al SDK requiere una suscripción a NPC Builder.\
  <a href="https://npcbuilder.com/plans">Ver planes y precios</a>.
</Warning>

## Comienza ahora

<Columns cols={2}>
  <Card title="Inicio rápido" href="/es/quickstart" icon="rocket" horizontal>
    Regístrate, genera un token y recibe la primera respuesta de un NPC en minutos.
  </Card>

  <Card title="Referencia de Entidades" href="/es/essentials/entities" icon="gear" horizontal>
    Aprende sobre todas las entidades existentes en NPC Builder y cómo utilizarlas.
  </Card>
</Columns>

## Integraciones con motores de juego

<Columns cols={2}>
  <Card title="Plugin para Unity" href="/es/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="Plugin de Unity – fondo claro" 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="Plugin de Unity – fondo oscuro" className="hidden dark:block w-full h-40 rounded-lg mb-2" width="376" height="186" data-path="images/unity-dark.svg" />

    Importa el paquete, añade tus credenciales y chatea con NPCs usando eventos en C#.
  </Card>

  <Card title="Plugin para Unreal Engine" href="/es/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="Plugin de Unreal – fondo claro" 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="Plugin de Unreal – fondo oscuro" className="hidden dark:block w-full h-40 rounded-lg mb-2" width="532" height="646" data-path="images/unreal-dark.svg" />

    Nodos Blueprint para conversaciones asíncronas en Unreal Engine 5.
  </Card>
</Columns>

## Guías de API

<Columns cols={2}>
  <Card title="API de Interacciones" href="/es/essentials/interactions-api-guide" icon="message-dots">
    Autentica, envía mensajes a los NPCs y gestiona eventos en las respuestas.
  </Card>

  <Card title="API de Contexto" href="/es/essentials/context-api-reference" icon="database">
    Gestiona programáticamente Juegos, Mundos, Regiones, Localizaciones y Personajes.
  </Card>
</Columns>

<Tip>
  ¿Necesitas todos los detalles de los endpoints? Explora la <a href="/es/api-reference/introduction">referencia OpenAPI</a>.
</Tip>
