> For the complete documentation index, see [llms.txt](https://manual.formwise.ai/formwise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.formwise.ai/formwise/advanced-features/login-mode-and-monetization/setting-up-subscription-plans/using-coupon-codes.md).

# Using Coupon Codes

{% embed url="<https://www.loom.com/share/44633a4774aa4c1abe9a1a12a6960a70?sid=7e1e25a7-0a99-4263-a9bc-b77cf6fb6295>" %}

#### **How to Create a Coupon Code**

<figure><img src="/files/y3W2mh9dWXX9XEirMgjQ" alt=""><figcaption><p>Open Stripe Dashboard</p></figcaption></figure>

**Access Your Stripe Portal** – Log into your **Stripe dashboard** connected to FormWise. Click on "Users" tab and open Stripe.

<figure><img src="/files/lqJQJYAzCVb0DkDp1ogK" alt=""><figcaption><p>Search "Coupons" in Stripe.</p></figcaption></figure>

**Create a New Coupon** – Go to the **Coupons** section and click **"Create Coupon."**

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

**Set Discount Details** – Choose:

* **Percentage Discount** (e.g., 20% off)
* **Fixed Amount Discount** (e.g., $10 off)
* **Duration** (one-time, recurring, or forever)

**Select the Price to Impact** – Apply the coupon to **specific Toolset plans**.

**Save and Activate** – Your coupon will now be valid during **Stripe checkout** when users pick a plan.

***

#### **How Users Redeem Coupons**

When a user **selects a plan** for your monetized Toolset, they’ll see an option to **enter a coupon code** during Stripe checkout. If valid, the discount is applied automatically.

💡 **Pro Tip:** Use coupons to **run special promotions, offer limited-time discounts, or reward loyal users**. 🚀


---

# 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://manual.formwise.ai/formwise/advanced-features/login-mode-and-monetization/setting-up-subscription-plans/using-coupon-codes.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.
