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

# When to use a Workflow vs a Team in Agno

Agno offers two powerful ways to build multi-agent systems: **Workflows** and **Teams**. Each is suited for different kinds of use-cases.

***

## Use a Workflow when:

You want to execute a fixed series of steps with a predictable outcome.

Workflows are ideal for:

* Step-by-step agent executions
* Data extraction or transformation
* Tasks that don’t need reasoning or decision-making

[Learn more about Workflows](https://docs-v1.agno.com/workflows/introduction)

***

## Use an Agent Team when:

Your task requires reasoning, collaboration, or multi-tool decision-making.

Agent Teams are best for:

* Research and planning
* Tasks where agents divide responsibilities

[Learn more about Agent Teams](https://docs-v1.agno.com/teams/introduction)

***

## 💡 Pro Tip

> Think of **Workflows** as assembly lines for known tasks,
> and **Agent Teams** as collaborative task forces for solving open-ended problems.
