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

# formae documentation

> Manage live infrastructure as code with precise, granular changes and minimal blast radius.

formae is an open-source infrastructure-as-code platform that continuously discovers what is actually running, captures changes made outside the tool, and lets engineers extract that live infrastructure as code, modify it, and apply precise changes at any granularity - from a complete rollout to a single property - with minimal blast radius.

## Get started

<CardGroup cols={3}>
  <Card title="Quick start" icon="rocket" href="/documentation/get-started/quickstart">
    Install formae and deploy a ready-made example to AWS, Azure, or GCP in about
    ten minutes.
  </Card>

  <Card title="With an AI assistant" icon="robot" href="/documentation/get-started/quickstart-ai-assistant">
    Deploy by describing what you want to Claude Code, Codex, or another MCP
    client.
  </Card>

  <Card title="Write your first forma" icon="pencil" href="/documentation/get-started/write-your-first-forma">
    Build a forma from scratch and learn stacks, targets, references, and
    properties.
  </Card>
</CardGroup>

## Find your way around

The documentation follows four kinds of material, so you can tell what a page is
for before you open it.

<CardGroup cols={2}>
  <Card title="Get started" icon="graduation-cap" href="/documentation/get-started/quickstart">
    Guided, start-to-finish tutorials for your first hour with formae.
  </Card>

  <Card title="Guides" icon="list-check" href="/documentation/guides/ai-coding-assistants">
    Task-focused how-tos: adoption, CI/CD, operating the agent, per-cloud patterns.
  </Card>

  <Card title="Concepts" icon="lightbulb" href="/documentation/concepts/label">
    How formae thinks: stacks, targets, resources, reconciliation, and drift.
  </Card>

  <Card title="Reference" icon="book" href="/documentation/reference/cli">
    Look-up material: the CLI, configuration, and the Pkl cheatsheet.
  </Card>
</CardGroup>

## Building a plugin?

Extending formae to a new provider or service lives in its own space.

<Card title="Plugin development" icon="puzzle-piece" href="/plugin-development">
  The SDK tutorial, advanced topics, and the plugin interface reference.
</Card>
