> 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/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/coupons.md).

# Coupons

You can create coupons for your funnel either within your Funnel or within the campaign on the CRM side.\
\
To add a coupon from Checkout Champ, navigate to your funnel list, open the funnel, and then open edit the funnel’s settings.

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

Use the coupon module to create a coupon for use within this campaign.\
\
To route to Checkout Champ with automatic coupon application, include the couponCode parameter in the URL. Coupons can be passed with or without products. Coupons must first be entered on the funnel campaign to be recognized. It is not required to pass couponCode to a checkout page. couponCode can also be passed to any page prior to checkout, and will be maintained until the cardholder completes checkout.

Examples:

<https://checkout.myfunnelsite.com/checkout?products=234:1&couponCode=HALFOFF>

<https://checkout.myfunnelsite.com/checkout?couponCode=10OFF>

For multiple coupons separate with a comma.

<https://checkout.myfunnelsite.com/checkout?couponCode=10OFF,HALFOFF>

{% hint style="warning" %}
**Publish Required**\
Publish corresponding funnels when a **Default Coupon** is applied to a **campaign** or changed.
{% 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/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/coupons.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.
