> 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/store-pickup.md).

# STORE PICKUP

- [Store Pickup Overview](https://docs.dingdoong.io/store-pickup/store-pickup-overview.md)
- [Google Maps API](https://docs.dingdoong.io/store-pickup/google-maps-api.md)
- [Pickup Scheduling](https://docs.dingdoong.io/store-pickup/pickup-scheduling.md)
- [Pickup choice & Pickup avaibility](https://docs.dingdoong.io/store-pickup/pickup-scheduling/pickup-choice-and-pickup-avaibility.md)
- [Preparation time & date range](https://docs.dingdoong.io/store-pickup/pickup-scheduling/preparation-time-and-date-range.md)
- [Limit orders](https://docs.dingdoong.io/store-pickup/pickup-scheduling/limit-orders.md)
- [Blackout dates (Holidays)](https://docs.dingdoong.io/store-pickup/pickup-scheduling/blackout-dates-holidays.md)
- [Order Tag](https://docs.dingdoong.io/store-pickup/pickup-scheduling/order-tag.md)
- [Product avaibility](https://docs.dingdoong.io/store-pickup/pickup-scheduling/product-avaibility.md)
- [ Product Override](https://docs.dingdoong.io/store-pickup/pickup-scheduling/product-override.md)
- [Set product-specific preparation time](https://docs.dingdoong.io/store-pickup/pickup-scheduling/product-override/set-product-specific-preparation-time.md)
- [Set product-specific available dates & time](https://docs.dingdoong.io/store-pickup/pickup-scheduling/product-override/set-product-specific-available-dates-and-time.md)
- [Set product-specific blackout dates & time](https://docs.dingdoong.io/store-pickup/pickup-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/store-pickup/pickup-scheduling/product-override/what-happens-when-a-cart-has-different-products-with-different-rules.md)
- [How to have a straightforward pickup experience?](https://docs.dingdoong.io/store-pickup/how-to-have-a-straightforward-pickup-experience.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, and the optional `goal` query parameter:

```
GET https://docs.dingdoong.io/store-pickup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
