# JumpIdaLink

## Description

Opens a dialog that accepts any `ida://` URL and navigates to the target inside the current IDA instance.

This is the easiest way to follow a link that arrived in chat, or a document — paste the URL, click OK, and IDA jumps to the right location in the right view.

![Jump to link dialog](/files/ejYq0WnbgHuAyhqeYt3s)

The action is available under **Jump → Jump to link…**. For cross-process navigation — clicking an `ida://` link in a browser or another application — see the [Using Deep Links](/9.4/core/user-interface/how-tos/using-deep-links.md) how-to for HCLI setup.

See [Deep Links](/9.4/core/user-interface/concepts/deep-links.md) for the URL format and full details.


---

# 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.hex-rays.com/9.4/ida-actions/jumpidalink.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.
