> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/marketing/discount-codes/advanced-details.md).

# Advanced Details

This panel is located to the right on the **Discount Code** page. There are more settings to configure that may prove very useful. You can set a condition that your customer must spend a certain amount before the discount becomes active and more.&#x20;

### What does the Exclusive Checkbox do?

If this is checked, you only allow this discount code to be used at any one time.&#x20;

For example, if you have multiple discount codes set up and your customers decide they want to use all of them to get the most money off possible, if you set all of these codes to **Exclusive**, your customer will only be able to use one at once.

### What happens if I set a minimum spend on my discount code?&#x20;

Setting a minimum spend on your discount codes ensures that your customer is spending over a set amount (the amount you set in this field) before the discount code becomes active.&#x20;

For example, you have set the minimum spend on your discount code to $50. Your customer will have to spend over this amount before entering the discount code provided. If they don't and they enter the code at checkout, it will not work.

### What happens if I check the Expiry Date checkbox?

When checked, you will see you can edit a date and time value. You can set these values to any date and time in the future. Once saved, your discount code will be set to active until that date. It will then be disabled. This feature allows you to set up a discount in the knowledge that you will not have to worry about disabling the code you have created after a certain amount of time.&#x20;

This will allow you to set up offers that end at a certain time, for example, "Offer ends at 12 am tomorrow".

### What does the Auto Disable checkbox do?

Checking this box will disable your discount code after just one use. Allowing you to send one-time use codes to customers.

{% hint style="info" %}
Once you are happy with the settings configured for your discount code. Click **Save.**
{% endhint %}


---

# 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://help.freewebstore.com/marketing/discount-codes/advanced-details.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.
