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

# Version Control

Learn how modifying an Automation creates restorable versions

Every change made to a workflow creates a new version. Previous versions can be viewed and restored, giving you a safe fallback when updating an automation.

## Viewing workflow versions

To view previous versions, open the automation and select the **Versions** tab.

Versions are listed with the most recent first. Each version shows:

* The version number
* When the version was created
* The user who created it
* The workflow name

Hover over a version and click **View** to see a snapshot of the workflow at that point in time.

## Restoring a previous version

To restore an older version, locate the version you want to use.

You can roll back to it in either of the following ways:

* Open the version using **View**, then click **Rollback**
* Click the three-dot menu beside the version and select **Rollback**

Rolling back restores that version of the workflow so you can recover from unwanted changes or return to a previously working configuration.
