> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/save-and-publish.md).

# Save and publish a digital organization in Duaer

In Duaer, edits stay a draft until you publish. Schedules, webhooks, and production runs use the published version.
## A draft is not the published version

Duaer autosaves canvas edits, usually within a few seconds. Those versions stay drafts. Production executions use the published version, not the draft you have not published yet.

- Not published yet: Publish is available. Schedules and outside events do not start this digital organization.
- Published with no new edits: the control shows it is up to date.
- Published, then edited: the list still says Published. Publish again to send the new edits live.
- A trigger failed to activate: the status is partial publish or failed publish. Open the digital organization, see which trigger failed, and publish again.

## Publish

1. In the canvas header, select Publish, or press Shift + P.
2. The version name starts as an id. Change it if you want a name you will recognize, and add a short description.
3. Select Publish again. Production executions now use this version.

If the dialog offers Submit for review, that sends the version to someone else. It does not publish it. While a review is open, Duaer blocks publishing that digital organization.

If personal space has publishing turned off, the button tells you to move the digital organization into a team space. Refer to [personal space](/user-management/rbac/personal-space.md).

## Version history and unpublish

1. Open Version history from the header.
2. To name a version: open the menu next to Publish and select Name version, or on the history page select Name version for that row, then Save. A named version is kept when history is pruned.
3. Restore version puts that version back on the canvas so you can edit it. It does not change the version production is running.
4. Unpublish from the menu next to Publish, from the list, or from Version history on the published version. The shortcut is Cmd/Ctrl + U.
## Questions

### Does a Duaer schedule pick up canvas edits immediately?

No. Autosave keeps a draft. Schedules, webhooks, and production executions use the published version until you publish again.

