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

# Guides

> Step-by-step tutorials for common workflows on Idun Engine.

Practical guides to help you build, deploy, and manage your AI agents.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="zap" href="/quickstart">
    Deploy your first agent in minutes
  </Card>

  <Card title="LangGraph production deployment" icon="layers" href="/guides/langgraph-production-deployment">
    Take a LangGraph agent from notebook to production API
  </Card>

  <Card title="Building a copilot (idun-assistant)" icon="messages-square" href="/guides/idun-assistant-copilot">
    A real internal copilot in \~180 lines + a few clicks
  </Card>

  <Card title="Connect your existing agent" icon="plug" href="/guides/connect-your-agent">
    Wrap an existing LangGraph or ADK agent in Idun
  </Card>

  <Card title="Deep Agents with Idun" icon="brain-circuit" href="/guides/deepagents-with-idun">
    Wrap a LangChain Deep Agent (planner, virtual filesystem, sub-agents) end to end
  </Card>

  <Card title="Programmatic chat" icon="terminal" href="/guides/programmatic-chat">
    Drive your hosted agent from a script via /agent/run
  </Card>

  <Card title="Pick a framework" icon="layers" href="/frameworks/overview">
    LangGraph or Google ADK adapter reference
  </Card>

  <Card title="Connect MCP servers" icon="puzzle" href="/mcp-servers/overview">
    Extend the agent with external tools over stdio, SSE, HTTP, or WebSocket
  </Card>

  <Card title="Add guardrails" icon="shield" href="/guardrails/overview">
    Protect your agent with safety guards
  </Card>

  <Card title="Set up observability" icon="chart-line" href="/observability/overview">
    Trace and monitor agent runs
  </Card>

  <Card title="Configure memory" icon="database" href="/memory/overview">
    Persist conversation state across sessions
  </Card>

  <Card title="Deploy to Cloud Run" icon="cloud" href="/standalone/cloud-run">
    Single-container deploy with managed Postgres
  </Card>
</CardGroup>
