# 📚 Tutorials Welcome to the CellMage tutorials section! This collection of hands-on guides will help you master the magical capabilities of CellMage in your data science workflows. ## Getting Started Tutorials ```{toctree} :maxdepth: 1 quickstart basic_chat working_with_personas using_snippets ``` ## Advanced Techniques ```{toctree} :maxdepth: 1 conversation_management advanced_prompting chain_of_thought streaming_responses token_usage ``` ## Integration Tutorials ```{toctree} :maxdepth: 1 jira_workflow github_code_review confluence_knowledge_base ``` ## Real-World Examples ```{toctree} :maxdepth: 1 data_analysis_assistant code_generation_workflow document_summarization ``` Each tutorial includes: - ✅ Step-by-step instructions - 💻 Complete code examples - 💡 Tips and best practices - 🔄 Expected outputs The tutorial notebooks are available in the [examples](https://github.com/madpin/cellmage/tree/main/examples) directory of the CellMage repository. ## Creating Your First Tutorial To get started with CellMage, we recommend following the [Quickstart](quickstart.md) tutorial, which will walk you through the basic setup and your first interactions with an LLM through CellMage magic commands.