mkdocs/docs/en/basic/data.md
The data management entry lives in the top toolbar as Data Management.
Its main job is local backup, restore, inspection, and migration. It is not cloud sync.
You can export one complete local backup file that includes multiple areas of app data, such as:
The format is JSON. It is intended for local backup and migration.
You can import a previously exported JSON backup into the current environment.
Be careful when importing:
Data management also supports separate import and export for context collections:
This is better for moving advanced context setups without replacing the entire local environment.
Recent versions also make the storage overview easier to read.
The current UI can summarize storage regions and their approximate footprint so you can answer questions like:
The goal is not exact accounting. The goal is earlier visibility into abnormal growth.
In the desktop app, data management can also show local storage details such as:
These details are mainly for troubleshooting local persistence issues. The browser version usually cannot expose the same filesystem-level view.
Storage location depends on how you run the app:
This is not a cloud-sync or shared-team-data feature.
Recent releases made startup storage checks more proactive.
That means:
The safest habit is still the same: export a backup before large changes.
These two entry points are easy to confuse, but they work at different levels:
If you only want to carry over a few verified prompts, start with Favorites & Import.
Starting from v2.10.0, exporting favorites now packages referenced images and media resources together.
This means:
Suitable for:
| Feature | Normal Export | Complete Backup |
|---|---|---|
| Prompt content | ✅ | ✅ |
| Variable definitions | ✅ | ✅ |
| Image resources | ❌ | ✅ |
| Media files | ❌ | ✅ |
| File size | Smaller | Larger |