# 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="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2F2vwj6HVxHUzJWBmmXZn1%2Fimage.png?alt=media&#x26;token=38b69eba-9c4a-43f6-8b31-d49baa9ba5f5" 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: 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/funnel-visualizer/edit-funnel-settings/coupons.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.
