> For the complete documentation index, see [llms.txt](https://docs.manyfast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manyfast.io/en/collaborate/version.md).

# Version History (Beta)

Manyfast lets you safely record changes to your Project and restore an earlier state whenever you need to.

### 1. Opening the version history sidebar

Click the \[clock icon] in the top-right corner of the screen. A sidebar showing the version history will appear on the right side of the screen.

### 2. Saving the current version

To record your current work, click the \[+ Save new version] button at the top of the sidebar.

* Automatically recorded info: The date and time of the save and the user who saved it are recorded automatically.
* You can freely rename the default version label (e.g. v1, v2) to fit your workflow.
  * Click the more (⋮) menu on the right of a list item and rename it to something easy to identify, such as "Final review" or "Before design revision."

### 3. Restoring a previous version

Use the restore feature to roll the Project back to a specific point in time.

* Click the \[Restore] button at the bottom of a list item to instantly recover the data from that point.

{% hint style="info" %}
Tip: Save a version before an important meeting or a large feature revision. Even if the direction of the Project changes, you can confidently roll back to a previous stage.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.manyfast.io/en/collaborate/version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
