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

# Version history

> Browse the automatic snapshots of your project and restore an earlier version whenever you need to.

Version history is your safety net. Fimo captures snapshots automatically as you work, so you can always go back if something breaks or you change your mind.

## Find your versions

Click your **project name** at the top of the left sidebar to open the project menu, then select **History**. The panel lists every saved version with its name and timestamp; the most recent shows a **"Current"** badge.

<Note>
  Versions are created **automatically** — whenever the AI makes meaningful changes, it captures a snapshot. There's no "create version" button; you can't add one by hand, but you can rename any version (three-dot menu → **Edit**) to find it more easily later.
</Note>

## Restore a version

<Steps>
  <Step title="Find the version">
    Locate the one you want in the history list.
  </Step>

  <Step title="Restore it">
    Click the **three-dot menu** next to it and select **Restore**.
  </Step>

  <Step title="Confirm">
    A dialog warns that this replaces your current project. Click **Restore** to confirm.
  </Step>
</Steps>

<Warning>
  Restoring is a **full rollback** — it replaces all files in your project, not just the last change.
</Warning>

## Quick undo from chat

Each AI message that changed your project shows an **undo button** (↩ icon) on the right. Click it, confirm the **"Restore version?"** prompt, and your project returns to the state it was in at that message — the fastest way to undo a recent change. The button is disabled on the most recent change and available only to members who can manage history.

## What's next

<Columns cols={3}>
  <Card title="AI chat" icon="comments" href="/docs/studio/ai-chat">
    Undo a change right where it was made.
  </Card>

  <Card title="Publish & deploy" icon="cloud-arrow-up" href="/docs/studio/publish">
    Push a restored version live.
  </Card>

  <Card title="Sharing & collaboration" icon="users" href="/docs/studio/collaboration">
    Who can manage history on your team.
  </Card>
</Columns>
