# Misc

- [Developer Documentation](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation.md): Learn how to integrate with Nova Wallet!
- [Integrate Nova Wallet](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/integrate-nova-wallet.md): How to integrate Nova Wallet connection into your DApp
- [Add your DApp to Nova Wallet](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/add-your-dapp-to-nova-wallet.md): How to add your DApp to Nova Wallet's DApp Catalog
- [Integrate Network](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/integrate-network.md): How to add your network to Nova Wallet
- [App Links](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links.md): All about Nova Wallet App Links!
- [Open DApp](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/open-dapp.md): How to use App Links to open a DApp in Nova Wallet!
- [Open Referendum](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/open-referendum.md): How to generate an App Link  that opens a specific referendum in Nova Wallet!
- [Open Multistaking Dashboard](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/open-multistaking-dashboard.md): How to use App Links to open the Multistaking Dashboard in Nova Wallet!
- [Add Wallet (Default)](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/add-wallet-default.md): How to Add a Wallet using App Links  with Nova Wallet
- [Add Wallet (Custom)](https://docs.novawallet.io/nova-wallet-wiki/misc/developer-documentation/app-links/add-wallet-custom.md): How to Add a Wallet using App Links with Nova Wallet with additional customization
- [Brand Kit](https://docs.novawallet.io/nova-wallet-wiki/misc/brand-kit.md): Our brand kit for use in media publications, etc!
- [Treasury Bounties](https://docs.novawallet.io/nova-wallet-wiki/misc/treasury-bounties.md): Learn all about how we get funded!


---

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