> 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/code-ide/user-interface/context-menu.md).

# Context Menu

The Paradime Code IDE provides quick access to a variety of file options through the context menu. Right-click on any file to reveal these one-click options, detailed in the table below. For a comprehensive guide, watch the step-by-step tutorial video that demonstrates various context menu options.

## Context Menu Options

| Context Menu Option                                                          | Output / Feature                                                      | Example Use Case                                             |
| ---------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------ |
| **Copy Path**                                                                | `/workspaces/xyz1234abcd5678/repository/models/staging/stg_model.sql` | Share the full path of `stg_model.sql` with a teammate.      |
| **Copy Relative Path**                                                       | `models/staging/stg_model.sql`                                        | Insert the relative path in documentation or config files.   |
| **Copy File Name**                                                           | `stg_model`                                                           | Refer to the file by name in documentation or scripts.       |
| **Copy Filename as ref**                                                     | `{{ ref('stg_model') }}`                                              | Quickly insert the correct `ref` syntax in a new dbt™ model. |
| **Launch** [**DinoAI Copilot**](broken://pages/qLc1Pk3eCNsGeGryMQjL#copilot) | Activates AI-powered features.                                        | Enhance your dbt™ development workflow                       |

## DinoAI Copilot Features:

When you launch DinoAI Copilot from the context menu, you can access the following AI-powered functionalities:

* **Fix Model**: Automatically identifies and corrects errors in your dbt™ models.
* **Generate Test**: Creates tests tailored to your dbt™ project's structure and content.
* **Generate Elementary Test**: Develops specialized tests for the Elementary Data observability tool.
* **Explain Model**: Provides a detailed summary of a dbt™ model's purpose, output, and key executions.

## Tutorial

{% embed url="<https://youtu.be/rM-p5vRYBCU>" %}


---

# 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/products/code-ide/user-interface/context-menu.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.
