# Discount Codes

You now can add Discount Codes to the checkout process of the users.

<figure><img src="/files/wSPYxa5QGkMnORMuUuVZ" alt=""><figcaption><p>Users will have the option to activate the discount code during checkout process</p></figcaption></figure>

In order to add Discount Codes, head over to the Dashboard and navigate to Discounts

<figure><img src="/files/V4Tb6iaPBRDu4x02yYEL" alt=""><figcaption><p>Create and manage Discount Codes in the Dashboard</p></figcaption></figure>

Now add a new Discount Code by clicking Create Code:

<figure><img src="/files/SIirLAukYq0yrUjhpysb" alt=""><figcaption><p>Create New Code from the button on top right</p></figcaption></figure>

And now you can define the Discount Code:

* Set the name: it won't be visible to your users
* Code: this is the actual code that can be used and pasted to the checkout by users
* Type of discount: Percentage or Fixed
* Amount: depending on the type, it can be % or fixed amount (in the main currency of your store)
* Purchase limit: how many times the Discount Code can be used
* Start Date / End Date: time which the code will start being valid and when it stops being valid
* Expires: if this is switched on you can set up the End Date of the discount code

<figure><img src="/files/UMGuSmfqNyEXJpUTSSZh" alt=""><figcaption><p>Adding new Discount Code</p></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://help.fungies.io/marketing/discount-codes.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.
