Tutorial ======== Welcome to the Django Polly tutorial! This series of guides will walk you through creating a simple AI-powered chat application using Django Polly. .. toctree:: :maxdepth: 1 01_setup 02_create_parrot 03_smart_conversation 04_websocket_chat 05_customization In this tutorial, you'll learn how to: 1. Set up a new Django project with Django Polly 2. Create and configure a Parrot (LLM instance) 3. Implement a basic SmartConversation 4. Add real-time chat capabilities using WebSockets 5. Customize and extend Django Polly's functionality By the end of this tutorial, you'll have a functional AI-powered chat application and a solid understanding of Django Polly's core concepts and features. Let's get started with :doc:`01_setup`!