# 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](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/open-dapp "mention")
2. Open the details of a specific referendum: [open-referendum](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/open-referendum "mention")
3. Open the Multistaking Dashboard: [open-multistaking-dashboard](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/open-multistaking-dashboard "mention")
4. Add Wallet (default): [add-wallet-default](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/add-wallet-default "mention")
5. Add Wallet (custom): [add-wallet-custom](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/add-wallet-custom "mention")

## 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)

## 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.
