> For the complete documentation index, see [llms.txt](https://docs.echo3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echo3d.com/web-console/manage-pages/content-page/version-control.md).

# Version Control

{% hint style="info" %}
Version control is only available on paid plans.
{% endhint %}

## Version History

By default, the first version (version "0") of your asset is the originally uploaded asset.&#x20;

A new version is created whenever the asset file or target is changed or updated.

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

Click the ![](/files/Z5YDRxcP2JQUUHTF3rtq) icon to **download the version history as a CSV** file or **delete all past versions**.

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

Click the **New version +** button to create a new version and overwrite the existing asset.

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

## Reviewing Versions

Clicking on any of the lines will display a preivew of the old version.

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

## Comparing Versions

Hold the `Ctrl`  key and select multiple versions to view a side-by-side comparison.

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

## Reverting or Editing Versions

Clicking the ![](/files/Z5YDRxcP2JQUUHTF3rtq) icon next to a version allows you to:

* **Revert** to an old version by making it the latest version.
* Copy the unique **version ID**
* Edit the version by **adding a note**.
* **Delete** the old version

The latest version cannot be deleted.

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

{% embed url="<https://www.youtube.com/watch?v=LxoYEmb51tw>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.echo3d.com/web-console/manage-pages/content-page/version-control.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
