# Developer tools

The following pages contain resources and tools that will help you build your applications on Haven1:

{% content-ref url="/pages/PDBsWl5u2ndUdDWY1l0L" %}
[Haven1 Gnosis Safe wallet](/build/developer-tools/shared-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/tfYqDuYsnDPFAdCKXVCv" %}
[Oracles on Haven1](/build/developer-tools/oracles-on-haven1.md)
{% endcontent-ref %}

{% content-ref url="/pages/p1uRK5jUsvTGaw38ZZsV" %}
[Subgraph on Haven1](/build/developer-tools/subgraph-on-haven1.md)
{% endcontent-ref %}

{% content-ref url="/pages/8mTNiJ5x7U4qSCvGMFTc" %}
[Development frameworks](/build/development-frameworks.md)
{% endcontent-ref %}

{% content-ref url="/pages/cwAoyojeyn8mAbxorZnE" %}
[Web3 libraries and tools](/build/developer-tools/web3-libraries-and-tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/I0IAriwfTaupZKgj7bpT" %}
[Haven1 block explorer](/build/developer-tools/haven1-block-explorer.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.haven1.org/build/developer-tools.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.
