# Coupons

The **Coupons** tab allows you to create and customize coupons including the name of the coupon, the activation code associated with the coupon, who the coupon is valid for, and when to activate it. To access your coupons, go to **Billing** > Click **Coupons**. You can add new coupons by clicking the **+ Add** button.

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

You can filter the Active and Inactive coupons with the Filter icon beside the Search bar.

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

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

{% hint style="info" %}
Clicking the **Export** button will export the coupon list into a CSV file.
{% endhint %}

## Adding a new coupon

1. To add a new Coupon, click the **+Add** button on the upper right.

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

2. You will be routed to the Coupon Add form, you will need to fill out the following details:

<figure><img src="/files/5ERQvHHjXncDmK91Xgzk" alt=""><figcaption></figcaption></figure>

* **Name** for the coupon
* A unique **10 character code** for users to input to apply the coupon

{% hint style="info" %}
Coupon codes are **case sensitive**. Ensure that if you create a code (Ex. Movatic10) make sure to advertise it as is. Users won't be able to use their code if they have entered it in all caps lock.
{% endhint %}

* **Type of discount** (i.e. percentage off, money off, free time)

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

* **Validation type**\
  Coupons have **2 different validation options**:

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

* **Number of uses**\
  Once a user activates the coupon, they will be able to use it for the specified number of times. This applies per user, not globally - so *each* user who activates the coupon can use it for x number of times.
* **Time based**\
  Once a user activates the coupon, they will be able to use it for the specified length of time. If you select time based, this will ask you to choose a duration in these increments:

<figure><img src="/files/5Vuu9AIdnPi7VQ6yapJE" alt=""><figcaption></figcaption></figure>

* **Activation** - If you wish to make this coupon active immediately, toggle on the switch button. Otherwise, leave the switch toggled off and you can make this coupon active later or on the day of the event.&#x20;

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

3. When you are finished, click the "**Save"** button.

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

##

## Coupon Examples

1. It's Earth Day and you want to generate a coupon that's 50% off that is only valid for 1 use. To set this up, you can enter in this info:

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

2. Disney's Bikeshare is celebrating their 1 year anniversary and they are offering 1 hour of free time when the user applies the coupon in their 1st hour. To set this up, you can enter in this info:

<figure><img src="/files/6CfjAWoBlSOK0AZm57BC" alt=""><figcaption></figcaption></figure>

## **Checking Rentals associated with the Coupon**

1. To view the rentals associated with a particular coupon, select a Coupon. Once you select a coupon, the system will display all rentals that are associated with it. This feature makes it easier for users to keep track of their coupons and rental history.

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

2. Once you click on an active or an inactive coupon you will be routed to a page which you can see the rentals associated with the coupon under rentals.

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

## Edit/View a Coupon

From the Coupon section, select a Coupon, this will route you to view the coupon details and its associated rentals. In the right corner is the Edit button, clicking the edit button will allow you to modify the Coupon Name and its Status.

The Pencil icon under the Actions category will also allow you to modify a Coupon, with the same function as the Edit button.

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

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

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


---

# 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://documentation.movatic.co/admin-site/billing/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.
