# Interactive Livebooks
Choreo's full interactive notebooks live in the repository under [`livebooks/`](https://github.com/code-shoily/choreo/tree/main/livebooks).
They are intentionally kept out of the generated HexDocs to keep the API documentation fast, focused, and lightweight. Use the notebooks directly in GitHub or open them in [Livebook](https://livebook.dev/) for the best interactive experience.
## Notebook collections
- [Walkthrough guides](https://github.com/code-shoily/choreo/tree/main/livebooks/guides) — guided introductions to Choreo diagram types and analysis workflows.
- [Integrations](https://github.com/code-shoily/choreo/tree/main/livebooks/integrations) — examples that connect Choreo to Hex, GitHub issues, Mix xref, Ecto schemas, Finitomata, and related tools.
- [Projects](https://github.com/code-shoily/choreo/tree/main/livebooks/projects) — larger end-to-end modeling examples.
- [Extending Choreo](https://github.com/code-shoily/choreo/tree/main/livebooks/extending_choreo) — tutorials for building custom diagram vocabularies, renderers, and analysis modules.