# Decentralised Address Resolution Protocol

## Decentralised Address Resolution Protocol

- [Introduction](https://docs.darp.tech/master.md)
- [Foundations](https://docs.darp.tech/foundations.md)
- [Decentralised Identity Standards](https://docs.darp.tech/decentralised-identity-standards.md)
- [Purpose of the Address Resolver Document](https://docs.darp.tech/address-resolver-documents/address-resolver-document.md)
- [Trusting an Address Resolver Document](https://docs.darp.tech/address-resolver-documents/trusting-an-address-resolver-document.md)
- [Verifying the Address Resolver Document](https://docs.darp.tech/address-resolver-documents/verifying-the-address-resolver-document.md)
- [Verifying Address Name Ownership](https://docs.darp.tech/address-resolver-documents/verifying-address-name-ownership.md)
- [Purpose of Decentralised Address Name Registrars](https://docs.darp.tech/decentralised-address-name-registrars/purpose.md)
- [Verified Address Name Ownership](https://docs.darp.tech/decentralised-address-name-registrars/verified-address-name-ownership.md)
- [Address Name Registry](https://docs.darp.tech/decentralised-address-name-registrars/address-name-registry.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.darp.tech/master.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.
