Analyze your data
Notebook overview
Understand how Querio's notebook works.
The notebook is where Querio shows its work.
Each notebook is made up of cells. Cells can contain SQL, Python, Markdown, tables, charts, or written explanations.
Why the notebook matters
The notebook makes the analysis inspectable. Instead of only seeing a final result, you can see the steps Querio took to get there.
This is useful when you want to:
- Check the SQL Querio wrote
- Edit part of the analysis
- Re-run or continue from an existing result
- Bookmark important cells
- Add selected cells to a layout
Reactivity
Notebook cells can depend on earlier cells. When you change something upstream, downstream results can update from that change.
This lets you keep the analysis flexible without starting over.
Continuing from a notebook
You can ask the agent to change a cell, explain a result, or build on top of an existing output. Tag or mention the cell when you want Querio to focus on a specific result.