# Small Order Fee

It’s a surcharge type that can be applied on orders to encourage people spend at least minimum amount set from backend. If the order amount is lesser than set, fee is added to order amount.

* **Enable:** Select YES to enable small order fee.
* **Minimum Amount:** Enter minimum amount to charge customers with small order fee if order total is below this specified amount.
* **Small Order Fee:** Enter fee amount to charge.
* **Small Order Fee Label:** Enter label to show small order fee in frontend.
* **Apply Group Filter:** Select YES to apply group filter on this surcharge type.

<figure><img src="/files/AH7wwXyyyc7EBRIZpvvX" 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/small-order-fee.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.
