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

# ★주문

- [주문하기 - 선불](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/pre-pay.md)
- [★주문하기 - 후불](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/pay_later.md)
- [★상품 취소하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/cancel_products.md)
- [수량 변경하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/counts.md)
- [싯가 상품 등록/결제하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/market_prices.md): 26.06.08 update
- [주문 대기하기 - 선불매장](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/standby.md): 선불 매장에서, 앞 주문 내용을 유지한 채 다른 주문을 받을때 사용합니다.
- [대기(페이저)번호 수기등록 하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/undefined.md): 진동벨번호 호출을 위해 출력물에 결제시 대기번호를 수기등록하는 기능입니다.
- [대기표 발급하기 - 후불매장](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/undefined-1.md): 후불제 매장에서 웨이팅 대기표 발급 기능입니다.
- [테이블 이동하기 - 후불매장](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/moce_table.md): 테이블이 있는 후불 매장에서 테이블이나 메뉴를 다른 테이블로 이동합니다
- [주문 접수하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/undefined-2.md): 주문시 고객수 및 요청사항(주방메모) 등록
- [곱빼기 사용하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/undefined-3.md)
- [사이드메뉴 필수 지정하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/side_1.md): 2025. 11. 25 update


---

# 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://okpos.gitbook.io/okpos/undefined-5/undefined/order.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.
