> 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.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.novawallet.io/nova-wallet-wiki/misc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
