# 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** ](https://docs.paradime.io/app-help/documentation/code-ide/user-interface/broken-reference) | 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>" %}
