> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/funnel-builder/account-settings/domain-forwarding.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.checkoutchamp.com/funnel-builder/account-settings/domain-forwarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
