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

# 사이드 메뉴 등록

{% hint style="danger" %}

1. OKPOS에 설정한 사이드 메뉴가 플러스오더에 동일하게 연동됩니다.
2. 속성메뉴 : 상품의 속성을 등록하며, 수량설정 불가합니다. (예: 싱겁게/짜게, HOT/ICE, 양적게/보통, 맵게/아주맵게 ..)
3. 선택메뉴 : 사이드메뉴를 등록하고, 수량 및 금액을 설정합니다. (예: 콜라/제로콜라/사이다, 쿠키, 감자, 치즈토핑 ..)&#x20;
   {% endhint %}

#### ○ 플러스오더에서  사이드메뉴는 다음의 이미지와 같이 사용됩니다.

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

####

#### ○ OKPOS ASP에서 매장 "사이드메뉴 등록" 화면에서 설정하신 값이 동일하게 플러스오더에 적용됩니다.&#x20;

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

#### ○ 플러스오더에 사이드 메뉴 적용 방법은 다음과 같습니다.

1. okpos asp > 사이드메뉴 등록 화면에서 설정합니다.
2. okpos 프로그램 재시작합니다.
3. 플러스오더 에이전트에서 "데이터동기화" 실행합니다.
4. 플러스오더 앱 재시작 및 적용되었는지 확인합니다.


---

# 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-16.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.
