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

# Introduction

> A fast FHIR server built in Rust.

<Info>
  Ferrum is under active development. If you encounter issues or spec
  inconsistencies, please report them on
  [GitHub](https://github.com/thalamiq/ferrum/issues).
</Info>

## Get Started

<Card title="Quickstart" href="/getting-started/quickstart" horizontal>
  Get up and running with **Ferrum** in minutes using Docker.
</Card>

<Columns cols={2}>
  <Card title="API Reference" href="/api-reference/introduction">
    Interactive API docs for all FHIR operations.
  </Card>

  <Card title="FHIR Primer" href="/getting-started/fhir-primer">
    Quick intro to the FHIR standard.
  </Card>

  <Card title="Server Guide" href="/server/crud-operations">
    CRUD, search, batch processing, and transactions.
  </Card>

  <Card title="Deployment" href="/deployment/docker">
    Docker, bare metal, and monitoring setup.
  </Card>
</Columns>
