World Book and Lorebook Guide for Tavern Studio
World Info, world book, and lorebook all point to the same basic idea: store background information outside the main character card, then inject it into the prompt only when it is relevant. SillyTavern's documentation describes World Info as dynamic prompt insertion, and Tavern Studio follows that same practical model.
This is important for long-running roleplay, fiction, and character-based agents. A character card should not carry every city, faction, rule, and secret in its description.
Who This Is For
- Writers with large settings or recurring lore.
- SillyTavern users migrating World Info assets.
- Users who want cleaner prompts and less context waste.
- Local LLM users working with limited context windows.
Core Content
A world book entry usually has keys, content, enable/disable state, and injection rules. When recent chat text matches a key, the entry can be added to the model context. More advanced entries can use secondary keys, negative keys, order, depth, sticky, delay, and cooldown behavior.
Tavern Studio defaults are designed to avoid over-triggering. World Info should usually scan the chat and current input. Extra sources such as persona, character description, personality, or scenario should be enabled intentionally when an entry needs them.
How Tavern Studio Handles It
Tavern Studio stores World Info as structured local data. Character-bound lorebooks can be mapped into the global World Info system and linked back to the character. Active entries are selected, sorted, and passed into prompt assembly with the rest of the chat context.
The goal is not to dump lore into every request. The goal is to keep background knowledge available and controlled.
Operation Steps
- Create or import a world book/lorebook.
- Add entries for facts that should appear only when relevant.
- Use clear trigger keys.
- Keep entry content short enough to fit the model context.
- Link the world book to a character or chat.
- Test a message that should trigger the entry.
- Adjust keys, order, depth, sticky, delay, or cooldown if needed.
FAQ
Is World Info the same as a lorebook?
In this ecosystem, yes in practice. Communities may say World Info, world book, memory book, or lorebook.
What belongs in a world book?
Locations, factions, backstory, rules, private facts, terminology, and conditional memories.
What should stay in the character card?
Core identity, voice, personality, scenario, opening message, and essential behavior rules.
Can world book entries trigger too often?
Yes. Broad keys can pull unrelated lore into the prompt. Use precise keys and avoid scanning extra sources unless needed.
Does Tavern Studio support SillyTavern-style lorebook migration?
Yes. Tavern Studio supports importing World Info/lorebook assets as part of its SillyTavern-compatible workflows.
Next Step
- Import existing lore with Import World Books and Lorebooks.
- Keep cards clean with Character Card Manager.
- Learn how prompts are controlled in Preset and Prompt Manager.