> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/documentation/dino-ai/agent-mode/god-mode.md).

# God Mode

God Mode allows DinoAI to auto-accept changes and tool calls that would normally require your approval, enabling it to complete multi-step tasks end-to-end without pausing for confirmation at each step.

When God Mode is off, DinoAI stops before consequential actions — modifying a file, running a query, calling an external tool — and waits for your approval before continuing. When God Mode is on, DinoAI proceeds through these actions automatically and returns the final result.

{% hint style="info" %}
**Terminal commands still require human review**, even with God Mode enabled. DinoAI will always pause and prompt for approval before executing any terminal commands.
{% endhint %}

***

### When to Use God Mode

God Mode is useful for multi-step workflows where you have a clear, well-defined goal and want DinoAI to handle the full execution without interruption. For example:

* Generating dbt models, tests, and documentation from a spec in a single run
* Implementing changes from a Linear ticket or Confluence page end-to-end
* Scaffolding a project structure across multiple files without approving each change individually
* Running a debugging workflow that spans queries, model files, and schema definitions

***

### Enabling God Mode

In the DinoAI prompt input, click the **lock icon** to toggle God Mode on or off. When enabled, the lock icon will appear unlocked, indicating DinoAI will auto-accept actions without pausing for confirmation. Click it again at any time to disable God Mode and return to standard confirmation prompts.

<div data-with-frame="true"><figure><img src="/files/AJTV5XCoNdEsrUHFh7kD" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Best Practices

* **Use specific prompts** — God Mode works best with clear, well-scoped tasks. Ambiguous prompts are more likely to produce unintended changes when DinoAI is not pausing for confirmation
* **Work on feature branches** — Make sure your changes are on a feature branch before enabling God Mode so that any unintended modifications can be reverted via version control
* **Review the output** — Always review what DinoAI has produced before merging or deploying, regardless of whether God Mode was used
* **Disable for sensitive workflows** — For tasks touching production data or critical model logic, keep God Mode off and review each action individually

{% hint style="warning" %}
God Mode auto-accepts all tool calls and file changes without prompting for confirmation. Use it on feature branches and review all output before merging to main.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.paradime.io/app-help/documentation/dino-ai/agent-mode/god-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
