# Use Coupons

## Overview

Discounts are a great way to increase signups, conversion and retention. The easiest way to handle promotions and discounts is to send out coupon codes. Coupon codes can be created from the Stripe dashboard, then customers can enter them from checkout or add them to existing subscriptions on the customer portal.

![Coupon button on Checkout Form](/files/-MJ3d0gL3E_87Fbc3SyG)

![Coupon button on Customer Portal](/files/-MJ3d87R7i8n0YXCSk6T)

![Button Pop-up](/files/-MJ3dFMwc_Ut1pZz_Nvu)

Below are the steps to enable this feature.

## Create Coupon in Stripe

Create a new coupon in Stripe. Note that the Coupon ID is what customers need to enter to redeem the coupon, not name. Stripe 'customer-facing' coupon codes or Promo Codes can also be used to redeem a coupon.

![Coupons on Stripe Dashboard](/files/-MJ3l2Zx8uyQUCW9nn1j)

![Creating a coupon, note ID used for redeeming](/files/-MJ3l866QnB8Keet7tNr)

![Promo codes also able to be used](/files/-MJ3lF0ZNxMCzo4epzua)

## Enable on Billing Page

Go to your billing page and enable the option for coupons.

![](/files/-MJ3dWFA7f6bpDPSsd17)

##


---

# 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://docs.billflow.io/how-to/use-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.
