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

# Quickstart

> Find the right path through Materi documentation

Use this page to route yourself quickly. For exact request/response shapes, use the API Reference.
For mental models and boundaries, use Architecture and Concepts.

## Choose your path

<CardGroup cols={2}>
  <Card title="Architecture overview" icon="diagram-project" href="/architecture-overview">
    Service boundaries and data flow.
  </Card>

  <Card title="Core concepts" icon="cube" href="/concepts">
    Workspaces, documents, events, collaboration.
  </Card>

  <Card title="API reference (OpenAPI)" icon="terminal" href="/openapi/openapi.json">
    Canonical REST surface (spec file).
  </Card>

  <Card title="Contributing" icon="code" href="/development">
    Preview docs locally and follow the documentation contract.
  </Card>
</CardGroup>

## For contributors

* Local preview: see [/development](/development)
* Quality bar: see [/documentation-contract](/documentation-contract)

## Common goals

* **Integrate via HTTP**: start with the OpenAPI spec and the relevant endpoint group.
* **Build realtime experiences**: read Concepts, then the Relay WebSocket protocol.
* **Change backend behavior**: update canonical contracts (OpenAPI and/or events) and run the
  drift checks before opening a PR.
