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

# Get Started

> Deploy AgentOS via Docker, Railway, or AWS in your infrastructure.

Go from zero to production in three steps: deploy, customize, and connect.

<Steps>
  <Step title="Deploy">
    Start here. Clone a deployment template to deploy AgentOS in your environment.

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

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

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

    [Browse all deployment templates →](/production/templates/overview)
  </Step>

  <Step title="Customize">
    Each application is complete with production-ready agent, team, or workflow.
    Adapt it to your use case and run in your AgentOS deployment.

    <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 applications →](/production/applications/overview)
  </Step>

  <Step title="Connect">
    Connect your applications to the platforms your users already use. Expose your applications via Slack, Discord, MCP, or a custom UI.

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

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

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

    [Browse all supported interfaces →](/production/interfaces/overview)
  </Step>
</Steps>
