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

# Switch agents in one chat

> Watch a fabriqa workflow that plans with one agent, reviews with another, and keeps the same chat context.

Watch a fabriqa workflow that plans with Claude Code, reviews with Codex, then switches back in the same chat.

Published March 9, 2026.

<iframe src="https://www.youtube.com/embed/1MfRkvcxGlA" title="Switch agents in one chat" style={{ width: "100%", aspectRatio: "16 / 9", border: 0, borderRadius: "16px" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />

## What you'll see

* switching providers without throwing away the active thread context
* using one agent for planning and another for review
* keeping the whole workflow in one chat instead of splitting it across multiple tools

## Related resources

* [Providers and models](/concepts/providers-and-agents)
* [Interface and chats](/use/interface-overview)
* [Quickstart](/quickstart)

## Watch next

* [Run parallel workflows](/learn/run-parallel-workflows)
* [Video tutorials](/learn)
