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

# Fimo documentation

> Fimo is the layer your coding agent hands off to — content, editing, environments, scheduled agents, and hosting, around the site your agent builds.

Your coding agent builds the site. **Fimo owns everything after the build** —
content, editing, environments and previews, scheduled agents, and hosting —
and keeps it editable by non-developers and operable by AI. One source of truth,
two surfaces: the **`fimo` CLI** for you and your agent, and **Fimo Studio** for
your non-technical teammates.

Your code. Your agents. Your autonomous website.

<CardGroup cols={2}>
  <Card title="Get started for AI agents" icon="robot" href="/docs/get-started/ai-coding-agents">
    Point your coding agent at this page and it gets productive on a Fimo project.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/docs/get-started/quickstart">
    From `fimo init` to a live site — the shortest path.
  </Card>

  <Card title="Build with the CLI" icon="terminal" href="/docs/cli/overview">
    Schemas, entries, forms, media, labels — the `fimo` command surface.
  </Card>

  <Card title="Environments" icon="code-branch" href="/docs/environments/overview">
    Git-shaped isolated environments: branch, preview, merge, publish.
  </Card>

  <Card title="Scheduled agents" icon="robot" href="/docs/agents/overview">
    Agents-as-files that run on a schedule to keep your site alive.
  </Card>

  <Card title="Fimo Studio" icon="table-cells" href="/docs/studio/overview">
    The visual dashboard your non-technical teammates use.
  </Card>
</CardGroup>

## Core ideas

<Columns cols={3}>
  <Card title="Enhance your agent" icon="wand-magic-sparkles">
    Fimo never replaces your coding agent — it owns what happens after the build.
  </Card>

  <Card title="No lock-in" icon="lock-open">
    Your code, your repo, real git. Take it with you at any time.
  </Card>

  <Card title="Autonomous, controlled" icon="sliders">
    Scheduled agents keep the site fresh; you and Studio stay in control.
  </Card>
</Columns>
