# Forward & Reverse Resolution

## **What is Forward Resolution?**

Forward resolution is the process of going **from name to address**. As well as to load the records associated to a name. These records include but are not limited to text records such as **bios, X handle**, **email**, **Discord ID**, and more. See [set-ens-records](https://docs.my.box/docs/configure-your-.box/configure-ens/set-ens-records "mention").\
\
Multiple names can point to a single address.

<figure><img src="https://1581571575-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLNPySatzgHa3v2j4Gmqn%2Fuploads%2FVVuaWB25hJaKzD1y4kfd%2FForwardResolution.jpg?alt=media&#x26;token=1fc04af4-e677-462a-8895-40fa1dd636e3" alt=""><figcaption><p>Forward Resolution Diagram</p></figcaption></figure>

**How do I set Forward Resolution with .box domains?**

Currently, all .box domains are automatically set to forward to the wallet that holds the domain NFT. But, you can set an alternative Forward Resolution address manually if you so choose:

1. Go to **My Domains** -> Select a domain -> Navigate to the **ENS** tab.
2. Replace the wallet address in the **Forward Resolution Address** field.

<figure><img src="https://1581571575-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLNPySatzgHa3v2j4Gmqn%2Fuploads%2FJsCwWvuU3exDsHfIjBzu%2FScreenshot%202024-09-25%20140518.png?alt=media&#x26;token=bb0418b8-a276-401c-a8aa-8107055cc9e7" alt=""><figcaption></figcaption></figure>

3. Scroll to the bottom of the page and click **Save.**
4. Complete the **Set ENS records** transaction.

{% hint style="info" %}
Note: This transaction is executed on the Ethereum Mainnet network, where gas fees can reach $10+ so, make sure your wallet has enough Ethereum to settle that transaction.&#x20;
{% endhint %}

## What is Reverse Resolution? <a href="#reverse-resolution" id="reverse-resolution"></a>

Conversely, reverse resolution is the process of mapping an Ethereum wallet address back to a human-readable domain name.

<figure><img src="https://1581571575-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLNPySatzgHa3v2j4Gmqn%2Fuploads%2FC5qmrXhpTIScTBAvIGua%2FReverseResolution.jpg?alt=media&#x26;token=68000414-72a7-4c46-ac92-b0bd3166341a" alt=""><figcaption><p>Reverse Resolution Diagram</p></figcaption></figure>

**How do I set Reverse Resolution with .box domains?**

Reverse resolution is the same thing as setting your Primary ENS Name. Learn how here:[set-primary-ens-name](https://docs.my.box/docs/configure-your-.box/configure-ens/set-primary-ens-name "mention").


---

# 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.my.box/docs/configure-your-.box/configure-ens/forward-and-reverse-resolution.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.
