• UnoRouterUNOROUTER
Documentation
  • Chat Guide
Getting Started
  • Getting Started
Characters & World
  • Characters
  • Personas
  • Lorebooks
  • Cards
Prompting
  • Presets
  • Prompt Template
  • Group Chats
Scripting
  • Macros (CBS)
  • Regex Scripts
  • Triggers & Lua
Context & Media
  • Memory & Context
  • Images
  • Custom Providers
Your Data
  • Your Data
Navigate
  • Models
  • Rankings
  • Inspector
  • Pricing
  • Chat
  • Status

Search docs...

Start typing to search documentation

PlatformIntegrationsChat
Chat Guide

Your Data

Everything is local; take it anywhere, inspect anything.

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.

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.

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.

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.

Custom Providers

On this page

Conversation export & import
Entity portability
Inspecting requests
Local database