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

# Components

> This cookbook demonstrates how to save and load Agents, Teams, and Workflows to/from a database, enabling configuration-as-code patterns where your AI components can be versioned,.

| Example                                                                   | Description                                                                     |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [Save Agent to Database](/examples/components/save-agent)                 | Demonstrates creating an agent and saving it to the database.                   |
| [Load Agent from Database](/examples/components/get-agent)                | Demonstrates loading an agent from the database by ID and running it.           |
| [Save Team to Database](/examples/components/save-team)                   | Demonstrates creating a team with member agents and saving it to the database.  |
| [Load Team from Database](/examples/components/get-team)                  | Demonstrates loading a team from the database by ID and running it.             |
| [Save Workflow to Database](/examples/components/save-workflow)           | Demonstrates creating a workflow with multiple steps and saving it to the.      |
| [Load Workflow from Database](/examples/components/get-workflow)          | Demonstrates loading a workflow from the database by ID and running it.         |
| [Registry for Non-Serializable Components](/examples/components/registry) | Demonstrates using Registry to restore tools, models, and schemas when loading. |
| [AgentOS Registry App](/examples/components/agent-os-registry)            | Demonstrates configuring AgentOS with a Registry and serving the app.           |
| [AgentOS Registry Demo](/examples/components/demo)                        | Demonstrates using Registry with AgentOS for tools, functions, schemas,.        |
| [Workflows](/examples/components/workflows/overview)                      | Examples for saving and loading workflows with advanced step types.             |
