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

# 최소주문수량, 주문단위수량

#### ○ 테이블오더에서 상품 주문시 최소 주문할 수 있는 수량,  주문단위 수량,  추가 주문 수량 을  사용할 수  있는 기능<mark style="color:red;">(일반 상품에만 적용되며, 선택 상품에는 적용되지 않습니다.)</mark>

1. 플러스오더 ASP에 매장 계정으로 로그인합니다.<br>
2. 플러스오더 ASP > 기초관리 > 테이블오더관리 > 상품변경 화면으로 이동합니다.

<figure><img src="/files/x56Pusn0HxoX8oxgqcMN" alt=""><figcaption></figcaption></figure>

3. 최소주문수량, 주문단위수량 기본 값은 1로 설정되어 있습니다.\
   \- 최소주문수량 : 처음 주문시적용되는 수량\
   \- 주문단위수량 : 동일상품을 추가 주문시 적용되는 수량<br>
4. 변경하고자 하는 상품의 수량 값을 클릭하시고 숫자를 입력 및 저장합니다.  <br>
5. <mark style="color:red;">**플러스오더 ASP > 매장환경설정 > \[H40] 추가주문확인(OKPOS)**</mark> \
   \- 미사용 시 : 최초 주문후 추가 주문시, 최소주문수량 및 주문단위수량 적용됨.\
   \- 사용 시 : 최초 주문후 추가 주문시, 주문단위수량으로 적용됨.<br>
6. POS에 에이전트에서 데이터 동기화를 실행하시고, 사용하시면 됩니다.&#x20;


---

# 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://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-11.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.
