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

# 주문 접수하기

{% hint style="success" %} <mark style="color:green;">**대리점ASP > 시스템관리 > 본사/매장마스터 > 매장환경설정 >**</mark> 외식환경

**\[513] 주문자 선택구분 설정**&#x20;

* 최초주문만 : 첫 주문시에만 주문접수창 표시
* 주문시마다 : 추가 주문시에도 주문접수창 표시
  {% endhint %}

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

**1.** 주문할 상품을 입력후 주문버튼을 클릭합니다.

**2.** 주문접수 화면이 표시됩니다.

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

**3.** 고객수와 요청사항을 입력후 **확인**을 클릭하면 주문이 완료됩니다.

{% hint style="warning" %}
**고객수 항목 변경 방법**

<mark style="color:green;">**매장ASP(웹정보) > 기초관리 > 매장관리 > 매장정보관리**</mark>에서 4개 항목까지 등록 가능
{% endhint %}

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

{% hint style="warning" %}
**요청사항(주방메모) 항목 추가 및 변경방법**

<mark style="color:green;">**매장ASP(웹정보) > 기초관리 > 기타관리 > 주방메모관리**</mark>에서 변경 가능
{% endhint %}

<figure><img src="/files/6sNWtP9EszwAWnrLXwLT" alt=""><figcaption></figcaption></figure>


---

# 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/undefined-2.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.
