# Resolving NFDs

## Off-Chain

NFDomains provides a public [REST API](https://api-docs.nf.domains/quick-start) for integrators and the community to utilize. It provides read-only methods, as well as methods that modify the NFD contract states (minting / claiming / updating / selling, etc.) which require the caller to sign returned transactions.

The UI for NFDomains uses the very same public API.

{% content-ref url="/spaces/MrFth5XKC1eo3nu9xVre" %}
[NFD API](https://api-docs.nf.domains/)
{% endcontent-ref %}

***

## On-Chain

NFDs can be resolved entirely on-chain. See the [On-Chain Reference](https://api-docs.nf.domains/reference/on-chain-reference/name-and-address-lookup) section of the API docs.

{% content-ref url="/spaces/MrFth5XKC1eo3nu9xVre/pages/zYPL9zevAJiSryAII093" %}
[On-Chain Reference](https://api-docs.nf.domains/reference/on-chain-reference)
{% 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.nf.domains/smart-contracts/resolving-nfds.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.
