# Plan Mode

**Plan Mode** is an optional setting that adds one approval step before the AI Analyst begins any analysis. When enabled, the AI Analyst sends you a short plan — *"here's what I'm going to do"* — and waits for you to approve before proceeding.

It's useful when you want to stay in control of how a complex question is approached, or when a wrong analysis would be costly to undo.

![](/files/BmnrWmQ0ccR4bYoEzolB)

## Enabling Plan Mode

Look for the **\[Plan]** toggle pill to the left of the send button in the chat input bar. Click it to toggle Plan Mode on or off.

* Plan Mode is **off by default**
* When you enable it, it applies to all your conversations going forward — it's not limited to one session or one conversation
* A one-time tooltip appears when you first enable it: *"Plan mode on — AI Analyst will outline its approach before starting."*
* The toggle is disabled while the AI Analyst is generating a response

### In Slack and Teams

When using Actian AI Analyst in [Slack](/connections/messaging-apps/slack.md) or [Microsoft Teams](/connections/messaging-apps/teams.md), add `--plan` to your query to trigger Plan Mode for that message.

## How it works

### Using Plan Mode

When you send a message with Plan Mode on, the AI Analyst responds with a plan before doing any analysis. The plan describes the steps it intends and asks for your approval. If you reply affirmatively, the AI Analyst starts executing the plan. You can also ask the AI Analyst to make changes to the plan before executing it.

## When to use Plan Mode

Plan Mode is most valuable when:

* Your question spans multiple business areas and you want to steer the approach
* You're running a high-stakes analysis where a wrong interpretation would be time-consuming to redo
* You're using a [Saved Prompt](/explorer/working-with-agents/saved-prompts.md) for a structured recurring report and want the AI Analyst to confirm its approach each time

For routine questions — KPI lookups, quick comparisons, simple charts — Plan Mode adds unnecessary friction. Turn it off for day-to-day use and enable it when you need it.

## Plan Mode with Saved Prompts

Data teams can configure [Saved Prompts](/explorer/working-with-agents/saved-prompts.md) with Plan Mode pre-enabled. When a user runs such a prompt, Plan Mode is automatically on for that task — they don't need to toggle it manually. The preset applies to that task only and doesn't change the user's global Plan Mode setting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wobby.ai/explorer/working-with-agents/plan-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
