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

# Overview

<div style={{fontSize: "2rem", fontWeight: "700", marginBottom: "0.5rem"}}>
  Make every token count.
</div>

<div style={{fontSize: "1.1rem", color: "#888", marginBottom: "2rem"}}>
  Dakora gives you full visibility into your LLM spending and the tools to control it. Track token usage across models and users, set budget limits, manage prompt templates, and optimize costs - all from one platform.
</div>

<CardGroup cols={2}>
  <Card title="Try the Studio" icon="play" href="https://playground.dakora.io">
    Explore the dashboard, create templates, and see analytics in action.
  </Card>

  <Card title="Get Started" icon="rocket" href="/getting-started/quickstart">
    Set up your first project and render a prompt in 5 minutes.
  </Card>
</CardGroup>

***

## Key Features

<CardGroup cols={2}>
  <Card title="Cost Analytics" icon="chart-line" href="/features/observability">
    See exactly which models, users, and features drive your token consumption. Identify optimization opportunities before costs spiral.
  </Card>

  <Card title="Budget Controls" icon="shield-check" href="/features/project-budgets">
    Set spending limits, rate controls, and alerts. Prevent runaway costs without changing your code.
  </Card>

  <Card title="Prompt Management" icon="file-lines" href="/concepts/templates">
    Version control your prompts. Update templates in Studio and deploy instantly - no CI/CD required.
  </Card>

  <Card title="Performance Monitoring" icon="gauge" href="/features/observability">
    Track latency, errors, and response quality. Debug issues with detailed execution timelines.
  </Card>
</CardGroup>

***

## How It Works

<CardGroup cols={3}>
  <Card title="1. Create" icon="pen-to-square">
    Build and version your prompts in Studio. No more scattered strings across your codebase.
  </Card>

  <Card title="2. Monitor" icon="eye">
    See every LLM call in real-time. Understand costs by model, user, and feature.
  </Card>

  <Card title="3. Optimize" icon="bolt">
    Identify expensive prompts, set budgets, and iterate on templates without redeploying.
  </Card>
</CardGroup>

***

## Learn More

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Build your first template in 5 minutes
  </Card>

  <Card title="Templates" icon="file-lines" href="/concepts/templates">
    Create and manage prompt templates
  </Card>

  <Card title="Executions" icon="list-timeline" href="/features/observability">
    Analyze execution logs and costs
  </Card>

  <Card title="Budget Controls" icon="wallet" href="/features/project-budgets">
    Set up spending limits and alerts
  </Card>
</CardGroup>
