> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn about the Actions version history, which allows you to compare between drafted and deployed versions of Actions, and revert to previous versions when necessary.

# Manage Versions

With the Actions version history, you can compare between drafted and deployed versions of Actions, and revert to previous versions when necessary.

## Deploy Actions

Before an Action can be bound to a flow, the Action must be deployed.

1. Navigate to [Auth0 Dashboard > Actions > Custom Actions](https://manage.auth0.com/#/actions/library).
2. Choose your Action.
3. Select **Deploy**.

The selected Action will be deployed and added to the collection of available actions for flows. Additionally, a new draft version of the deployed Action will be created for future editing. Because secrets and dependencies are tied to versions, any saved secrets or dependencies will be available to the new draft.

## Revert Actions

When necessary, you can revert to the last known good version of an Action.

1. Navigate to [Auth0 Dashboard > Actions > Custom Actions](https://manage.auth0.com/#/actions/library).
2. Choose your Action.
3. Select **Version History**.
4. Select the version to which you want to revert, and click **Revert**.

   <Callout icon="file-lines" color="#0EA5E9" iconType="regular">
     In the version history, “Draft” denotes a version that has never been deployed.
   </Callout>

A new copy of the selected version will be created and deployed. Additionally, a new draft version of the deployed Action will be created for future editing. Because secrets and dependencies are tied to versions, any saved secrets or dependencies will be available to the new draft.
