# Manage Workflow Versions

{% hint style="info" %}
Workflow Versions is a **premium** feature. Without it, previous versions cannot be restored.

For up-to-date information on our plans and their associated features, see our [pricing page](https://roboflow.com/pricing).
{% endhint %}

Every time you save a Workflow, a new version is saved in your Workflow Version History.

The Version History for a Workflow stores every saved change to the Workflow.

### See Versions

To see Versions of your Workflow, click the clock icon in the right sidebar of the Workflow editor. A panel will open up that shows all saved changes.

The most recent saved version will be marked as Live. This is the Workflow that will run in production when you run the Workflow.

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

### Set a Version Name

You can set names for versions in your Workflow Version History. To name a version, click the three dots next to a version name then click "Rename":

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

You can then specify a name for your Workflow version:

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

The version name will then be updated:

<figure><img src="/files/2X3XhFiX0nWDZuqEWtO8" alt=""><figcaption></figcaption></figure>

### Roll Back to a Previous Version

You can roll back to a previous version of a Workflow at any time.

To roll back to a previous version, click the three dots next to the name of a Workflow then click "Restore":

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

The Workflow Version will then appear in your editor. You will need to click the "Save" button to save your changes:

<figure><img src="/files/4ouVfxlQM1BN10t74UjN" alt=""><figcaption></figcaption></figure>

When you press Save, a new version of your Workflow will be created with the changes you rolled back to. This will then be made the Live version of your Workflow.


---

# 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.roboflow.com/workflows/manage-workflow-versions.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.
