# Discounts

This article shows you how to add discount codes to your funnel, so your customers can apply them at checkout.

{% hint style="info" %}
You can share the discount code as part of your page URL (addin&#x67;**`?discount={your_code}`**) to the URL which will allow you to use it within your marketing emails and SMS messages.&#x20;
{% endhint %}

<figure><img src="/files/vq21R8rLLGMJno7dgAYp" alt=""><figcaption><p>A “SAVE20” discount code applied to a product at checkout.</p></figcaption></figure>

## Add discount codes

To add discount codes to your funnel:

1. On the header menu, go all the way to the top right and click the **Settings** icon.
2. Select [**Discounts**](mailto:undefined) on the drop-down menu.
3. Click the **Create discount** button in the top right corner of the page.

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

4. Input a name for the **Discount code**.

{% hint style="warning" %}
The name you choose is what your customers will input when applying the discount code.
{% endhint %}

5. Select between a **Percentage** discount or a **Fixed** discount.

{% hint style="info" %}
If you choose a **Fixed Type** discount, the currency will adjust automatically to the currency you have on your funnel.
{% endhint %}

### Optional settings

You can plan ahead a discount code as part of a promotion or marketing strategy.&#x20;

1. Decide when you want your code to be available under the **Start date** and **Start time** sections.

#### Limited-time discount

If you are running a limited-time discount:

1. Enable the **Has end date?** toggle slider.&#x20;
2. Decide when your code will become **unavailable**, setting a date and time with the **End date** and **End time** sections.&#x20;

Once the discount code has been added, your customers can start applying it to their purchases.

<figure><img src="/files/8ljWeJ5ZYKua22h7nN8L" alt=""><figcaption><p>Example of a discount code being applied at checkout.</p></figcaption></figure>

## Edit/ Delete your discount codes

{% hint style="info" %}
Once you have created a discount code, you will have all of them listed in the **Discounts** section.
{% endhint %}

To **Deactivate** or **Delete** a discount code, click on the three dots at the left of the code on the list.&#x20;

<figure><img src="/files/jV92sFXtDCXSAi5xW2Q8" alt=""><figcaption><p>Delete or Edit discount.</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://docs.funnelish.com/advanced-features/discounts.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.
