# Data Agent modes

For the Data Agent, the default mode is Agent mode, where you provide prompts to the Agent and the Agent asks questions to clarify and confirm its actions. Your Data Agent [verbosity and autonomy settings](/fabricate/data-agent-chat/data-agent-behavior-config.md#data-agent-verbosity) determine how much clarification and confirmation the Data Agent provides.

Fabricate also supports:

* Plan mode, where the Data Agent sets up a plan to complete an action. You then review and execute the plan.
* Autonomous mode, where the Data Agent plans and executes the action without any clarification or prompts or use of Plan mode.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Use Plan mode</strong><br><br>Have the Data Agent create an action plan that you review and execute.</td><td><a href="/pages/gwTbrfo2JuEm7DaN2l0f">/pages/gwTbrfo2JuEm7DaN2l0f</a></td></tr><tr><td><strong>Use Autonomous mode</strong><br><br>Allow the Data Agent to plan and execute an action without any additional input from you.</td><td><a href="/pages/hmSJHf0awhLaSWMPtvaq">/pages/hmSJHf0awhLaSWMPtvaq</a></td></tr></tbody></table>


---

# 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.tonic.ai/fabricate/data-agent-modes.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.
