# Deeplinks

Deeplinks are a very powerful tool for directing users, especially mobile users, directly to a page in your application.

You can find the deeplink tool in the 'Advanced Tools' section of the HashPack menu.

<figure><img src="/files/njQvoe5afJXvMKLV6NHv" alt=""><figcaption></figcaption></figure>

**Please keep in mind that for security reasons deeplinks are only available for dapps included in our dapp browser, which requires HashConnect integration.**

On this page you can specify what dapp you want the deeplink to go to, as well as a subpage to be included.

<figure><img src="/files/kj9E8UxWpMQlhvTv3Lqg" alt=""><figcaption></figcaption></figure>


---

# 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.hashpack.app/dapp-developers/deeplinks.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.
