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

# Agent Team

> Use Agent Team for complex tasks that benefit from decomposition, collaboration, and verification.

<div className="code-docs">
  Agent Team brings in specialized Agents for complex work. You describe the goal once, and MiniMax Code coordinates decomposition, execution, progress tracking, and final synthesis.

  <img src="https://mintcdn.com/agent-en/yEQNl2mVInzXN9Xt/images/code/agent-team-progress.png?fit=max&auto=format&n=yEQNl2mVInzXN9Xt&q=85&s=51b34eaafa4750250d3db21975c2ea35" alt="Agent Team progress" className="code-screenshot" width="2842" height="1756" data-path="images/code/agent-team-progress.png" />

  ## Best For

  * Tasks involving code, design, docs, and testing
  * Long-running tasks that need follow-up
  * Work that needs both execution and review
  * Parallel exploration across several directions

  ## Tip

  Provide a clear goal, acceptance criteria, and constraints. You can add information while the task is running.
</div>
