> For the complete documentation index, see [llms.txt](https://docs.dingdoong.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dingdoong.io/local-delivery.md).

# LOCAL DELIVERY

- [Delivery Overview](https://docs.dingdoong.io/local-delivery/delivery-overview.md)
- [Delivery Validator](https://docs.dingdoong.io/local-delivery/delivery-validator.md)
- [Exact Postal Code Matching](https://docs.dingdoong.io/local-delivery/delivery-validator/exact-postal-code-matching.md)
- [Partial Postal Code Matching](https://docs.dingdoong.io/local-delivery/delivery-validator/partial-postal-code-matching.md)
- [Maximum Distance Radius](https://docs.dingdoong.io/local-delivery/delivery-validator/maximum-distance-radius.md)
- [Maximum Driving Distance](https://docs.dingdoong.io/local-delivery/delivery-validator/maximum-driving-distance.md)
- [Delivery Scheduling ](https://docs.dingdoong.io/local-delivery/delivery-scheduling.md)
- [Local delivery choice & delivery avaibility ](https://docs.dingdoong.io/local-delivery/delivery-scheduling/local-delivery-choice-and-delivery-avaibility.md)
- [ Limit orders](https://docs.dingdoong.io/local-delivery/delivery-scheduling/limit-orders.md)
- [Blackout dates (Holidays)](https://docs.dingdoong.io/local-delivery/delivery-scheduling/blackout-dates-holidays.md)
- [Order Tag](https://docs.dingdoong.io/local-delivery/delivery-scheduling/order-tag.md)
- [Product avaibility](https://docs.dingdoong.io/local-delivery/delivery-scheduling/product-avaibility.md)
- [Product Override](https://docs.dingdoong.io/local-delivery/delivery-scheduling/product-override.md)
- [Set product-specific preparation time](https://docs.dingdoong.io/local-delivery/delivery-scheduling/product-override/set-product-specific-preparation-time.md)
- [Set product-specific available dates & time](https://docs.dingdoong.io/local-delivery/delivery-scheduling/product-override/set-product-specific-available-dates-and-time.md)
- [Set product-specific blackout dates & time](https://docs.dingdoong.io/local-delivery/delivery-scheduling/product-override/set-product-specific-blackout-dates-and-time.md)
- [What happens when a cart has different products with different rules?](https://docs.dingdoong.io/local-delivery/delivery-scheduling/product-override/what-happens-when-a-cart-has-different-products-with-different-rules.md)


---

# 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.dingdoong.io/local-delivery.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.
