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

# Order Modification

- [Accessing the Order](https://docs.bossithq.com/pos/order-modification/accessing-the-order.md)
- [Order Details in Order History](https://docs.bossithq.com/pos/order-modification/accessing-the-order/order-details-in-order-history.md)
- [Order History Settings](https://docs.bossithq.com/pos/order-modification/accessing-the-order/order-history-settings.md)
- [Default Status Filter](https://docs.bossithq.com/pos/order-modification/accessing-the-order/order-history-settings/default-status-filter.md)
- [Hide Status Filter](https://docs.bossithq.com/pos/order-modification/accessing-the-order/order-history-settings/hide-status-filter.md)
- [Sort Orders By](https://docs.bossithq.com/pos/order-modification/accessing-the-order/order-history-settings/sort-orders-by.md)
- [Order Statuses](https://docs.bossithq.com/pos/order-modification/accessing-the-order/order-statuses.md)
- [Changes to an Order](https://docs.bossithq.com/pos/order-modification/changes-to-an-order.md)
- [Adding or Removing Products](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/adding-or-removing-products.md)
- [Applying Discounts and Points](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/applying-discounts-and-points.md)
- [Adjustments](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/adjustments.md)
- [Overpayments and Underpayments](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/overpayments-and-underpayments.md)
- [Handling Overpayments](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/overpayments-and-underpayments/handling-overpayments.md)
- [Handling Underpayments](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/overpayments-and-underpayments/handling-underpayments.md)
- [Changing Service of an Order](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/changing-service-of-an-order.md)
- [Changing Table Number (Table Service Only)](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/changing-table-number-table-service-only.md)
- [Restrictions](https://docs.bossithq.com/pos/order-modification/changes-to-an-order/restrictions.md)
- [Print](https://docs.bossithq.com/pos/order-modification/print.md)
- [Details](https://docs.bossithq.com/pos/order-modification/details.md)
- [Cook Now](https://docs.bossithq.com/pos/order-modification/details/cook-now.md)
- [Customer Waiting](https://docs.bossithq.com/pos/order-modification/details/customer-waiting.md)
- [Soft Delete](https://docs.bossithq.com/pos/order-modification/details/soft-delete.md)
- [Comp / Void](https://docs.bossithq.com/pos/order-modification/details/comp-void.md)
- [Comp / Void on Paid Orders](https://docs.bossithq.com/pos/order-modification/details/comp-void/comp-void-on-paid-orders.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.bossithq.com/pos/order-modification.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.
