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

# Overview

> A unified AI platform for model access, API routing, and tool-compatible integrations.

Welcome to the NagaAI documentation. Use these guides to make your first request, choose the right API, and pick a model that fits your use case.

If you are new to NagaAI, follow this path:

1. Start with [Quickstart](/get-started/quickstart) to make your first successful request.
2. Read [Authentication](/get-started/authentication) to understand which key to use for each endpoint.
3. Use [Choose an API](/get-started/choose-an-api) to pick the right surface for your integration.
4. Use [Models](/get-started/models) to choose a model by capability, access, and cost.

## Start Here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
    Get an API key and make your first successful request.
  </Card>

  <Card title="Authentication" icon="key" href="/get-started/authentication">
    Learn when to use a standard API key and when to use a provisioning key.
  </Card>

  <Card title="Choose an API" icon="shuffle" href="/get-started/choose-an-api">
    Pick the right API for text generation, embeddings, audio, images, moderation, or client compatibility.
  </Card>

  <Card title="Models" icon="cubes" href="/get-started/models">
    Choose a model by task, capability, and access tier.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/overview">
    Explore the endpoint reference for exact parameters and schemas.
  </Card>
</CardGroup>
