# Versioning Workflows

Workflow versioning is a critical feature that empowers users to manage changes, updates, and enhancements to their workflows with precision and control.&#x20;

By creating versions of your workflows, you can ensure that improvements are made safely, test new configurations without disrupting ongoing operations, and easily roll back to previous versions if needed.

### Version Statuses

Each version of a workflow within Looply is assigned a unique status, a fundamental aspect of our version control system.&#x20;

When a workflow is in its Draft phase, it grants you the flexibility to freely modify and test your processes without impacting any operational Looply processes that utilise the most current version.&#x20;

Upon finalising your adjustments, activating the workflow solidifies its status, thereby securing it against further modifications. Activation ensures that this particular version becomes the default for Looply processes configured to utilise the latest workflow version, maintaining system integrity and operational continuity.

For more information on triggering specific workflow versions see [Triggering Workflows](/workflows/triggering-workflows.md)

### Creating New Versions

You can get started creating a new version for your workflow by navigating to the latest active version, making some changes and then saving your workflow.&#x20;

As the workflow is active, you will be prompted to confirm your changes and agree that a new version will be created in order to prevent potentially breaking changes to the existing workflow version. Once you have confirmed this, your workflow will immediately be versioned up and placed into Draft status to continue working on your changes.&#x20;

### Locking Versions

Once you have made the necessary changes to your workflow and are ready to go live, you can activate your workflow by clicking the **Activate** button.&#x20;

This will prevent any further changes from being allowed on this version of your workflow and will ensure this version is now picked up as the latest.&#x20;


---

# 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://academy.looply.ai/workflows/versioning-workflows.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.
