# How can I cancel my order?

To cancel your order, you must change the quantity for each item in your shopping cart to zero before the cart closes. Be sure to hit the “Save” button to remove the items from your cart. Any items that remain in the shopping cart when the order closes will be considered a valid order and you will be expected to pay for them.


---

# 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://cultivate-food-connections.gitbook.io/consumer-handbook/faqs/how-can-i-cancel-my-order.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.
