> 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/products/dino-ai/copilot/dinoai-settings.md).

# Settings and Configurations

The **Copilot Settings** page gives you control over how the DinoAI copilot agent behaves within your Paradime workspace. From here, you can manage which tools the agent can use autonomously, configure human review requirements, and connect third-party integrations to extend DinoAI's capabilities.

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

### Accessing DinoAI Settings

To open DinoAI Settings, click the **Settings button** inside the DinoAI prompt input box at the bottom of the DinoAI agent panel.

### Tool Permissions

The **Tools** section displays all tools currently available to the DinoAI agent. For each tool, you can control whether it:

* **Auto-accepts** — DinoAI can invoke the tool autonomously without requiring your approval
* **Requires human review** — DinoAI will pause and prompt you to approve the action before proceeding

This gives you fine-grained control over how much autonomy the agent has, allowing you to keep humans in the loop for sensitive or high-impact operations.

{% hint style="info" %}
Configuring tool permissions is especially useful for teams that want to balance agent productivity with oversight on sensitive or high-impact actions.
{% endhint %}

#### Core Tools

The **Core** section lists the built-in tools available to DinoAI out of the box, such as terminal access, file system navigation, code search, SQL querying, data lineage exploration, and Bolt orchestration. You can review the current permission setting for each tool and adjust them to match your team's preferences.

### Connected Integrations

The **Connected Integrations** section shows all third-party services that are currently linked to your DinoAI agent. Each integration exposes a set of tool permissions that you can individually:

* **Enable or disable** — control whether DinoAI can use the integration at all
* **Set to auto-accept or require human review** — determine how much autonomy the agent has when interacting with that service

This gives you the same level of control as the core tools, applied to your external integrations.

### More Integrations

The **More Integrations** section lists additional third-party services you can connect to extend what DinoAI can do. Connecting an integration makes it available as a tool within the agent, allowing DinoAI to query, reference, or act on data from that service during your conversations.

To connect an integration:

1. Browse the list of available integrations under **More Integrations**
2. Click on the integration you want to enable
3. Follow the authentication steps to link your account
4. Once connected, the integration will appear under **Connected Integrations** where you can configure its tool permissions

{% hint style="warning" %}
Connecting an integration may require Admin permissions depending on your workspace configuration.
{% endhint %}

### Related

* [Tools and Features](/app-help/products/dino-ai/tools-and-features.md)
* [God Mode](/app-help/products/dino-ai/copilot/god-mode.md)


---

# 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:

```
GET https://docs.paradime.io/app-help/products/dino-ai/copilot/dinoai-settings.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.
