# Setting a Minimum Order Value

Setting a minimum order value for your customers will ensure that your customers spend over a specified amount before they can check out on your store.

### How do I set a minimum order value?

To set a minimum order value:

1. Log in to your Freewebstore Control Panel.
2. Go to **Manage > Pages > Cart/Basket.**
3. Once you have arrived on the "**Edit Cart/Basket Page**", you will need to scroll down until you locate a panel labeled as **"Minimum Order Value".**
4. Once located, you will need to enter the desired value for your customers to spend over.
5. When you are happy with the value, click **Save.**

{% hint style="info" %}
The minimum order value excludes tax/VAT. This means that your customers will not be able to check out if their total cart/basket value before tax/VAT is lower than the minimum order value that you have set on your store.
{% endhint %}


---

# 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/manage/pages/setting-a-minimum-order-value.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.
