We recommend completing your basic character settings first before using advanced settings!
The lorebook is a kind of keyword book to apply special words to your character. Try applying special keywords that fit your character.When a user sends keywords, the AI can learn from them. Lorebook keywords are not translated separately.
You can write multiple keywords together using the "|" symbol!
You can register up to 100 keywords and load up to 10 keywords in a conversation.
How to create: Character Creation > Custom Module > Create Lorebook
Example) Keyword: Goblet of Fire / Description: An object from the Harry Potter movie, ---.
How to apply: Character Creation > Basic Info > Lorebook Settings
Example) When the keyword "Goblet of Fire" appears during conversation, the prompt will include that description.
You can set variables for each scenario introduction as you wish!
Create variables, set rules for how they increase or decrease, and define changes when certain values are reached.
Then, enter initial values in each scenario intro so variables apply differently depending on the scenario.
You can apply up to 3 variables total!
How to create:
Character Creation > Initial Settings tab > Add Custom Variable below
Example) Variable: 🤝🏻 Intimacy
Set rules for increase/decrease and value rangesExample) Rule: Increase when getting closer, decrease when arguing / Up to 50: They are awkward with each other
Set initial value in the scenario introExample) Scenario intro: First meeting - Set 🤝🏻 Intimacy to 0
How to apply:
Go to character chat room > Check applied variablesExample) Check if intimacy increases during conversation
Q. What are variables?A. They are numerical values that change with each conversation turn. For example, affinity, affection, adaptability — any measurable value can be set.
Q. Do variables affect previously opened chat rooms?A. No! If variables weren’t set in a chat room, it won’t be affected. However, affinity is also a variable, so if affinity is applied to a character, changing the variable applies immediately!
Want to know if your sample dialogues and lorebook are being used correctly?
Use the Prompt Watch tool to confirm what’s currently applied to your character.
You can monitor:
Character settings
Applied sample dialogues
Lorebook terms
Custom prompt inclusion
In your character’s chat room > Click the stethoscope icon () in the top right
Caveduck supports Markdown and limited HTML formatting.
Use them to enhance descriptions and presentations on your creator pages!
Note
HTML is more complex and not all tags are supported.
We recommend using Markdown for most users.
Usable in the following areas:
Creator Introduction
Creator Announcements
“User Description” field during character creation
“Creator Comments” field during character creation
Headings
Use #
for headings (up to 6 levels):
# Largest Heading
## Second Level Heading
Text Formatting
Bold, italic, and strikethrough examples:
**bold**, *italic*, ~~strikethrough~~
Blockquote
> He once said: Life is joy.
Divider
---
Lists
* Item One
* Item Two
- Item Three
- Item Four
Tables
| Header1 | Header2 | Header3 |
|---------|---------|---------|
| Row1 | Row2 | Row3 |
| Row4 | Row5 | Row6 |
Aligning Columns
| Left | Center | Right |
|:-------- |:--------:| --------:|
| Apple | Banana | Cherry |
Task Lists
- [ ] Quest 1
- [ ] Quest 2
- [x] Completed Quest
External Link
[Caveduck Homepage](<https://caveduck.io>)
<div>, <p>, <span>, <b>, <i>, <strong>, <em>, <a>, <br>, <hr>, <img>
Bold text:
font-weight: bold;
Font size:
font-size: 25px;
Text color:
color: #ffdd1d;
Center alignment:
text-align: center;
Shadow effect:
text-shadow: 0 0 5px #FF69B4;
Border:
border: 3px solid #222;
Rounded corners:
border-radius: 30px;
Box shadow:
box-shadow: 20px rgba(0, 0, 0, 0.5);
Background color:
background: #22222;
<span style="background: #22222; border: 3px solid #222;">Your content here</span>