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

# 고객요청사항 출력(H28)

{% hint style="danger" %}

1. 플러스오더 주문 시,  주문내역확인 창에서 "요청사항"을 입력할 수 있습니다.&#x20;
2. 입력한 요청사항은 주방주문서로 출력됩니다.&#x20;
3. 해당 기능은 선불, 후불 모두 사용 가능합니다.&#x20;
   {% endhint %}

#### ○ 주방주문서  출력양식에  '주방메모를 추가합니다.

#### 1. OKPOS ASP 가맹점 로그인 > 포스 출력물 관리에 접속합니다.

<figure><img src="/files/7WHdKPtNVgzpCZEJXTFN" alt="" width="563"><figcaption></figcaption></figure>

#### 2. 주방주문서 출력물에서 {주방메모} 를 원하는 위치에 추가한 후 포스를 재시작 합니다.

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

#### ○ 플러스오더 ASP > 매장환경설정에서 다음의 옵션을 사용합니다.&#x20;

#### 1. \[H28] 고객요청사항 출력 옵션을 사용으로 설정 및 저장합니다.&#x20;

#### 2. 에이전트에서 데이터동기화를 실행합니다.

<figure><img src="/files/95W9S0XEjfO5VV1HpBM3" alt=""><figcaption></figcaption></figure>

#### ○ 플러스오더 앱에서 주문시 다음의 입력창을 확인할 수 있습니다.&#x20;

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

&#x20;

\#요청사항 #고객요청사항&#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/h28.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.
