# Saving (/docs/editor/saving)

How workflows are saved.



Workflows auto-save shortly after you stop editing, so your changes are almost always persisted. A periodic safety-net save also runs while there are unsaved changes, and you can save manually at any time.

How to save [#how-to-save]

Click the **Save** button in the top toolbar. The save indicator shows:

* **Saved** - all changes persisted
* **Unsaved changes** - modifications not yet saved (auto-saves within a few seconds)

What's saved [#whats-saved]

* Node positions and configuration
* Edge connections
* Workflow name and description
* Viewport position and zoom level
* Trigger activation and cron configuration

Versioning [#versioning]

Every workflow keeps an automatic [version history](/docs/editor/version-history): snapshots are captured as you edit, before big changes, and each time you run a changed graph, and you can restore or name any of them.

Separately, marketplace-listed workflows track published versions - each time you publish an update, a new version is created with a changelog. See [Marketplace Version Updates](/docs/marketplace/version-updates).

Next steps [#next-steps]

* [Version History](/docs/editor/version-history) - browse, restore, and name saved versions
* [Running a Workflow](/docs/editor/running) - execute your saved workflow
