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

# 주문내역 조회, 테이블 남김

#### ○ 플러스오더 화면에서  "주문내역" 을 사용할 수 있는 방법입니다 .&#x20;

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

1. 후불제 매장에서는 기본적으로 주문내역을 조회할 수 있습니다.&#x20;
2. **선불제 매장에서는** \
   **(1) Okpos ASP, 매장환경설정에서 아래 이미지와 같이 \[709] 결제 완료시 테이블 자동정리 "항상 테이블 남김"  으로 설정합니다.**\
   **(2) 플러스오더 ASP, 매장환경설정에서 \[H04] 선불시 테이블유지 "사용" 으로 설정합니다.**

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

3. 옵션 적용 후 okpos 프로그램을 재시작 및 플러스오더 에이전트에서 데이터 동기화 후 사용합니다.

{% hint style="danger" %}
플러스오더 선불제 매장, OKPOS ASP 매장환경설정에서 "항상 테이블 남김"으로 사용하는 경우 -> 반드시 테이블 손님이 바뀔때, OKPOS에서 테이블정리를 해주셔야 합니다.&#x20;
{% endhint %}


---

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