# Promotions

Any promotions created will be displayed on your store and applied automatically during the checkout process when applicable.

You can create up to **10** promotions that span across mulitple products that enable you to set promotions such as **3 for 1** and **Spend $20 and get $5 off your order**.

The promotion types you can currently set up are as follows:

* **Money Off Order -** This allows you to set up a minimum spend or a minimum order item quantity to trigger a percentage or set amount off the total cost of your customer's order. For example "**Spend $30 and get 20% off your total order".**
* **Money Off Item** - This allows you to set up a minimum spend or a minimum order item quantity to trigger a percentage or set amount off the cost of eligible items. For example "**Spend $30 and get 20 cents off each eligible item".**
* **Cheapest Free** - This promotion type allows you to set up rules such as "**Buy One Get One Free"** and "**Buy 5 eligible products and Get 2 Free**"**.** Please note that the **free** items are always the cheapest of those purchased.
* **Buy X for $** - This promotion type allows you to set up promotions such as "**Buy 5 eligible products for $20"**.
* **Free Shipping** - This does what it says on the tin. You can set a minimum spend or minimum order item quantity to trigger **Free Shipping** on your customer's order.
* **Free Tax** - Again, exactly what it says on the tin. You can set a minimum spend or minimum order item quantity to trigger the **Total Tax** to be deducted from your customer's order.


---

# 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.freewebstore.com/marketing/promotions.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.
