# Enforce Minimum Amount

It’s a surcharge type that can be applied on orders to force users spend minimum selected amount for purchase. If the minimum amount set from backend does not meet the configuration, orders are forced with added an extra fee.

* **Enable:** Select YES to enable minimum amount surcharge.
* **Minimum Amount:** Enter minimum amount to enforce users spending to avoid application of this surcharge.
* **Enforce Minimum Amount Fee Label:** Enter label to show minimum amount fee in frontend.
* **Apply Group Filter:** Select YES to apply group filter on this surcharge type.
* **Only for Customer Groups:** Select customer groups on which you want to apply group filter.

<figure><img src="/files/80auH8TXrT9EH7Ne35iu" alt=""><figcaption></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.magecomp.com/magento-2-surcharge-extension/enforce-minimum-amount.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.
