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

# Quickstart

> Get up and running with TraceRoot

<CardGroup cols={3}>
  <Card title="Tracing" icon="route" href="/tracing/get-started">
    Capture every LLM call, tool use, and agent step with OpenTelemetry-based instrumentation.
  </Card>

  <Card title="Detectors" icon="shield-halved" href="/detectors/get-started">
    Create your first detector and start surfacing failures, hallucinations, and missed tasks.
  </Card>

  <Card title="Self-Hosting" icon="server" href="/developer/self-hosting">
    Run TraceRoot on your own infrastructure.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/get-started">
    List, inspect, and export your traces from the terminal.
  </Card>
</CardGroup>
