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

# Group Chat

> Multi-agent conversations where agents collaborate.

Group Chat enables multiple agents to participate in a single conversation, each contributing their expertise.

## How Group Chat Works

In a group conversation:

1. You send a message
2. Each agent takes a turn responding
3. Agents see previous agents' responses, building on each other
4. A round summary captures key decisions and action items

## Creating a Group Chat

1. Click **New Group Chat**
2. Select 2 or more agents as participants
3. Set the conversation order (who responds first)
4. Start chatting

## Use Cases

<CardGroup cols={2}>
  <Card title="Research + Writing" icon="pen-to-square">
    A research agent finds information, then a writer agent creates content from it.
  </Card>

  <Card title="Analysis + Strategy" icon="chess">
    A data analyst processes numbers, then a strategy agent makes recommendations.
  </Card>

  <Card title="Code + Review" icon="code-compare">
    A coding agent writes code, then a reviewer agent checks quality and suggests improvements.
  </Card>

  <Card title="Multi-perspective" icon="comments">
    Multiple agents with different viewpoints discuss a topic, giving you diverse insights.
  </Card>
</CardGroup>

## Participant Order

The order matters — earlier agents set the context for later ones. Place information-gathering agents before decision-making agents.

<Tip>
  Start with a research or analysis agent, follow with a synthesis or writing agent.
</Tip>
