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

# 주문 포스처럼 사용하기(H14)

○ 테이블오더를 고정적으로 사용하지 않고,  매장직원이 고객 주문을 받으려는 경우

○ 테이블번호가 자주 바뀌거나,  테이블번호가 없는가맹점인 경우

**(1) 플러스오더 ASP 설정하기**

\=>  플러스오더 ASP에서 "\[H14] 테이블 간편변경" 을 "비밀번호입력제외" 옵션 사용

<figure><img src="/files/2pybNEAboGyZITFWuegb" alt=""><figcaption></figcaption></figure>

**(2) 주문하기 전, 테이블번호를 클릭 (직원)**

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

**(3) 원하는 테이블 번호 선택 (직원)**

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

**(4) 테이블오더에서 고객 상품 주문 (직원)**

**(5) 고객 퇴실시 POS에서 결제**


---

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