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

# 매장 와이파이 정보 플러스오더 화면에 안내 방법

{% hint style="danger" %}

1. 플러스오더 서비스와 고객용 와이파이 네트워크를 같이 사용 시 **서비스 지연이 발생**할 수 있어 권장하지 않습니다.
2. 매장 와이파이 안내를 플러스오더에 적용할 수 있는 방법을 공유드립니다.&#x20;
   {% endhint %}

{% stepper %}
{% step %}

### OKPOS ASP에서 와이파이 메뉴를 만들어 주세요.

OKPOS ASP에서 "와이파이" 메뉴를 만들어 주세요.&#x20;

OKPOS 프로그램 재시작하시고, 플러스오더 에이전트에서 데이터 동기화를 실행합니다.
{% endstep %}

{% step %}

### 플러스오더 ASP > 기초관리 > 테이블오더관리 > 터치키관리 화면을 실행합니다.

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

기초관리 > 테이블오더관리 > 터치키관리 화면을 실행합니다.&#x20;

터치키 분류를 신규로 생성하고, 해당 분류에 "와이파이" 메뉴를 등록합니다.&#x20;
{% endstep %}

{% step %}

### 플러스오더 ASP > 기초관리 > 테이블오더관리 > 상품변경 화면을 실행합니다.

상품변경 화면에서 "와이파이" 메뉴를 조회하고, 메뉴 이미지에 와이파이 QR코드를 등록합니다.

등록 후 플러스오더 에이전트에서 데이터 동기화를 실행합니다.&#x20;
{% endstep %}

{% step %}

### 플러스오더 화면에 나오는 와이파이 QR코드를 스마트폰 카메라로 찍으면, 매장 와이파이에 연결할 수 있습니다.&#x20;

<figure><img src="/files/ZvrhNOqgXIISvN1ZYM4A" alt=""><figcaption><p>메뉴를 와이파이 QR코드로 활용한 예시</p></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/undefined-22.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.
