> 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.md).

# Copilot

DinoAI Copilot is the AI assistant built directly into the Paradime IDE. It works alongside you as you write, review, and debug dbt™ code — without breaking your flow.

Copilot has two modes depending on what you need:

| Mode           | What it does                                                                     |
| -------------- | -------------------------------------------------------------------------------- |
| **Ask Mode**   | Answer questions, explain code, generate snippets — conversational AI in the IDE |
| **Agent Mode** | Autonomously takes multi-step actions — edits files, runs commands, and iterates |

***

### Ask Mode

Ask Mode is a conversational interface inside the IDE. Use it to:

* Ask questions about your dbt™ project
* Get explanations of SQL or YAML
* Generate model stubs, tests, or documentation
* Review code and get feedback

Ask Mode reads your project context — open files, schema, and warehouse metadata — so answers are specific to your project, not generic.

> **When to use Ask Mode:** When you want a quick answer or a code snippet and you'll take it from there yourself.

***

### Agent Mode

Agent Mode goes further. Instead of just responding, the agent autonomously works through multi-step tasks:

* Reads and edits files across your project
* Runs dbt™ commands and interprets the output
* Iterates based on errors or test failures
* Asks for confirmation before making changes (configurable)

> **When to use Agent Mode:** When you have a task that requires multiple steps — refactoring a model, adding tests across a directory, or investigating a failing run.

***

### Getting Started

1. Open the Paradime IDE
2. Click the **DinoAI** panel on the right-hand side
3. Choose **Ask Mode** or **Agent Mode** from the toggle at the top
4. Type your prompt and hit enter

***

### Related

* [Chat Interface](/app-help/products/dino-ai/copilot/chat-interface.md) — Set rules that apply to all Copilot interactions
* [.dinorules](/app-help/products/dino-ai/dino-rules.md) — Set rules that apply to all Copilot interactions
* [.dinoprompts](/app-help/products/dino-ai/copilot/dino-prompts.md) — Save and reuse prompts across your team
* [DinoAI Settings](/app-help/products/dino-ai/copilot/dinoai-settings.md) — Configure Copilot behaviour and model preferences


---

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