Skip to content

Build vs Plan Mode

The AI editor has two modes that change how the agent approaches your prompt. You can switch between them using the Build / Plan toggle in the editor.

In Build mode, the agent generates code directly from your prompt. You describe what you want, and the agent produces a complete UI extension in one step.

Best for:

  • Simple, well-defined components
  • Quick iterations where you know exactly what you want
  • Follow-up refinements to an existing component
  • When you want the fastest path to a result

In Plan mode, the agent creates a detailed plan before writing any code. The plan outlines the approach, component structure, data bindings, and layout decisions. You can review the plan and ask for changes before the agent implements it.

Best for:

  • Complex components with multiple sections or interactions
  • When you are not sure how to approach a problem and want the agent’s recommendation
  • Components that involve business logic or conditional rendering
  • When you want more control over the implementation approach

The mode toggle is visible in the editor interface. Click Build or Plan to switch. You can change modes at any point during a session — the agent retains your conversation history regardless of which mode you are in.

Start with Build for most tasks. It is the fastest way to see results and you can always iterate with follow-up prompts. Switch to Plan when you have a complex requirement and want to align on the approach before the agent writes code.

There is no cost difference between modes. Both consume one credit per prompt sent.