# Set up Nameserver Forwarding/Delegation

{% hint style="warning" %}
When you Forward or Delegate your nameservers, your existing DNS records will be removed.
{% endhint %}

## Nameserver Forwarding

Forwarding your nameservers allows you to manage your DNS records somewhere else.

Some registrars can let you manage with forwarding, some (like Cloudflare) will need you to enable Delegation. If your registrar does not recognize that you have forwarded your nameservers, proceed to the [Nameserver Delegation](#nameserver-delegation) instructions at the bottom of this guide.&#x20;

1. Go to **My Domains** -> Select a domain -> Navigate to the **DNS** tab
2. Click on the **Add Nameserver** button

<figure><img src="/files/fvnCN9mI43FzppF3SEXP" alt=""><figcaption></figcaption></figure>

3. Add your nameserver addresses, one at a time. You will need to enter at least two nameserver addresses.

<figure><img src="/files/t0YIJr77filGP8p0lTnq" alt=""><figcaption></figcaption></figure>

4. Click on **Apply updates.**

<figure><img src="/files/zLg1mPdbcOGHBW3cNsbG" alt=""><figcaption></figcaption></figure>

5. Your DNS page should look like this. You may need to refresh the page after a few minutes.

<figure><img src="/files/9R3tBUZL3JE7qnUGh8iO" alt=""><figcaption></figcaption></figure>

## Nameserver Delegation

For some registrars, "Delegation" is required. This includes the likes of Cloudflare. To delegate your nameservers to another registrar, you need to first enable [#nameserver-forwarding](#nameserver-forwarding "mention") and then enable delegation.

1. Enable [#nameserver-forwarding](#nameserver-forwarding "mention")
2. Click on the **Delegate** button

<figure><img src="/files/S4g9zpDn02g6bQTOt6eo" alt=""><figcaption></figcaption></figure>

3. Accept the wallet transaction to enable Nameserver Delegation in your wallet extension.

<figure><img src="/files/iav4hHE9ec7qr0apRKWf" alt=""><figcaption></figcaption></figure>

4. Confirm that your nameservers are now being delegated.

<figure><img src="/files/zk6mm5on0KL8gcnf1qEW" alt=""><figcaption></figcaption></figure>

## Remove Nameserver Forwarding

To remove nameserver forwarding, you need to delete your nameserver records.

{% hint style="danger" %}
This will reset your DNS records to their defaults, from when you initially purchased the domain.
{% endhint %}

1. Click the **edit icon** on your custom Nameserver records and click the **Delete record** button.

<figure><img src="/files/KsqXWcAyqtwaXZx85VoU" alt=""><figcaption></figcaption></figure>

2. There will be a confirmation window; click **OK.**
3. Repeat this for all custom Nameserver records.
4. Click **Apply updates.**

<figure><img src="/files/m48gBWZXluCWcQsupTHw" alt=""><figcaption></figcaption></figure>

5. Complete the transaction for updating your DNS records.

## Remove Nameserver Delegation

{% hint style="danger" %}
This will reset your DNS records to their defaults, from when you initially purchased the domain.
{% endhint %}

1. Click **Reset.**

<figure><img src="/files/QNub3AxYkL0ajDYvZBrn" alt=""><figcaption></figcaption></figure>

2. Click **Apply updates.**

<figure><img src="/files/qjpJCrniLgcG8cRdL5lL" alt=""><figcaption></figcaption></figure>

3. Accept the wallet transaction to remove Nameserver Delegation in your wallet extension.

<figure><img src="/files/kTnxc7xouRrTveFb35gK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
As with all things Web2, it may take a few minutes for your other registrar to pick up this change. Typically, this should update in 5-10 minutes, and rarely it may take longer.
{% endhint %}


---

# 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-dns/set-up-nameserver-forwarding-delegation.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.
