> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge-base-starter-mintlify-85d166f9.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Engineering

> Development setup, deployment processes, incident response, and architecture documentation.

This section covers the technical foundations of how we build and operate our systems.

## Get started

<Card title="Developer setup" icon="terminal" href="/engineering/dev-setup">
  Get your local environment running from a fresh machine.
</Card>

## Reference

<CardGroup cols={2}>
  <Card title="Deployment" icon="rocket" href="/engineering/deployment">
    How code goes from a merged PR to production.
  </Card>

  <Card title="Incident response" icon="siren" href="/engineering/incident-response">
    On-call expectations, escalation paths, and postmortem process.
  </Card>

  <Card title="Architecture" icon="layers" href="/engineering/architecture">
    Services overview and data models.
  </Card>
</CardGroup>
