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

# Tutorials Overview

> Guided, end-to-end projects that get you from zero to shipped

New to RunAgent? Start with the **5-minute** path, then pick a real use-case.

## Start here

<CardGroup cols={3}>
  <Card title="Deploy your first agent (5 min)" href="./deploy-your-first-agent" arrow>
    Install, init, serve, and call your agent — includes streaming.
  </Card>

  <Card title="What you will learn" href="./deploy-your-first-agent#the-magic-youre-about-to-experience">
    Outcomes and expectations before you begin.
  </Card>

  <Card title="Troubleshooting" href="../resources/troubleshooting">
    Quick fixes for common setup and networking issues.
  </Card>
</CardGroup>

## Real use-cases

<CardGroup cols={3}>
  <Card title="Lead Scoring Agent" href="./lead-agent" />

  <Card title="Book Writer Agent" href="./book-writer" />

  <Card title="Recipe Creator Agent" href="./recipe-creator" />

  <Card title="(Soon) Agent with Memory" href="./agent-with-memory" />

  <Card title="(Soon) Streaming Chatbot UI" href="./streaming-chat-ui" />
</CardGroup>

## After a tutorial

* Compare SDK patterns in **Reference → SDK**.
* Read **Core Concepts** if you want the "why".
* Ship to prod via **How-to → Cloud Deployment**.

<Card title="Still have a question?" icon="circle-question" href="/components/columns">
  - Join our [Discord Community](https://discord.gg/Q9P9AdHVHz)
  - Email us: [hi@run-agent.ai](mailto:hi@run-agent.ai)
  - Follow us on [X](https://x.com/run_agent)
  - New here? [Sign up](https://run-agent.ai/dashboard)
</Card>
