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

# History

> Restore your project to a previous state.

The **History** feature lets you roll back your project to a previous state at any time. Both **content** (database) and **code** are restored together for consistency.

Assets are not restored, but if you haven’t deleted them, older versions of your project will still reference them and continue to work. Newly uploaded assets remain available.

## How does it work?

* A new **history version** is created each time you send a message in the **chat**.
* Restoring a version resets your project’s content and code to that exact state.
* Assets are preserved as long as they weren’t deleted.

<Warning>
  Edits made directly in the **Content tab** (like adding entries without the chat) do **not** create new history versions.
</Warning>

## Actions available

Inside the **History panel**, all versions are listed. For each version you can:

* **Edit** → rename the version to make it easier to find later
* **Restore** → roll back your project to that specific state
* **Delete** → permanently remove the version from history

## Backups

In addition to history versions, Fimo performs **automatic database backups**.
If you need to roll back beyond what’s available in your history list, you can **reach out to support** and we’ll restore your database to a previous state (ranging from 1 day to 30 days depending on your plan).

## Limits

<Note>
  Free organizations can access **up to 24 hours** of project history.
</Note>

To view or restore **older versions**, upgrade to **Premium** for extended history retention.

## Why use History?

<Columns cols={2}>
  <Card title="Safe experimentation" icon="wand-magic-sparkles">
    Try ideas freely and roll back if needed.
  </Card>

  <Card title="Full project restore" icon="database">
    Content and code are restored together for consistency.
  </Card>

  <Card title="Asset safety" icon="photo-film">
    Old references keep working as long as assets weren’t deleted.
  </Card>

  <Card title="Support backups" icon="life-ring">
    Ask support to restore database backups up to 30 days old.
  </Card>
</Columns>
