> 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/h35.md).

# 선택메뉴 최소수량(H35)

#### ○ 선택메뉴가 있는 세트상품 운영시, 최소로 주문하는 "선택메뉴" 갯수를 설정하는 기능입니다.

{% hint style="danger" %}

1. OKPOS 매장에 적용할 수 있습니다.&#x20;
2. 플러스오더 프로그램 082 이상 버전을 사용해야 합니다.&#x20;
   {% endhint %}

{% stepper %}
{% step %}

### 플러스오더 ASP에 대리점 계정으로 로그인 합니다.

{% endstep %}

{% step %}

### 매장환경설정 화면에서 매장정보를 조회하고, 메뉴권한 탭을 실행합니다.

미부여된 권한에 "선택메뉴최소수량관리" 가 있다면 권한을 부여합니다.&#x20;

<figure><img src="/files/EmVuuIRD6RfMO1o1FOBm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Agent 탭으로 이동합니다.&#x20;

{% endstep %}

{% step %}

### 선택메뉴최소수량 옵션을 사용하려는 경우, 플러스오더 프로그램 버전은 082 이상을 사용합니다.

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

{% endstep %}

{% step %}

### 플러스오더 ASP에 매장 계정으로 로그인 합니다.

{% endstep %}

{% step %}

### 선택메뉴 최소수량 관리 화면으로 이동합니다.

{% endstep %}

{% step %}

### 화면에서 OKPOS 사이드메뉴 정보 가져오기를 실행합니다.

<figure><img src="/files/5iPq4Eqrcyb48le3Ns2F" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 조회된 정보에서 선택그룹 선택 >   선택분류 확인 > "최소수량" 정보를 입력하고 저장합니다.

플러스오더 에이전트에서 데이터동기화 실행합니다.&#x20;

<figure><img src="/files/3vAEpKSAPyxousB1pcvu" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 플러스오더 화면에서 세트 메뉴를 주문하면 다음과 같이 보여집니다.

<figure><img src="/files/2hjm2cyTcgl4dUlg70lr" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/h35.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.
