# History

Appizap Workflow Builder creates a new version when you:

* Save your workflow.
* Restore an old version. Appizap Workflow Builder saves the latest version before restoring.
* Pull from a Git repository using `Source control`. Note that Appizap Workflow Builder saves versions to the instance database, not to Git.

{% hint style="info" %}
Workflow history is not the same as the list of Workflow-level executions." Executions are workflow runs. The executions list shows previous runs of the current workflow version. Copy previous executions to debug and re-run in your current workflow. Workflow history shows past versions of the workflow, such as versions with different nodes or parameter settings.
{% endhint %}

### View workflow history <a href="#view-workflow-history" id="view-workflow-history"></a>

To view a workflow's history:

1. Open the workflow.
2. Choose "Workflow History". An options menu will be displayed by Appizap Workflow Builder, showcasing the saved versions of the workflow along with a preview of the version that has been selected.

### Restore or Copy previous versions <a href="#restore-or-copy-previous-versions" id="restore-or-copy-previous-versions"></a>

1. On the version you want to restore or copy, select **Options** ![Options icon](https://docs.n8n.io/_images/common-icons/three-dot-options-menu.png).
2. Choose what you want to do:
   * **Restore this version**: replace your current workflow with the selected version.
   * **Clone to new workflow**: create a new workflow based on the selected version.
   * **Open version in new tab**: open a second tab displaying the selected version. Use this to compare versions.
   * **Download**: download the version as JSON.


---

# 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.appizap.ae/appizap-workflow-builder-pro/workflows/history.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.
