Data Backup & Restore
Kognar Platform stores all your conversations, folders, and settings locally on your device. You can export a backup at any time to keep your data safe or transfer it to another machine.
Exporting a backup
- Open Settings (
Ctrl/Cmd+U) - Go to General > Data & Storage
- Click Export backup
A compressed backup file is saved to your Downloads folder:
kognar-backup-YYYY-MM-DD.msgpack.gz
The backup includes:
- All conversations and their messages
- Folder names and per-folder instructions
- Conversation-to-folder assignments
- Rendered component data (charts, tables, etc.)
Importing a backup
- Open Settings > General > Data & Storage
- Click Import backup
- Select a
.msgpack.gzfile (or a legacy.jsonbackup if migrating from an older version) - Confirm the import
Importing overwrites your current folder data and conversation assignments. Existing conversations are not deleted — they are merged with the imported data.
Resetting the app
If you want to wipe everything and start fresh:
- Open Settings > General > Data & Storage
- Click Reset application
- Read the warning and confirm
Reset is permanent and irreversible. It deletes:
- All conversation history and messages
- All settings and preferences
- All folders and folder instructions
- All custom agents and rules
- All local cache and index data
There is no undo. Export a backup first if you might need your data later.
Clearing the cache
The search index and UI cache can become stale in rare cases. To rebuild them:
- Open Settings > General > Data & Storage
- Click Clear cache
This only removes temporary index data — no conversations or settings are affected.
Storage location
Kognar stores data locally on your device using a SQLite database and an Electron settings file. The exact location depends on your operating system:
| Platform | Location |
|---|---|
| macOS | ~/Library/Application Support/kognar-chat-client/ |
| Windows | %APPDATA%\kognar-chat-client\ |
| Linux | ~/.config/kognar-chat-client/ |