Enabling Plan Mode
In the Profile step, find the Plan Mode block and turn on Enable Plan Mode. Plan Mode works with or without tools:- With MCP servers or Agent-to-Agent — the agent plans, then calls tools task by task.
- Standalone (no tools) — the agent still plans and tracks a complex, multi-step answer using only its own reasoning.
Plan Mode is available to all users — it does not require Dev Mode. Turning it on runs your agent on the tool-using (native) execution strategy behind the scenes.
Require all tasks completed
Under the toggle, Require all tasks completed before finishing controls how strict the plan is:Task statuses
As the agent works, each task carries one of four statuses:Execution limits
When Plan Mode is on, the Execution limits (max steps, max concurrent tools) also apply — Max steps bounds how many iterations the plan loop can run before the agent stops, even without external tools configured.When to use Plan Mode
- The request is multi-step and benefits from being organized up front.
- You want visibility into how the agent is breaking down and progressing through the work.
- You need the agent to finish everything it set out to do (pair with Require all tasks completed).
Next steps
Back to Agent Overview
Review the full wizard overview and what’s available in each step.