> ## 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.

# Quickstart Map

> Visual navigation guide to find exactly what you need

> Not sure where to start? This page guides you to the right content based on your goals and experience level.

## 🎯 Choose Your Path

<CardGroup cols={2}>
  <Card title="🚀 I want to deploy an agent in 5 minutes" icon="rocket" href="/tutorials/deploy-your-first-agent">
    **Perfect for**: First-time users, quick evaluation
    **Time**: 5 minutes
    **Outcome**: Working agent accessible from any language
  </Card>

  <Card title="🧠 I want to understand how RunAgent works" icon="lightbulb" href="/explanation/core-concepts">
    **Perfect for**: Technical evaluation, architecture review
    **Time**: 10-15 minutes
    **Outcome**: Deep understanding of concepts and architecture
  </Card>

  <Card title="🔧 I need to integrate with my existing system" icon="wrench" href="/how-to/overview">
    **Perfect for**: Production integration, specific use cases
    **Time**: 30-60 minutes
    **Outcome**: Working integration with your tech stack
  </Card>

  <Card title="📚 I want to explore all capabilities" icon="book" href="/explanation/feature-overview">
    **Perfect for**: Comprehensive evaluation, feature discovery
    **Time**: 15-30 minutes
    **Outcome**: Complete picture of what RunAgent offers
  </Card>
</CardGroup>

***

## 👤 Based on Your Role

<AccordionGroup>
  <Accordion title="👨‍💻 Developer / Engineer">
    **Start here:**

    * [Deploy your first agent](/tutorials/deploy-your-first-agent) (5 min)
    * [Core concepts](/explanation/core-concepts) (10 min)
    * [SDK reference](/reference/sdk/overview) (as needed)

    **Then explore:**

    * [Framework integrations](/how-to/frameworks/langgraph)
    * [Testing agents](/how-to/advanced-tasks)
    * [Production deployment](/runagent-cloud/cloud-deployment)
  </Accordion>

  <Accordion title="🏢 Product Manager / Founder">
    **Start here:**

    * [Why RunAgent?](/explanation/why-runagent) (5 min)
    * [Feature overview](/explanation/feature-overview) (10 min)
    * [Architecture overview](/explanation/architecture-overview) (10 min)

    **Then explore:**

    * [Real-world examples](/resources/examples)
    * [Production considerations](/explanation/production-considerations)
    * [Roadmap](/explanation/roadmap)
  </Accordion>

  <Accordion title="🔬 AI Researcher / ML Engineer">
    **Start here:**

    * [Core concepts](/explanation/core-concepts) (10 min)
    * [Architecture overview](/explanation/architecture-overview) (15 min)
    * [Deploy your first agent](/tutorials/deploy-your-first-agent) (5 min)

    **Then explore:**

    * [Framework integrations](/how-to/frameworks/langgraph)
    * [Advanced patterns](/how-to/advanced-tasks)
    * [Security model](/explanation/security)
  </Accordion>

  <Accordion title="🏗️ DevOps / Platform Engineer">
    **Start here:**

    * [Architecture overview](/explanation/architecture-overview) (15 min)
    * [Production considerations](/explanation/production-considerations) (10 min)
    * [Security model](/explanation/security) (10 min)

    **Then explore:**

    * [Cloud deployment](/runagent-cloud/cloud-deployment)
    * [CI/CD integration](/how-to/advanced-tasks)
    * [Observability](/how-to/advanced-tasks)
  </Accordion>
</AccordionGroup>

***

## 🎯 Based on Your Use Case

<CardGroup cols={2}>
  <Card title="💬 Building a Chatbot" icon="comments">
    **Tutorial**: [Customer Support Agent](/tutorials/customer-support-agent)
    **How-to**: [Streaming responses](/how-to/advanced-tasks)
    **Reference**: [JavaScript SDK](/sdk/javascript/getting-started)
  </Card>

  <Card title="🔍 Creating a Search Agent" icon="search">
    **Tutorial**: [Internal Q\&A Agent](/tutorials/internal-qa-agent)
    **How-to**: [LangGraph integration](/how-to/frameworks/langgraph)
    **Reference**: [Python SDK](/sdk/python/getting-started)
  </Card>

  <Card title="🌐 Multi-Language API" icon="globe">
    **Tutorial**: [Multi-Language Wrapper](/tutorials/multi-language-wrapper)
    **How-to**: [Call from different languages](/how-to/call-from-python)
    **Reference**: [SDK Overview](/sdk/overview)
  </Card>

  <Card title="🤖 Multi-Agent System" icon="robot">
    **How-to**: [CrewAI integration](/how-to/frameworks/crewai)
    **Explanation**: [Architecture overview](/explanation/architecture-overview)
    **Reference**: [API Reference](/api-reference/introduction)
  </Card>
