Skip to content

Lorebook Vault

Standalone SillyTavern-compatible lorebooks (World Info) live in their own library, separate from character cards. Create, edit, import, export, and snapshot books without opening a character. You can link a library book to one or more characters so they share the same entries.

TIP

The entry editor is the same one you see on a character’s Lorebook tab. Field details, recursion map, and AI key generation are covered in Lorebook Editor.

Characters vs Lorebooks

On the home vault screen, switch between:

TabWhat it is
CharactersPortrait grid of character cards (existing library)
LorebooksStandalone world-info books

Your last tab choice is remembered in the browser.

Library

From the Lorebooks tab you can:

ActionDescription
SearchFilter by name, description, or tags
CreateNew empty book; opens in the lorebook workspace
ImportOne or more SillyTavern / CharacterVault lorebook JSON files
OpenClick a row to edit the book
ExportDownload that book as JSON
DuplicateCopy the book in the vault
DeleteRemove the book after confirmation

Each row shows name, description (if any), entry count, and last opened / updated time.

Workspace

Opening a book shows a full workspace:

  • Header – Back to vault, editable title, entry/token summary, History (snapshots), export, optional chat panel
  • Main – Shared Lorebook Editor (entry list + detail)
  • Chat – Optional side panel: Orion to talk about the book, or Agent to add and revise entries in this book (AI Agent)

Data stays in IndexedDB on this device. No account is required.

You can open a book with a query parameter:

?lorebook=<lorebook-id>

Snapshots

Standalone books have their own snapshot history (similar to character snapshots):

SourceWhen
OpenedBaseline when the book is first opened. You can update it in place; you cannot delete it. It stays last in the list.
ManualSnapshot now in the History modal (only if something changed)
RollbackAfter restoring a previous snapshot

Open History in the workspace header to list, preview, restore, or delete snapshots. See also Snapshots & Rollback.

Linking a book to a character

A character can have one linked library book. Several characters can share that same book.

Manage the link from a characterLorebook tab → Attach in the entry header (next to Options). On a phone, Attach is also next to book settings on the entry list.

  1. Click Attach and pick a book (or Replace if one is already linked).
  2. CharacterVault asks if you want to copy that book’s entries onto the character. Confirming replaces the lorebook already on the character.
  3. You can copy again later from the panel without changing the link.

If nothing is linked yet, Open in vault can create a library book from the character’s current lorebook, link it, and open it.

How they stay in sync

Once linked, the library book and the lorebook on the character are kept together:

You do thisWhat happens
Edit the lorebook on the character, then Open in vaultThe library book updates to match, then opens
Edit the book in the Lorebooks workspaceEvery linked character’s lorebook updates
Restore a snapshot of the library bookLinked characters get that restored version too

Leaving the lorebook workspace (back to the library, or opening a linked character) finishes any pending update first.

Export, detach, and sharing

  • Exporting a character (PNG or JSON) includes the lorebook on that character, not the link itself. After a sync, those entries are on the card, so they go with the export.
  • Detach breaks the link. The character keeps whatever was last on the card. The library book stays in Lorebooks.
  • Linking another book replaces the previous link (you’ll be asked first).
  • If you do not want a character to follow later library edits, Detach it first.

Linked characters (from the book)

In the lorebook workspace, Linked lists characters that use this book. Opening one of them saves the book first so the character already has your latest edits.

Import & export formats

Import accepts SillyTavern world-info JSON and CharacterVault lorebook shapes (including character_book / entries layouts used by the shared converter). Export produces ST-oriented JSON suitable for SillyTavern and re-import into the vault or a character’s lorebook editor.

See Import & Export and Lorebook Editor → Import & Export.

Next steps

Privacy