# Snapshots (version control)

Midio supports version control by allowing you to save snapshots of your projects whenever you want. You can access your snapshots from the menu in the top left.

<figure><img src="/files/lLdcjyAJkvbU3oFfzLXh" alt="" width="563"><figcaption></figcaption></figure>

## The snapshots dashboard

You can capture a new snapshot by giving it a name and pressing the "new snapshot" button.

<figure><img src="/files/iPNkOEqUif277CSvThwh" alt=""><figcaption></figcaption></figure>

If you need to restore a snapshot, you can select it and click the "restore" button.

{% hint style="warning" %}
To avoid losing your work, you should always create a new snapshot before restoring and old one. This makes sure you can always go back to the previous state in case you change your mind.
{% endhint %}

<figure><img src="/files/PsXmIfFPd2tduI1SLpMY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.midio.com/midio-docs/snapshots-version-control.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.
