# Domain Forwarding

{% hint style="info" %}
Domain forwarding - Redirecting requests on the Internet to a different Internet address. For example, domain forwarding allows multiple domain names to be registered, all of which point to the same website.
{% endhint %}

On account [Settings](/funnel-builder/account-settings.md), go to My Domains and press the Domain Forwarding button on the domain from which to forward.

<figure><img src="/files/U2E4dfu7OQaIqhAWpVgK" alt="" width="563"><figcaption></figcaption></figure>

A panel displays listing all the existing Domain Forwarding rules.  Choose to add, edit, and delete here.

<figure><img src="/files/b8ZHtpOCROMg40v3Ddp2" alt="" width="563"><figcaption></figcaption></figure>

Choose Add or Edit.  Another window displays.

**Priority** - Enter a positive number greater than zero

**Pattern** - Enter the domain from which to forward.  Choose *Starts With* (the default) to forward any domain that starts with the entered value.  Choose *Exact* to forward a specific page on the domain.  Do not include https\:// here.

**Destination** - Enter any URL.  This can be a page on the same domain, a page on a different Checkout Champ domain, or an external domain.  This must start with https\://.

**Active** - enable and disable as needed

<figure><img src="/files/7kao3byJVGBmR9g4ZWhr" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
Publish one funnel on the domain.  It is required to publish one funnel to enable Domain Forwarding.
{% 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://help.checkoutchamp.com/funnel-builder/account-settings/domain-forwarding.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.
