# Deeplinking

## Summary

If your dapps are already listed in the TT Wallet, *Deeplinking* can open dapp browser with specific url .

## Getting Started

First, submit your dapp, please refer to [DApp Submission](https://docs.developers.thundercore.com/develop-on-thundercore-hub/dapp-submission).

> TT Wallet's DeepLink consists of a fixed prefix and base64 encodeing of path, you just need to specify the pathname accordingly:

```
// prefix: https://ttlink.site
// original path: https://mining.thundercore.com/
// after encoded: aHR0cHM6Ly9taW5pbmcudGh1bmRlcmNvcmUuY29tLw==
deep link: https://ttlink.site/aHR0cHM6Ly9taW5pbmcudGh1bmRlcmNvcmUuY29tLw==
```

> In the case of a Web application, placing this link in the herf of a will trigger the jump correctly.

```
<a href="https://ttlink.site/aHR0cHM6Ly9taW5pbmcudGh1bmRlcmNvcmUuY29tLw==">Go to TT Wallet</a>
```

> [Click here to create deeplinks for your application.](https://thundercore.github.io/thundercore-deeplinks/)

> Or you can get your deep link through opening your dapps in the TT Wallet and click share button at the bottom

![](/files/R4LgPApLLgKtH98V1p4x)


---

# 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.developers.thundercore.com/develop-on-tt-wallet/deeplinking.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.
