# "Peek" and "Go To" Definition

In the Paradime Code IDE, you can right-click on any source, model, or macro to navigate to the file where it is defined.

There are two right-click options:

* Go to Definition: Opens a separate file for the highlighted source, model, or macro.
* Peek Definition: Provides a preview of the highlighted source, model, or macro within your current file.

**Go To Definition:**

To utilize this feature, highlight your desired source, model, or macro, and right-click to select "Go to Definition." This action will automatically open a new file related to your highlighted code.

**Peek definition**

To utilize this feature, highlight your desired source, model, or macro, and right-click to choose "Peek Definition." This action will automatically generate a preview of the highlighted code within your current file.

{% @arcade/embed url="<https://app.arcade.software/share/4GQ331kuBrRzhvDQLy2a>" flowId="4GQ331kuBrRzhvDQLy2a" %}


---

# 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/peek-and-go-to-definition.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.
