> ## 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 Studio

> The visual dashboard where your team runs the site your agent built — no code required.

Fimo Studio is the web app where content editors and project owners manage a site without writing a line of code. Your coding agent builds the site; Studio is where everyone else keeps it running — editing pages, managing content and media, and publishing when it's ready.

## What you can do

<Columns cols={2}>
  <Card title="Edit visually" icon="pen" href="/docs/studio/visual-editing">
    Click any element on the page and change its text, colors, and spacing.
  </Card>

  <Card title="Manage content" icon="database" href="/docs/studio/cms">
    Add and edit entries in your collections — blog posts, team members, FAQs.
  </Card>

  <Card title="Organize media" icon="images" href="/docs/studio/media-library">
    Upload, generate, and organize the images and files your site uses.
  </Card>

  <Card title="Ask the AI" icon="comments" href="/docs/studio/ai-chat">
    Describe a change in plain language and watch the AI make it.
  </Card>

  <Card title="Publish" icon="cloud-arrow-up" href="/docs/studio/publish">
    Push your latest changes live when everything looks right.
  </Card>

  <Card title="Roll back" icon="clock-rotate-left" href="/docs/studio/version-history">
    Restore an earlier version if something goes wrong.
  </Card>
</Columns>

## One site, two surfaces

Studio and the `fimo` CLI work on the **same project** — one source of truth. Developers and agents work through the command line; everyone else works in Studio. A change made in one shows up in the other, so technical and non-technical teammates stay in sync.

<Note>
  Edits you make in Studio save automatically as you work, like a draft. Visitors only see them once you [publish](/docs/studio/publish).
</Note>

## What's next

<Columns cols={3}>
  <Card title="Visual editing" icon="pen" href="/docs/studio/visual-editing">
    Make quick tweaks by clicking on the page.
  </Card>

  <Card title="AI chat" icon="comments" href="/docs/studio/ai-chat">
    The fastest way to make bigger changes.
  </Card>

  <Card title="Sharing & collaboration" icon="users" href="/docs/studio/collaboration">
    Invite your team and work together in real time.
  </Card>
</Columns>
