> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-update-deprecated-models.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy AgentOS

> Deploy AgentOS to your cloud platform of choice.

1. Start with a **template**: a blank canvas or a pre-built solution.
2. Add **apps**: agents, teams, or workflows for your use case.
3. Expose through **interfaces**: Slack, Discord, Telegram, MCP, or a custom UI.

<Steps>
  <Step title="Start from a template">
    Pick a **blank canvas** or a **pre-built solution**.

    <Tabs>
      <Tab title="Black Canvas">
        Deploy a clean installation of AgentOS to your infrastructure.

        <CardGroup cols={3}>
          <Card title="Docker" icon="docker" href="/deploy/templates/docker">
            Run AgentOS locally using Docker.
          </Card>

          <Card title="Railway" icon="train" href="/deploy/templates/railway">
            Deploy AgentOS to Railway.
          </Card>

          <Card title="AWS" icon="aws" href="/deploy/templates/aws">
            Deploy AgentOS to ECS.
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="Pre-built solutions">
        Production-ready codebases with apps already
        wired up.

        <CardGroup cols={3}>
          <Card title="Dash" icon="chart-mixed" href="/deploy/templates/dash">
            Self-learning data agent.
          </Card>

          <Card title="Scout" icon="radar" href="/deploy/templates/scout">
            Self-managing context agent.
          </Card>

          <Card title="Gcode" icon="code" href="/deploy/templates/gcode">
            Lightweight coding agent.
          </Card>
        </CardGroup>
      </Tab>
    </Tabs>

    [Browse all templates →](/deploy/templates)
  </Step>

  <Step title="Add apps">
    Apps are the agents, teams, and workflows that run inside your deployment. Add what you need, or swap and extend what came with your template.

    <CardGroup cols={3}>
      <Card title="Text-to-SQL Agent" icon="database" href="/production/applications/text-to-sql">
        Query databases with natural language.
      </Card>

      <Card title="Research Agent" icon="magnifying-glass" href="/production/applications/research-agent">
        Deep research with citations.
      </Card>

      <Card title="Knowledge Agent" icon="book" href="/production/applications/knowledge-agent">
        Answer questions from your knowledge base.
      </Card>
    </CardGroup>

    [Browse all apps →](/production/applications)
  </Step>

  <Step title="Connect interfaces">
    Expose your apps on the platforms your users already use.

    <CardGroup cols={3}>
      <Card title="Slack" icon="slack" href="/deploy/interfaces/slack">
        Expose agents as Slack apps.
      </Card>

      <Card title="Discord" icon="discord" href="/deploy/interfaces/discord">
        Expose agents as Discord bots.
      </Card>

      <Card title="MCP" icon="plug" href="/deploy/interfaces/mcp">
        Expose agents as an MCP server.
      </Card>
    </CardGroup>

    [Browse all interfaces →](/deploy/interfaces)
  </Step>
</Steps>
