> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version history

> Save named snapshots of a workflow and restore any of them later.

The **Versions** control (the History icon next to the top-bar tabs, shortcut `V`) keeps named snapshots of your workflow. Save one before a risky edit and you can always get back.

<Frame caption="The Versions popover with saved snapshots.">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/editor/version-history-1.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=04c7da8a970340ea6fc90269219e963f" alt="Versions popover with the save input and snapshot list" width="1416" height="554" data-path="images/editor/version-history-1.png" />
</Frame>

## Saving a version

<Steps>
  <Step title="Open Versions">
    Click **Versions** in the top bar or press `V`.
  </Step>

  <Step title="Name it">
    Type a name into the input ("Save current state...") and press `Enter`. The snapshot captures the current nodes and edges.
  </Step>
</Steps>

## Restoring a version

The same input searches existing versions as you type. Click a version (or arrow down to it and press `Enter`) and confirm in the **Restore version?** dialog. Restoring replaces your current workflow with the saved snapshot.

<Tip>
  Save a snapshot of your current state before restoring an older one, so the restore itself is reversible.
</Tip>

## Deleting a version

Hover a version in the list and click the trash icon, then confirm in the **Delete version?** dialog.

## Limits per plan

| Plan | Version checkpoints per workflow |
| ---- | -------------------------------- |
| Free | 3                                |
| Plus | 10                               |
| Pro  | Unlimited                        |

See [Plans](/billing/plans) for the full comparison.
