# Developers

- [Overview](https://docs.ether.domains/ns/developers/overview.md)
- [Smart Contract](https://docs.ether.domains/ns/developers/smart-contract.md)
- [JSON - RPC](https://docs.ether.domains/ns/developers/json-rpc.md): You can add name services to your project using JSON-RPC. You can use it for address resolution and to display the primary address.
- [Verified Smart Contracts](https://docs.ether.domains/ns/developers/verified-smart-contracts.md)
- [ABI's](https://docs.ether.domains/ns/developers/abis.md): You can use the following common ABI to directly integrate and interact with our smart contracts for development purposes. It is valid for all our name services.


---

# 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.ether.domains/ns/developers.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.
