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

# Trace Documentation

> The fastest path from idea to manufactured PCB. AI-native PCB design built on KiCad.

## Start Here

<CardGroup cols={2}>
  <Card title="Introduction" icon="layer-group" href="/introduction">
    What is Trace and how it accelerates PCB design.
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Download and set up Trace on macOS, Windows, or Linux.
  </Card>

  <Card title="Quick Start" icon="bolt" href="/quick-start">
    Create your first PCB project in under 5 minutes.
  </Card>

  <Card title="Your First PCB" icon="microchip" href="/guides/first-pcb">
    Step-by-step guide from schematic to board layout.
  </Card>
</CardGroup>

## Learn More

<CardGroup cols={3}>
  <Card title="Intelligent Tools" icon="wand-magic-sparkles" href="/concepts/intelligent-tools">
    Natural language design assistance
  </Card>

  <Card title="Schematics" icon="diagram-project" href="/concepts/schematics">
    Schematic capture and editing
  </Card>

  <Card title="PCB Layout" icon="table-cells" href="/concepts/pcb-layout">
    Board design and routing
  </Card>

  <Card title="Components" icon="cubes" href="/guides/components">
    Using the component library
  </Card>

  <Card title="Exporting" icon="file-export" href="/guides/exporting">
    Generate manufacturing files
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/resources/troubleshooting">
    Common issues and solutions
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api/overview">
    Integrate Trace into your workflow with our REST API.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/resources/cli">
    Command-line tools for automation and scripting.
  </Card>
</CardGroup>

<Note>
  Trace is built on [KiCad](https://www.kicad.org), the open-source electronics design automation suite.
</Note>
