> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/undefined-5/undefined/order/standby.md).

# 주문 대기하기 - 선불매장

{% hint style="info" %}
주문 대기를 하려면 **주문 대기 설정**을 먼저 해야합니다.
{% endhint %}

{% tabs %}
{% tab title="주문 대기하기" %}
1\. 판매관리에서 상품선택 후 대기를 누르세요.

2\. 대기 처리 확인 메세지에서 확인을 누르세요.

3\. 대기 처리한 내역을 다시 불러올 때는 대기 버튼을 눌러 목록에서 확인할 수 있습니다.

![](/files/FPwsU3psnWRN4FHAbiio)
{% endtab %}

{% tab title="주문 대기 설정" %}
{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 설할 수 있습니다.&#x20;

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 눌러주세요. (버튼이 없다면 대리점에 요청하세요)
{% endhint %}

**1.** <mark style="color:green;">**기초관리 >매장관리 > 포스기능정의**</mark>로 이동하세요.

**2.** 일반-판매처리 선택 후 리스트에서 '대기'을 찾아 넣어주세요. 자세한 내용은 [판매처리버튼 만들기](/okpos/undefined-4/pos_buttons/sales.md)를 참고하세요

**3.** 프로그램을 재시작하여 반영하세요.
{% endtab %}
{% endtabs %}


---

# 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://okpos.gitbook.io/okpos/undefined-5/undefined/order/standby.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.