</CardGroup>

***

## 📊 Experience Level Guide

<AccordionGroup>
  <Accordion title="🟢 Beginner (0-6 months with AI agents)">
    **Recommended path:**

    1. [Installation](/explanation/installation) (5 min)
    2. [Deploy your first agent](/tutorials/deploy-your-first-agent) (5 min)
    3. [Core concepts](/explanation/core-concepts) (10 min)
    4. [Customer support agent](/tutorials/customer-support-agent) (15 min)

    **Skip for now:**

    * Advanced configuration
    * Production deployment
    * Custom frameworks
  </Accordion>

  <Accordion title="🟡 Intermediate (6+ months with AI agents)">
    **Recommended path:**

    1. [Why RunAgent?](/explanation/why-runagent) (5 min)
    2. [Feature overview](/explanation/feature-overview) (10 min)
    3. [Multi-language wrapper](/tutorials/multi-language-wrapper) (15 min)
    4. [Framework integrations](/how-to/frameworks/langgraph) (20 min)

    **Then explore:**

    * Production deployment
    * Advanced patterns
    * Security considerations
  </Accordion>

  <Accordion title="🔴 Advanced (Production experience)">
    **Recommended path:**

    1. [Architecture overview](/explanation/architecture-overview) (15 min)
    2. [Production considerations](/explanation/production-considerations) (10 min)
    3. [Security model](/explanation/security) (10 min)
    4. [Cloud deployment](/runagent-cloud/cloud-deployment) (30 min)

    **Focus on:**

    * Production readiness
    * Security and compliance
    * Performance optimization
    * Monitoring and observability
  </Accordion>
</AccordionGroup>

***

## 🚨 Common Scenarios

<CardGroup cols={2}>
  <Card title="❓ I'm stuck with setup" icon="exclamation-triangle">
    **Go to**: [Troubleshooting](/resources/troubleshooting)
    **Or**: [Installation guide](/explanation/installation)
    **Quick fix**: Check [FAQ](/resources/faq)
  </Card>

  <Card title="❓ I need to call from [language]" icon="question">
    **Go to**: [Call from Python](/how-to/call-from-python)
    **Or**: [SDK Reference](/sdk/overview)
    **Quick fix**: Check language-specific guides
  </Card>

  <Card title="❓ How do I deploy to production?" icon="cloud">
    **Go to**: [Cloud deployment](/runagent-cloud/cloud-deployment)
    **Or**: [Production considerations](/explanation/production-considerations)
    **Quick fix**: Check [Advanced tasks](/how-to/advanced-tasks)
  </Card>

  <Card title="❓ I want to use [framework]" icon="code">
    **Go to**: [Frameworks overview](/explanation/frameworks-overview)
    **Or**: [How-to guides](/how-to/frameworks/langgraph)
    **Quick fix**: Check framework-specific tutorials
  </Card>
</CardGroup>

***

## 🎯 Still Not Sure?

<CardGroup cols={3}>
  <Card title="🚀 Just Deploy Something" href="/tutorials/deploy-your-first-agent" arrow>
    The fastest way to see RunAgent in action
  </Card>

  <Card title="📖 Read the Docs" href="/explanation/introduction" arrow>
    Start from the beginning and explore
  </Card>

  <Card title="💬 Ask the Community" href="/resources/faq" arrow>
    Get help from other developers
  </Card>
</CardGroup>

<Note>
  **Pro tip**: Most users find what they need within 2-3 clicks from this page. If you are still lost, the [troubleshooting guide](/resources/troubleshooting) covers the most common issues.
</Note>
