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

# Start Here

> Pick the fastest path based on what you need right now.

## Start here

<Columns cols={2}>
  <Card title="Get started" icon="play" href="/quickstart">
    Recommended first step. Run your first structured-output workflow in minutes.
  </Card>

  <Card title="Migrate from other providers" icon="refresh-cw" href="/migrate-from-other-providers">
    Keep your OpenAI-style calls and switch with minimal code changes.
  </Card>
</Columns>

## Explore by goal

<Columns cols={2}>
  <Card title="Use the API directly" icon="terminal" href="/api/overview">
    OpenAI-compatible endpoints, auth, and request formats.
  </Card>

  <Card title="Learn structured outputs" icon="book-open" href="/json-schema/overview">
    Learn schema patterns, references, and domain examples.
  </Card>

  <Card title="Evaluate the solution" icon="scale" href="/providers-comparison">
    Compare providers and see where schema support differs.
  </Card>

  <Card title="Get schema review" icon="message-circle" href="/audit">
    Share your schema and get feedback before shipping.
  </Card>
</Columns>
