> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cookbooks Gallery

> Welcome to our tutorials section! Here you'll find comprehensive, hands-on guides that will help you build powerful AI agents with xpander.ai. Each tutorial is designed to teach specific skills and concepts through practical examples.

## Available Tutorials

<CardGroup cols={2}>
  <Card title="Setup and Deployment Guide" icon="rocket" href="/Examples/00-setup-deployment">
    Learn how to set up Xpander CLI, create agents, and deploy them to production
  </Card>

  <Card title="Simple Hello World with Xpander SDK" icon="sparkles" href="/Examples/01-simple-hello-world">
    The simplest way to create an AI agent using Xpander SDK - learn backend integration and stateful memory
  </Card>

  <Card title="Local Model Integration with Ollama" icon="computer" href="/Examples/04-local-model-integration">
    Learn how to integrate local LLM models using Ollama while keeping all Xpander backend benefits
  </Card>

  <Card title="Custom Tools Integration" icon="wrench" href="/Examples/05-custom-tools-integration">
    Create and integrate custom tools with your AI agent using the @register\_tool decorator
  </Card>

  <Card title="Async Task Handling" icon="clock" href="/Examples/06-async-task-handling">
    Handle asynchronous tasks with @on\_task decorator for efficient background processing
  </Card>

  <Card title="Session Management" icon="users" href="/Examples/07-session-management">
    Manage user sessions and memory for multi-user AI applications with separate contexts
  </Card>

  <Card title="Knowledge Base Integration (RAG)" icon="book-open" href="/Examples/08-knowledge-base-rag">
    Integrate PDF documents and vector search for Retrieval-Augmented Generation capabilities
  </Card>

  <Card title="Smart Support Agent Template" icon="headset" href="/Examples/09-smart-support-agent">
    Build an intelligent documentation support agent that streams events using Xpander.ai, Mintlify, Notion & Calendly
  </Card>

  <Card title="Application Lifecycle Management" icon="power-off" href="/Examples/10-lifecycle-management">
    Manage application initialization and cleanup using @on\_boot and @on\_shutdown decorators
  </Card>

  <Card title="LangChain + LangGraph Integration" icon="link-horizontal" href="/Examples/11-langchain-langgraph-integration">
    Build powerful ReAct agents with LangChain and LangGraph using 2000+ Xpander tools
  </Card>

  <Card title="Threaded Agent Inbox App" icon="message-square" href="/Examples/13-threaded-agent-inbox">
    Build an inbox UI that lists agents, shows threads, loads message history, and sends new or follow-up messages
  </Card>
</CardGroup>

Have a suggestion for a tutorial? [Join our community](https://join.slack.com/t/xpandercommunity/shared_invite/zt-2mt2xkxkz-omM7f~_h2jcuzFudrYtZQQ) and let us know!
