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