Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

🟢 Example: Exploring Context in Action

console.log("Last message:", context.chat.last_message);
console.log("Total messages:", context.chat.message_count);
console.log("Current personality:", context.character.personality);

These logs appear only in the debug panel, not in the visible chat.
They’re your flashlight when testing scripts.