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

# Agent Teams

> Bring several agents together to work like a department — coordinated, splitting tasks, and delivering results as one.

A **team** is a group of agents working together toward a goal, like a department in your company. Instead of one agent doing everything, each contributes its specialty — and the team coordinates.

<Frame caption="📸 Screenshot to add: Agent Teams screen with a team set up.">
  <img src="https://mintcdn.com/iteam/E1mg8rFlXblsaNT0/images/placeholder.svg?fit=max&auto=format&n=E1mg8rFlXblsaNT0&q=85&s=36c435f4df28c31a7e114586a931bbd2" alt="Agent Teams" width="800" height="420" data-path="images/placeholder.svg" />
</Frame>

## When to use a team (instead of an agent)

<CardGroup cols={2}>
  <Card title="Work with multiple specialties" icon="users">
    e.g., marketing = research + content + performance.
  </Card>

  <Card title="A goal that needs steps" icon="list-checks">
    Several fronts that must fit together for a result.
  </Card>

  <Card title="Mirror a department" icon="building-2">
    Sales, Support, Data — each with its AI team.
  </Card>

  <Card title="Peer review" icon="git-compare">
    One agent produces, another reviews before delivery.
  </Card>
</CardGroup>

## How teams work

iTeam offers different **coordination styles** between the team's agents — from "one answers at a time" to a **scripted, step-by-step** mode where you track progress and advance when you want. The team delivers a consolidated result at the end.

<Steps>
  <Step title="Create the team">
    In **Intelligence → Agent Teams**, click **Create team**.
  </Step>

  <Step title="Choose the agents">
    Add the agents that will make up the team (you can reuse existing ones).
  </Step>

  <Step title="Define how they coordinate">
    Pick the working style (including the **Scripted** step-by-step mode) based on the goal.
  </Step>

  <Step title="Chat with the team">
    You talk to the team like you would an agent — and it organizes the work internally.
  </Step>
</Steps>

<Tip>
  Start simple: 2 or 3 agents with clearly distinct roles outperform a large, confusing team.
</Tip>

## Next steps

<CardGroup cols={2}>
  <Card title="Agents" icon="bot" href="/en/intelligence/agents">
    Create the members of your team.
  </Card>

  <Card title="Processes" icon="repeat" href="/en/automation/processes">
    Run the team in automated routines.
  </Card>
</CardGroup>
