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

# Welcome to Agno

> Build, run, and manage agent platforms.

Agno helps teams build and run their own agent platforms. Use the SDK to build agents, teams, and workflows, AgentOS to run them in production, and the Control Plane to monitor and manage them.

| Product           | Description                                                                                   |
| ----------------- | --------------------------------------------------------------------------------------------- |
| **SDK**           | Build agents, teams, and workflows with memory, knowledge, guardrails, and 100+ integrations. |
| **AgentOS**       | Run your agent platform in production with a stateless, secure FastAPI backend.               |
| **Control Plane** | Monitor and manage your system using the AgentOS UI.                                          |

<Frame caption="Your Agent Platform">
  <img src="https://mintcdn.com/phidatainc/zRh0Bz93Gjl8LkIh/images/demo-os.png?fit=max&auto=format&n=zRh0Bz93Gjl8LkIh&q=85&s=c77526b49e1010ab0cf291e59ab2e46e" alt="AgentOS UI" style={{ borderRadius: "0.5rem" }} width="3192" height="2038" data-path="images/demo-os.png" />
</Frame>

AgentOS runs your agent platform as a FastAPI application in your cloud. The fastest way to get started is to give your coding agent this prompt (select your cloud provider).

<Tabs>
  <Tab title="Railway">
    <Snippet file="setup-prompt-railway.mdx" />
  </Tab>

  <Tab title="Docker">
    <Snippet file="setup-prompt-docker.mdx" />
  </Tab>

  <Tab title="AWS">
    <Snippet file="setup-prompt-aws.mdx" />
  </Tab>

  <Tab title="Fly">
    <Snippet file="setup-prompt-fly.mdx" />
  </Tab>

  <Tab title="GCP">
    <Snippet file="setup-prompt-gcp.mdx" />
  </Tab>

  <Tab title="Kubernetes">
    <Snippet file="setup-prompt-helm.mdx" />
  </Tab>

  <Tab title="Azure">
    <Snippet file="setup-prompt-azure.mdx" />
  </Tab>

  <Tab title="Render">
    <Snippet file="setup-prompt-render.mdx" />
  </Tab>

  <Tab title="Modal">
    <Snippet file="setup-prompt-modal.mdx" />
  </Tab>
</Tabs>

<h2 id="get-started" style={{ marginTop: "1.5rem" }}>Get started</h2>

* [Build your first agent](/first-agent) with the Agno SDK.
* [Build your agent platform](/agent-platform/overview) using a coding agent.
