> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-dependabot-github-actions-actions-cache-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Grid & multi-model

> Run several agents at once and compare their work side by side in grid view.

Grid view tiles multiple chat sessions next to each other so you can run several agents in parallel — across lanes or against the same task — and watch them all at once.

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/ade-ac1c6011-dependabot-github-actions-actions-cache-6/mZiHD0-x8whDsXL3/media/demos/gridViewDemo.mp4?fit=max&auto=format&n=mZiHD0-x8whDsXL3&q=85&s=e4c762e24ad33d1d6237105f5b37758a" data-path="media/demos/gridViewDemo.mp4" />

## When to use the grid

<CardGroup cols={3}>
  <Card title="One task, many models" icon="layer-group">
    Send the same prompt to Claude, Codex, and Cursor, then keep the best result.
  </Card>

  <Card title="Many tasks, one screen" icon="table-cells">
    Tile one agent per lane and supervise a whole batch of parallel work.
  </Card>

  <Card title="Race a hard problem" icon="flag-checkered">
    Let several agents attempt the same fix and compare diffs before committing.
  </Card>
</CardGroup>

## Send one prompt to several models

Compose a prompt once and launch it across the models you pick. Each runs in its own tile with its own transcript, diff, and approval gate.

<Frame caption="Pick the models to run, then launch them together from one prompt.">
  <img src="https://mintcdn.com/ade-ac1c6011-dependabot-github-actions-actions-cache-6/mZiHD0-x8whDsXL3/media/features/agent-chat/multi-model-prompt.webp?fit=max&auto=format&n=mZiHD0-x8whDsXL3&q=85&s=0a37227a283179d1801a8e3f2b045e92" alt="Compose a prompt for multiple models at once" width="1948" height="1350" data-path="media/features/agent-chat/multi-model-prompt.webp" />
</Frame>

<Frame caption="Every run lands in its own tile — compare side by side.">
  <img src="https://mintcdn.com/ade-ac1c6011-dependabot-github-actions-actions-cache-6/mZiHD0-x8whDsXL3/media/features/agent-chat/grid-view.webp?fit=max&auto=format&n=mZiHD0-x8whDsXL3&q=85&s=88dac9933f6214623fbcca039a5e93c2" alt="Grid view with multiple agents" width="2000" height="1101" data-path="media/features/agent-chat/grid-view.webp" />
</Frame>

## Keep what works

Each tile is a full chat. Open one to read the full transcript, inspect its diff in Files, or promote its work to a PR — and close the rest. Nothing is committed until you say so.

<Tip>
  Grid view is most useful for narrow, well-specified tasks where comparing a few attempts is cheap. For broad, multi-step work, give each agent its own lane instead so they don't compete for the same files.
</Tip>

<CardGroup cols={2}>
  <Card title="Agent chat" icon="comments" href="/chat/overview">
    How a single lane-scoped chat works.
  </Card>

  <Card title="Multi-agent setup" icon="users-gear" href="/guides/multi-agent-setup">
    Patterns for splitting work cleanly across agents.
  </Card>
</CardGroup>
