> For the complete documentation index, see [llms.txt](https://docs.gethoneycart.com/live-examples/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gethoneycart.com/live-examples/catering-policies/minimum-order-amount.md).

# Minimum Order Amount

You can customize your Minimum Order Amount for:

* different [order types](/live-examples/order-types/overview.md) (i.e Delivery is $200; Pickup is $150)
* different times of day (i.e Delivery after 5PM is $300)
* different days of the week (i.e Saturday Delivery is $400)

{% hint style="success" %}
**Live Demo:** see how we use [different Min Order Amounts](https://hc-live-examples.gethoneycart.com/?menu=1\&order_type=1) for Corporate/Drop-off orders. Compare how the Pickup order type has a different minimum too.
{% endhint %}

![HoneyCart prevents the order from being submitted until it meets your Min Order Amount for this order type.](/files/ps0gQnvKcOLtbpY6ZEUz)

## Different Time of Day

![Require a different amount depending on the time of day.](/files/EF3aFJZGBHzelmx8vJCM)

## Different Day of Week

![Require a different amount based on day of week.](/files/4HjesSlSvqCX8RRg3ncb)


---

# 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:

```
GET https://docs.gethoneycart.com/live-examples/catering-policies/minimum-order-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.
