> 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-creation.md).

# Order Creation

- [Service Conditions](https://docs.bossithq.com/pos/order-creation/service-conditions.md)
- [Table](https://docs.bossithq.com/pos/order-creation/service-conditions/table.md)
- [Takeaway](https://docs.bossithq.com/pos/order-creation/service-conditions/takeaway.md)
- [Collection](https://docs.bossithq.com/pos/order-creation/service-conditions/collection.md)
- [Delivery](https://docs.bossithq.com/pos/order-creation/service-conditions/delivery.md)
- [Customer Details](https://docs.bossithq.com/pos/order-creation/customer-details.md)
- [Address / Delivery](https://docs.bossithq.com/pos/order-creation/address-delivery.md)
- [Pre Order](https://docs.bossithq.com/pos/order-creation/pre-order.md)
- [Menu](https://docs.bossithq.com/pos/order-creation/menu.md)
- [Adding a Product](https://docs.bossithq.com/pos/order-creation/adding-a-product.md)
- [Product Behaviour](https://docs.bossithq.com/pos/order-creation/adding-a-product/product-behaviour.md)
- [Modifying Components](https://docs.bossithq.com/pos/order-creation/adding-a-product/modifying-components.md)
- [Meals](https://docs.bossithq.com/pos/order-creation/adding-a-product/meals.md)
- [Notes](https://docs.bossithq.com/pos/order-creation/adding-a-product/notes.md)
- [Preset Notes](https://docs.bossithq.com/pos/order-creation/adding-a-product/notes/preset-notes.md)
- [Custom Product](https://docs.bossithq.com/pos/order-creation/adding-a-product/custom-product.md)
- [Product Search](https://docs.bossithq.com/pos/order-creation/adding-a-product/product-search.md)
- [Quick Actions](https://docs.bossithq.com/pos/order-creation/adding-a-product/quick-actions.md)
- [Course Assignment (Table Service Only)](https://docs.bossithq.com/pos/order-creation/adding-a-product/course-assignment-table-service-only.md)
- [Removing a Product](https://docs.bossithq.com/pos/order-creation/removing-a-product.md)
- [Checkout](https://docs.bossithq.com/pos/order-creation/checkout.md)
- [Checkout vs Send](https://docs.bossithq.com/pos/order-creation/checkout/checkout-vs-send.md)
- [Payments](https://docs.bossithq.com/pos/order-creation/checkout/payments.md)
- [Payment Types](https://docs.bossithq.com/pos/order-creation/checkout/payments/payment-types.md)
- [Card Payment](https://docs.bossithq.com/pos/order-creation/checkout/payments/payment-types/card-payment.md)
- [Configuring VivaWallet Integration (POS)](https://docs.bossithq.com/pos/order-creation/checkout/payments/payment-types/card-payment/configuring-vivawallet-integration-pos.md)
- [Cash Payment](https://docs.bossithq.com/pos/order-creation/checkout/payments/payment-types/cash-payment.md)
- [Multiple Payments](https://docs.bossithq.com/pos/order-creation/checkout/payments/multiple-payments.md)
- [Split Order](https://docs.bossithq.com/pos/order-creation/checkout/payments/split-order.md)
- [Groups and Transferring Products in Split Order](https://docs.bossithq.com/pos/order-creation/checkout/payments/split-order/groups-and-transferring-products-in-split-order.md)
- [Service Charges and Discounts on Split Orders](https://docs.bossithq.com/pos/order-creation/checkout/payments/split-order/service-charges-and-discounts-on-split-orders.md)
- [Multiple Payments in Split Order](https://docs.bossithq.com/pos/order-creation/checkout/payments/split-order/multiple-payments-in-split-order.md)
- [Split Order Screen Layout](https://docs.bossithq.com/pos/order-creation/checkout/payments/split-order/split-order-screen-layout.md)
- [Payment History](https://docs.bossithq.com/pos/order-creation/checkout/payments/payment-history.md)
- [Refunds](https://docs.bossithq.com/pos/order-creation/checkout/payments/refunds.md)
- [Full Refund](https://docs.bossithq.com/pos/order-creation/checkout/payments/refunds/full-refund.md)
- [Partial Refund](https://docs.bossithq.com/pos/order-creation/checkout/payments/refunds/partial-refund.md)
- [Adjustments](https://docs.bossithq.com/pos/order-creation/checkout/adjustments.md)
- [Delivery Charge Adjustment](https://docs.bossithq.com/pos/order-creation/checkout/adjustments/delivery-charge-adjustment.md)
- [Service Charge Adjustment](https://docs.bossithq.com/pos/order-creation/checkout/adjustments/service-charge-adjustment.md)
- [Adjustment History](https://docs.bossithq.com/pos/order-creation/checkout/adjustments/adjustment-history.md)
- [Urgency Levels](https://docs.bossithq.com/pos/order-creation/checkout/urgency-levels.md)
- [Receipt Printing](https://docs.bossithq.com/pos/order-creation/checkout/receipt-printing.md)
- [Order Notes](https://docs.bossithq.com/pos/order-creation/checkout/order-notes.md)
- [Assigning a Buzzer Number](https://docs.bossithq.com/pos/order-creation/checkout/assigning-a-buzzer-number.md)
- [Customer Details](https://docs.bossithq.com/pos/order-creation/customer-details-1.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-creation.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.
