# Developer Documentation

## Introduction

Nova Wallet is an open-source web3 wallet solution for both iOS and Android, focusing on the Polkadot ecosystem.

Our GitHub repository can be found here:[ ](https://github.com/novasamatech/)<https://github.com/novasamatech/>

{% content-ref url="/pages/dXYrnnTWFbm5AdrA7um5" %}
[Integrate Nova Wallet](/nova-wallet-wiki/misc/developer-documentation/integrate-nova-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/GQgbtI389g4Wl7i9GONO" %}
[Add your DApp to Nova Wallet](/nova-wallet-wiki/misc/developer-documentation/add-your-dapp-to-nova-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/hgHJzCrcIk4fmGpWvXtC" %}
[Integrate Network](/nova-wallet-wiki/misc/developer-documentation/integrate-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/gq4kkROqXgclHLfNiPiO" %}
[App Links](/nova-wallet-wiki/misc/developer-documentation/app-links.md)
{% endcontent-ref %}


---

# 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/developer-documentation.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.
