# Redirect from CheckoutChamp to externally hosted upsell or Thank You page

If needed, it is possible to redirect your customers out of CheckoutChamp to an externally hosted upsell or thank you page.

This can be accomplished by dragging an [External Page](/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/page-types.md) to the funnel visualizer, adding the External URL into the page settings, and then using the arrow routing to determine which buttons from the previous page will send the customer to the External Page.

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

When the customer is redirected to the External Page, the orderId will be added to the URL string.

If you are sending the customer to an upsell page, configure your affirmative “Yes” button on the upsell page to trigger CheckoutChamp’s [Import Upsell API](https://apidocs.checkoutchamp.com/#46b9bc0a-687a-4a87-a57c-266f9914681f) request. Be sure to pass the orderId received from CheckoutChamp to add the upsell purchase to the original orderId. You can send the customers to as many upsell pages as you see fit by continuing to call the Import Upsell API.\
\
When directly sending the customer to a Thank You page, or whenever the customer reaches the external Thank You page after your external upsell pages, you can utilize CheckoutChamp’s [Order Query API](https://apidocs.checkoutchamp.com/#76291445-0d28-42f3-89cf-d020a621e37d) with the received orderId to retrieve all associated parameters for the order. It is also recommended to call the [Confirm Order API](https://apidocs.checkoutchamp.com/#c71c6bca-20a0-48af-abd5-75773fdc692f) to send the customer’s order confirmation email immediately.


---

# 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/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/redirect-from-checkoutchamp-to-externally-hosted-upsell-or-thank-you-page.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.
