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

# 키오스크 시작하기

> 경로: 포스 `판매화면 > [OFF 키오스크]`

포스 판매화면의 오른쪽상단  \[OFF 키오스크] 버튼을 눌러요

### 키오스크 시작

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FMUHKkBl21MiyajbA8ZnX%2Fimage.png?alt=media&amp;token=4f613022-3dec-4f31-8acb-c5a2301876b9" alt=""><figcaption></figcaption></figure>

***

### 매장/포장 선택화면

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FcncN1GzjkPgZpyyebweG%2F%EB%8C%80%EA%B8%B0%ED%99%94%EB%A9%B4.jpg?alt=media&amp;token=11a5998c-c668-43de-8e6e-b8090afb759c" alt=""><figcaption></figcaption></figure>

#### 매장 / 포장 선택

대기화면을 등록하지 않으면, 주문/포장 화면이 표시돼요.

대기화면은1280\*800px, jpg, png, jpeg 형식의 이미지만 가능하며, 이미지 최대 용량은 500KB이에요.

하지만 걱정마세요. 500KB가 넘어가는 이미지는 자동으로 리사이징되요.

{% hint style="info" %}
환경설정 > 매장정보 > 키오스크  대기화면 설정에서 해 놓아야해요.
{% endhint %}

***

### 키오스크 화면

#### **1. 키오스크   > 판매화면(포스) 전환**

키오스크 ON 버튼을 누르고, 모드전환비밀번호를 입력하면 판매화면으로되돌아가요.

{% hint style="info" %}
환경설정 > 매장정보  모드전환 비밀번호를 미리 설정해 놓아야 해요.
{% endhint %}

#### 2. 언어표시 선택

한국어/영어/일본어/중국어 선택하면, 키오스크의 모든 언어가 선택한 언어로 변경이 돼요.

{% hint style="info" %}
환경설정 > 언어설정: 한국어, 영어, 일본어, 중국어 사용에서미리체크를미  해 놓아야 해요.
{% endhint %}

#### 3. 추천, 인기, 신규 상품 표시

상품등록시, 추천, 인기, 신규 태그 항목을 선택하면 키오스크 화면에 표시가 돼요.

#### 4. 품절표시

품절인 제품이에요.

#### 5. 고객 정보 조회

주문전에 고객정보를 조회한 후 주문할 수 있어요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FlFskh95K0zP9vKerTamL%2Fimage.png?alt=media&amp;token=d2b4fc07-4646-41ea-9947-c82d790bf9dd" 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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-10/undefined.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.
