> 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/order-types/overview.md).

# Overview

An Order Type lets you create different ordering policies, times, fees etc for each type of order you offer (i.e delivery, pickup, holiday etc).

## When to Use Order Types

* You have [different schedules](/live-examples/event-times/default-schedule.md) for delivery vs pickup vs Thanksgiving (i.e times clients can choose)
* You have separate [menus](/live-examples/menus/overview.md) for delivery vs pickup vs holiday
* You have different [Min. Order Amounts](/live-examples/catering-policies/minimum-order-amount.md) for delivery vs pickup
* You have different [lead time policies](/live-examples/catering-policies/lead-time.md) or [fees](/live-examples/catering-policies/admin-and-service-fees.md) for delivery vs pickup
* You offer [multiple Pickup locations](/live-examples/order-types/pickup/multiple-pickup-locations.md) for your orders

![Use a separate order type if you need different times and a special menu for Thanksgiving.](/files/c4W7ICcDw7RYhL42Op5l)


---

# 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/order-types/overview.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.
