# Developer Guide

- [What we build?](https://docs.znsconnect.io/developer-guide/technical-documentation.md): Create a custom link for your application or brand
- [ZNS SDK](https://docs.znsconnect.io/developer-guide/sdk.md): Interacts with blockchain domain names, resolving addresses, retrieving metadata
- [ZNS API](https://docs.znsconnect.io/developer-guide/zns-api.md): All the endpoints return a JSON encoded object.
- [ZNS Subgraph](https://docs.znsconnect.io/developer-guide/zns-subgraph.md): ZNS Connect Subgraph on Blockscout Explorer
- [ZNS Registration Integration](https://docs.znsconnect.io/developer-guide/zns-registration-integration.md): ZNS Registration Integration guide
- [ZNS Contract Addresses](https://docs.znsconnect.io/developer-guide/contract-address.md): List of Mainnets and Testnets


---

# 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.znsconnect.io/developer-guide.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.
