# Jump Navigation

Jump Navigation is a navigation feature that allows you to search for issues within Jasper and navigate to the Stream and Repository. To activate Jump Navigation, press the 🔍 icon in the top left corner, or press `⌘ + K(Mac)` or `Ctrl + K(Window/Linux)`.

![](/files/-MI9DCxGawY1uc-rIc8s)

{% hint style="info" %}
You can specify the same filters for Jump Navigation searches as Filter Stream. See "[Filter Stream](/reference/filter-stream.md)" for details.
{% 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.jasperapp.io/reference/jump-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.
