> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.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 provides an SDK, a runtime, and a control plane for building agent platforms.

| 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/agno-v2-docs-scavio-google-v2/zonyHMB9lAdtp5bI/images/demo-os.png?fit=max&auto=format&n=zonyHMB9lAdtp5bI&q=85&s=3e5437b9289e8c39c27d7fa8abd09299" 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) with a coding agent.
