Search docs...

Start typing to search documentation

Chat Guide

Your Data

Everything is local; take it anywhere, inspect anything.

Conversation export & import

Export any conversation from the chat actions menu in three formats, and import the same formats back, including files from other apps:

FormatUse it for
unorouter.1.0Full-fidelity backup: branches, variables, media, and settings all survive.
orpg.3.0OpenRouter-compatible interchange with a lossless extension block.
SillyTavern JSONLMoving chats to or from SillyTavern.

Entity portability

Characters export as png, charx, voxta, or json; lorebooks as SillyTavern, Agnai, Risu, or CCv3 formats; presets and cards as JSON. Imports accept the same formats.

Every entity list has one-click duplicate, which clones with a Copy suffix; lorebook duplicates deep-copy their entries.

Inspecting requests

The request log stores a debug snapshot per request: the assembled prompt, token counts, cost, and which parameters the provider dropped. Open it from the message menu.

Dry-run assembles the full prompt without calling the model, free of charge: the fastest way to check what a template, lorebook, or script actually produces.

Local database

All chat data lives in a SQLite database in your browser's private storage, per account. The built-in DB studio can browse tables, download the whole database file, and import one back.

Import reconciles into the current schema and re-maps ownership, so a backup from another account or an older version restores cleanly. Guests have the same local database; nothing requires an account.

Data, Export, and Inspection in UnoRouter