> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links.md).

# App Links

Nova Wallet supports App Links which allow you to create a hyperlink that when used will carry out a specific action within Nova Wallet. If a user does not have Nova Wallet installed then the App Link will direct them to the Google Play / Apple App Stores to download Nova Wallet.

1. Open a specific DApp: [Open DApp](/nova-wallet-wiki/misc/developer-documentation/app-links/open-dapp.md)
2. Open the details of a specific referendum: [Open Referendum](/nova-wallet-wiki/misc/developer-documentation/app-links/open-referendum.md)
3. Open the Multistaking Dashboard: [Open Multistaking Dashboard](/nova-wallet-wiki/misc/developer-documentation/app-links/open-multistaking-dashboard.md)
4. Add Wallet (default): [Add Wallet (Default)](/nova-wallet-wiki/misc/developer-documentation/app-links/add-wallet-default.md)
5. Add Wallet (custom): [Add Wallet (Custom)](/nova-wallet-wiki/misc/developer-documentation/app-links/add-wallet-custom.md)

## How to use App Links (Clickable Links)

You can now generate App Links which when clicked will carry out a specific action within Nova Wallet.

The format for App Links is:

`app.novawallet.io/{action}`

Here is an example App Link that will open the details of Polkadot Referendum #302 in Nova Wallet.

[https://app.novawallet.io/open/gov?chainId=91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3\&id=302\&type=0<br>](<https://app.novawallet.io/open/gov?chainId=91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3\&id=302\&type=0&#xA;>)

## How to use App Links as a QR Code

Once you have created your App Link and tested that it works, you can create a QR code which, when scanned with a user's phone, will open that specific screen in Nova Wallet. You can use a site such as [QRCode Monkey](https://www.qrcode-monkey.com/) to generate these QR codes easily.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links.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.
