> For the complete documentation index, see [llms.txt](https://docs.wavecast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wavecast.io/publishing/control-access/adding-tickets-passes-and-guest-passes/adding-and-updating-ad-hoc-coupons.md).

# Adding and Updating ad-hoc Coupons

## Adding and Updating ad-hoc Coupons

Now that you've [set up your tickets](/publishing/control-access/adding-tickets-passes-and-guest-passes.md) and [integrated your hub with stripe](/integrations/payments.md), you'll most likely want to add discounts by creating coupons. Watch this video to find out how:&#x20;

{% embed url="<https://fast.wistia.com/embed/medias/jzxaqjla4f.jsonp>" %}

1. Navigate to the 'Products' tab at the top of  your page.
2. Navigate to the 'Coupon' tab on the left-hand  sidebar.&#x20;
3. Click the '+ New' button at the top right-hand  corner.&#x20;
4. Enter the name of your coupon (this is what will  appear internally on your Stripe account) and  the amount you would like the coupon to take  off.&#x20;
5. Select the event you would like this to be  applied to specifically.\
   **WARNING:** You cannot change this  later on, so make sure you select all the events  that this needs to be active for. This includes  the secondary language versions of your event!  Otherwise, you will have to archive the ticket  and start from the beginning. We recommend  searching for your events in the search box by  using the Event Name.&#x20;
6. Create the customer-facing coupon code and add  an expiry date. Your coupon should look like  this:

   <figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/547370c3e4b07e8a335a1a8b/images/620ce3e82130e51694687e1c/file-C0JZfMysrp.png" alt=""><figcaption></figcaption></figure>
7. Click create and your coupon is good to go.
8. If you wish to reuse the customer-facing coupon code, make sure to archive it!


---

# 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://docs.wavecast.io/publishing/control-access/adding-tickets-passes-and-guest-passes/adding-and-updating-ad-hoc-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.
