# Overview

There are several options available for developers to easily integrate their applications.&#x20;

For developers familiar with blockchain, we recommend direct integration with our smart contract.&#x20;

{% content-ref url="/spaces/8iSEmaT85LK1NDDDCBqr/pages/pBbtEtH3WpR0WNuwIrQ8" %}
[Smart Contract](/ns/developers/smart-contract.md)
{% endcontent-ref %}

For developers who are not familiar with blockchain, they can establish a basic level of integration using our JSON-RPC service.

{% content-ref url="/spaces/8iSEmaT85LK1NDDDCBqr/pages/zRqVGpvUCQ5RBKVcfYz6" %}
[JSON - RPC](/ns/developers/json-rpc.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.ether.domains/ns/developers/overview.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.
