# File Navigation

To launch the File Navigation Menu, use `⌘P` (MacOS) or `Ctrl+P` (Windows) or Click on the

{% @arcade/embed url="<https://app.arcade.software/flows/PKZfMHilcMwkZ0rKIZln/edit>" flowId="PKZfMHilcMwkZ0rKIZln" %}

{% hint style="info" %}
**By default git ignored files are not included in the search results.**

If you want to include ignored files like compiled files generated by dbt™ commands in your `/target` folder, while the File Navigation menu is opened, use `⌘P` (MacOS) or `Ctrl+P` (Windows) one more time to enable including also ignored files in the results.
{% endhint %}


---

# 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/file-navigation.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.
