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

# 상품주문시 안내기능(H31)

#### ○ 손님이 테이블오더에서 상품을 선택할 때, 사전에 등록한 안내 문구를 출력하는 기능입니다.&#x20;

#### 1. 대리점  계정 - 플러스오더 ASP 설정

* 대리점 계정으로 플러스오더 ASP에 로그인 > 매장환경설정 화면에서 H31 상품주문시 안내 옵션을 선택합니다.&#x20;

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

#### 2. 관리자 태블릿 >  메뉴관리 >  안내문구를 사용할 상품을 선택 합니다.&#x20;

* 전체 안내 : 모든 상품에 안내문구를 적용합니다.
* 안내문구 사용에서 개별 상품별 적용
* 105 버전 이상부터는 "안내문구사용" 버튼 실행 후 "저장" 버튼을 클릭해야 적용됩니다.

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

* 105 이상 버전 화면

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

3. **옵션 (찹업-3초뒤 사라짐)** : 주문시 안내 문구가 팝업되고 3초뒤 사라지는 기능입니다.

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

* **옵션 (팝업)** : 주문시 안내창이 팝업되고, "확인" 버튼을 눌러야 창이 사라집니다.

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

* <mark style="color:red;">**출력되는 안내문구는 H32 상품주문시 안내문구 에 등록해야 사용이 가능합니다.**</mark>&#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/h31.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.
