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

# Common architecture patterns

> Explore proven architecture patterns for building AI applications with Orq.ai. From simple deployments to advanced RAG systems and multi-agent frameworks.

Learn how to architect AI applications using proven patterns and best practices. These guides cover the most common implementation patterns from simple integrations to complex multi-agent systems.

<Columns cols={2}>
  <Card title="Simple Deployment" href="/docs/ai-studio/cookbooks/common-architecture/simple-deployment">
    The most straightforward way to integrate LLM calls through Orq.ai as an AI Gateway with unified routing and monitoring.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Beginner</Badge>
      <Badge icon="rocket" color="blue">Deployment</Badge>
    </div>
  </Card>

  <Card title="Chatbot Architecture" href="/docs/ai-studio/cookbooks/common-architecture/chatbot">
    Build conversational AI for customer support with memory, context awareness, and intelligent escalation handling.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Beginner</Badge>
      <Badge icon="comments" color="green">Conversational</Badge>
    </div>
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Simple RAG System" href="/docs/ai-studio/cookbooks/common-architecture/simple-rag">
    Implement basic Retrieval Augmented Generation to ground LLM responses in your knowledge base for accurate, context-aware answers.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Intermediate</Badge>
      <Badge icon="book" color="orange">RAG</Badge>
    </div>
  </Card>

  <Card title="Advanced RAG System" href="/docs/ai-studio/cookbooks/common-architecture/advanced-rag">
    Build sophisticated RAG systems with advanced retrieval strategies, reranking, hybrid search, and query optimization.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Advanced</Badge>
      <Badge icon="book" color="orange">RAG</Badge>
    </div>
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="AI Agent Architecture" href="/docs/ai-studio/cookbooks/common-architecture/ai-agent">
    Create autonomous AI agents with tool calling, memory management, and multi-agent coordination for complex workflows.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Advanced</Badge>
      <Badge icon="robot" color="red">Agents</Badge>
    </div>
  </Card>

  <Card title="Agents Framework Integration Guide" href="/docs/ai-studio/cookbooks/common-architecture/agents-framework-guide">
    Integrate Orq.ai with popular agent frameworks like LangGraph, CrewAI, and AutoGen for enhanced observability and control.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Advanced</Badge>
      <Badge icon="robot" color="red">Agents</Badge>
    </div>
  </Card>

  <Card title="AI Gateway vs Configuration Management" href="/docs/ai-studio/cookbooks/common-architecture/gateway-vs-config">
    Understand the differences between using Orq.ai as an AI Gateway versus a configuration management platform.

    <div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', marginTop: '12px'}}>
      <Badge>Beginner</Badge>
      <Badge icon="book" color="purple">Conceptual</Badge>
    </div>
  </Card>
</Columns>
