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

# Subagents

> Watch nested agent work in read-only tabs when Mythex splits a complex task.

# Subagents

For complex tasks, the Mythex agent may spawn **nested agent runs** (subagents) to investigate or implement in parallel.

<img src="https://mintcdn.com/mythex/uQE27QrCJJ-e4nfa/images/workspace.png?fit=max&auto=format&n=uQE27QrCJJ-e4nfa&q=85&s=edd1c9df5c54faf80feb0ad2f34f14e0" alt="Workspace chat with live preview" width="2880" height="1800" data-path="images/workspace.png" />

## What you see

* A **subagent tab** can open above the chat when nested work is active
* The tab shows that run’s transcript
* Subagent tabs are **read-only** — you do not type into them

## What you control

You **cannot** manually start a subagent. The main agent decides when to use them. You steer the parent chat as usual (Build / Plan / Ask, Stop, follow-ups).

Close a subagent tab with **×** when you are done watching; the main thread and project files stay.

## Related

* [Chat](/features/chat) — multiple threads and tabs
* [Iterate](/prompting/iterate)
