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

# Templates

> Run AgentOS in your infrastructure with production-ready codebases.

Templates are production-ready codebases that you can clone and build on top of. Each template includes AgentOS, PostgreSQL, and deployment scripts for your target platform.

## Choose Your Template

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

## Selection Criteria

| Template                                 | Best For                                 | Benefits                                                 | Time     |
| :--------------------------------------- | :--------------------------------------- | :------------------------------------------------------- | :------- |
| [Docker](/production/templates/docker)   | Local development, testing, self-hosting | Develop locally or deploy to any cloud supporting Docker | \~5 min  |
| [Railway](/production/templates/railway) | Quick production deployments, MVPs       | Ship quickly without managing infrastructure             | \~10 min |
| [AWS](/production/templates/aws)         | Production at scale, enterprise          | Production-grade reliability and enterprise controls     | \~15 min |
