-
Notifications
You must be signed in to change notification settings - Fork 8
Quick Start
pixelnull edited this page Apr 25, 2026
·
4 revisions
Get DeepLore injecting lore in five minutes. This page covers the shortest path: connect a vault, write one entry, verify the injection trace.
- Obsidian with the Local REST API plugin installed and enabled
- SillyTavern with DeepLore installed (see Installation)

Tip
Run /dle-setup to launch the guided wizard shown above. It walks vault connection, tags, matching, AI search, the Librarian, vault structure, and lorebook import in nine pages. See Setup Wizard.
To configure manually instead:
- Open SillyTavern → Extensions → DeepLore
- Under Vault Connections, your default vault is preconfigured
- Enter the Port (default
27123for HTTP) and API Key from the Local REST API plugin settings - Click Test All. You should see a green checkmark
Note
The API key lives in Obsidian Settings → Community Plugins → Local REST API → "API Key".
In Obsidian, create a new note with this content:
---
tags:
- lorebook
keys:
- magic
- spellcasting
summary: "The magic system of this world. Select when magic, spells, or supernatural abilities come up."
priority: 50
---
# Magic system
Magic in this world is powered by willpower and channeled through spoken incantations.
Novice practitioners can only manage simple cantrips, while masters can reshape reality itself.The load-bearing pieces:
-
tags: [lorebook]marks this note as a vault entry for DLE to index -
keys: [magic, spellcasting]are the keywords that trigger this entry -
summaryis what AI search reads when deciding whether to select this entry
- Check Enable DeepLore in settings
- Click Refresh Index (or run
/dle-refresh) - The header badge should show "1 entries"
- Start or continue a chat
- Send a message mentioning "magic" or "spellcasting"
- Run
/dle-inspect. Your entry should appear in the pipeline trace - Click the book icon on the AI message to open the Context Cartographer and see which entries were injected

- Read First Steps to build out a usable vault
- Check Writing Vault Entries for the full frontmatter reference
- Run
/dle-healthto audit your entries - Run
/help slashto list every DLE slash command (SillyTavern auto-discovers them)
DeepLore Wiki
Getting started
Features
Reference
Help