> 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/export-import.md).

# Export and import a digital organization in Duaer

In Duaer, Export JSON saves the canvas and nodes. It does not include credential secrets. After import, select credentials again.
## Export

1. Open the digital organization.
2. Open the menu at the top right and select Export JSON.
3. Save the file. It has the nodes, connections, and parameters. Credentials are references only. Secrets stay on the instance.

## Import

1. In the menu, select Import, then From file or From URL.
2. Confirm. The canvas becomes the nodes from that file.
3. Open each node that needs an account, select a credential on this instance, then save.

The id is the segment after /workflow/ in the address bar. Import usually creates a new id. The old link does not point at the new copy.
## Questions

### Does a Duaer JSON export include my credential secrets?

No. The file has credential references only. After import, select credentials on that instance again.

