> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/forms/basics/working-with-form-versions.md).

# Working with form versions

Forms can have different versions. This can be useful when you need to make changes to a form while keeping the previous version and without re-configuring actions that use the form, as would be necessary if you simply cloned the form.

When you create a new form, it automatically becomes the Primary version. To create another version, go to the form builder and click the **Save as New Versions** menu item:

![](/files/a16fa750d074fee16cfb8ac6321b516dfd4dfe98)

To manage versions, open the **Actions** menu and click **Manage Versions**:

![](/files/b052f74ab726d3c19554b1a8189c17bc8bb5a96d)

The **Manage Versions** popup is displayed. Here, you can:

* Make a version primary.
* Open a version in the form builder using the **edit** icon.
* Delete a version.

![](/files/acd2df45c6a52ba180ad30a379083d588cad3e3b)

{% hint style="warning" %}
If the form has Form Actions that are executed by other actions, those actions must be re-configured after making a new version primary, even if the new version has the same Form Actions. This is because Form Actions are actually different objects.
{% endhint %}
