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

# Version History

> Understand how flow versioning works in Famulor automation. Track changes, restore previous versions and safely iterate on AI voice agent workflows.

famulor.de keeps track of all published flows and their versions. Here’s how it works:

1. You can edit a flow as many times as you want in **draft** mode.
2. Once you're done with your changes, you can publish it.
3. The published flow will be **immutable** and cannot be edited.
4. If you try to edit a published flow, Famulor.io will create a new **draft** if there is none and copy the **published** version to the new version.

This means you can always go back to a previous version and edit the flow in draft mode without affecting the published version.

<img src="https://mintcdn.com/famulor/eSDh2bduRl2BLvxU/resources/flow-history.png?fit=max&auto=format&n=eSDh2bduRl2BLvxU&q=85&s=9978564b9a4dd2b3e31d3a1c9ff99b51" alt="Flow version history interface showing draft (yellow dot) and published (green dot) versions" width="2560" height="1440" data-path="resources/flow-history.png" />

As you can see in the following screenshot, the yellow dot refers to DRAFT and the green dot refers to PUBLISHED.

<Tip>
  Related pages: [Introduction](/en/automation-platform/introduction) and [Building Flows](/en/automation-platform/building-flows), and [Debugging Runs](/en/automation-platform/debugging-runs).
</Tip>
