> ## Documentation Index
> Fetch the complete documentation index at: https://ophel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Export, import, and restore your Ophel backup data

> Export your prompts, settings, and conversation metadata as JSON for safekeeping, import on another device, or reset to defaults.

export const Icon = ({src, alt}) => <img src={typeof window !== "undefined" && typeof src === "string" && src.startsWith("/images/icons/") && (window.location.pathname === "/docs" || window.location.pathname.startsWith("/docs/")) ? `/docs${src}` : src} alt={alt} width="18" height="18" style={{
  display: "inline-block",
  verticalAlign: "-0.2em",
  margin: "0 0.15em"
}} />;

Ophel stores all your data locally in your browser. The backup and restore tools in **Settings → Backup & Sync** let you export that data as a JSON file for safekeeping, move it to another device, or wipe everything and start over.

## Export a backup

Three export types are available. Choose the one that fits what you need to preserve:

| Export type                                                                    | What's included                                                                                                                                        |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <Icon src="/docs/images/icons/backup.svg" alt="Full backup icon" /> Full backup     | Everything in local storage: settings, prompts, conversation metadata, folders, tags, and Claude Session Keys if you use Claude multi-account features |
| <Icon src="/docs/images/icons/prompt.svg" alt="Prompt library icon" /> Prompts only | Your prompt library                                                                                                                                    |
| <Icon src="/docs/images/icons/settings.svg" alt="Settings icon" /> Settings only    | All configuration items                                                                                                                                |

<Tip>
  Use **Full backup** before making any large configuration changes or before clearing your data. It's the safest snapshot to fall back to.
</Tip>

<Warning>
  Full backups can contain valid Claude Session Keys when that feature is in use. Keep backup files private.
</Warning>

## Import a backup

Drag and drop a <Icon src="/docs/images/icons/json-file.svg" alt="JSON file icon" /> JSON file onto the import area, or click it to open a file picker. Ophel validates the file format before writing anything. Once the import is confirmed, the page refreshes automatically to apply the new configuration.

<Warning>
  Importing **overwrites** your existing data. Export a backup of your current state before importing a file from another device or an older snapshot.
</Warning>

## Clear all data

Go to **Settings → Backup & Sync** and click <Icon src="/docs/images/icons/delete.svg" alt="Clear data icon" /> **Clear all data**. This deletes every piece of data Ophel has stored locally — prompts, conversation metadata, folders, tags, and all settings — and returns the extension to its initial install state.

<Warning>
  This action is irreversible. Export a full backup before clearing if you want to preserve anything.
</Warning>
