docs/2-CORE-CONCEPTS/index.md
Before diving into how to use Open Notebook, it's important to understand how it thinks. These core concepts explain the "why" behind the design.
How Open Notebook organizes your research. Understand the three-tier container structure and how information flows from raw materials to finished insights.
Key idea: A notebook is a scoped research container. Sources are inputs (PDFs, URLs, etc.). Notes are outputs (your insights, AI-generated summaries, captured responses).
How Open Notebook makes AI aware of your research - two different approaches.
Key idea: Chat sends entire selected sources to the LLM (full context, conversational). Ask uses RAG (retrieval-augmented generation) to automatically search and retrieve only relevant chunks. Different tools for different needs.
Why Open Notebook has different interaction modes and when to use each one.
Key idea: Chat is conversational exploration (you control context). Transformations are insight extractions. They reduced content to smaller bits of concentrated/dense information, which is much more suitable for an AI to use.
Your control panel for privacy and cost. Decide what data actually reaches AI.
Key idea: You choose three levels—not in context (private), summary only (condensed), or full content (complete access). This gives you fine-grained control.
Why Open Notebook can turn research into audio and why this matters.
Key idea: Podcasts transform your research into a different consumption format. Instead of reading, someone can listen and absorb your insights passively.
Open Notebook is built on a simple insight: Your research deserves to stay yours.
That means:
These core concepts explain how that works.