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

# Continue Learning

> Continue your Pipecat journey

Now that you've run your first Pipecat bot, here's how to continue learning and build your own applications.

## Choose Your Path

<CardGroup cols={2}>
  <Card title="Learn Core Concepts" icon="book-open" href="/pipecat/learn/overview">
    Understand pipelines, processors, transports, and how to build custom AI
    applications from the ground up.
  </Card>

  <Card title="Explore Examples" icon="code" href="https://github.com/pipecat-ai/pipecat-examples">
    Dive into complete examples including multimodal bots, creative
    applications, and enterprise integrations.
  </Card>
</CardGroup>

## What's Your Goal?

Choose your path based on what you want to accomplish:

### 🚀 Build a Production Application

Ready to create your own bot? Use the CLI to scaffold a project tailored to your needs.

<Card title="Build Your Next Bot" icon="wand-magic-sparkles" href="/pipecat/get-started/build-your-next-bot">
  Scaffold phone or web/mobile projects with the Pipecat CLI
</Card>

### 🧠 Understand How Pipecat Works

Master the fundamentals to build custom solutions and debug effectively.

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book-open" href="/pipecat/learn/overview">
    Learn about pipelines, processors, transports, and context management
  </Card>

  <Card title="Common Features" icon="puzzle-piece" href="/pipecat/fundamentals/custom-frame-processor">
    Function calling, audio recording, transcripts, and custom processors
  </Card>
</CardGroup>

### 💡 Get Inspired

Explore real-world examples and recipes for common use cases.

<CardGroup cols={2}>
  <Card title="Browse Examples" icon="code" href="https://github.com/pipecat-ai/pipecat-examples">
    30+ production-ready examples including multimodal bots and games
  </Card>

  <Card title="Recipes" icon="book-open" href="/pipecat/examples/recipes">
    Common patterns and solutions for specific use cases
  </Card>
</CardGroup>

### 🚀 Deploy to Production

Scale your bot with managed hosting or self-hosted infrastructure.

<CardGroup cols={2}>
  <Card title="Pipecat Cloud" icon="cloud" href="/pipecat-cloud/introduction">
    Managed hosting with auto-scaling and built-in WebRTC
  </Card>

  <Card title="Self-Hosting" icon="server" href="/pipecat/deployment/overview">
    Deploy on Fly.io, Modal, Cerebrium, or your own infrastructure
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Discord Community" icon="discord" href="https://discord.gg/pipecat">
    Get support and share projects with other developers
  </Card>

  <Card title="GitHub Issues" icon="github" href="https://github.com/pipecat-ai/pipecat/issues">
    Report bugs or request features
  </Card>
</CardGroup>
