> For the complete documentation index, see [llms.txt](https://matetech.gitbook.io/mate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matetech.gitbook.io/mate/um/kiosk/set-up.md).

# 설정 가이드

- [운영 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate.md)
- [매장명/매장 이미지 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate/shop.md): ✔ 키오스크 화면에 보이는 우리 가게의 대표 이미지와 매장명을 설정하는 방법이에요. (영수증 상단에 고정적으로 출력되는 매장명은 바뀌지 않습니다.)
- [대기화면 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate/screensaver.md): ✔ 키오스크를 사용하지 않는 시간 동안 화면을 사이니지 광고판으로 활용할 수 있어요.
- [브레이크타임 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate/undefined.md)
- [픽업번호 시작 값 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate/pickup.md)
- [출력물 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate/print.md): ✔ 매장 운영 방식에 따라 키오스크 출력물의 종류와 장수를 변경하는 방법이에요.
- [관리자 비밀번호 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/operate/pw.md)
- [메뉴 관리](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu.md)
- [메뉴 생성](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis1.md)
- [POS 메뉴 생성](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis1/pos.md)
- [메뉴 옵션 등록](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis1/undefined.md): ✔ 주문 과정에서 고객이 맛선택/맵기선택/토핑추가 같은 옵션을 추가할 수 있는 기능이에요.
- [메뉴판 구성](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis1/3.md)
- [메뉴 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis3.md)
- [메뉴명 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis3/undefined.md): ✔ 메이트 오더 서비스를 신청한 경우에만 해당하는 기능입니다.
- [메뉴 가격 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis3/undefined-1.md)
- [노출 순서 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis3/undefined-2.md): ✔ 메이트 오더 서비스를 신청한 경우에만 해당하는 기능이며, MATE 사장님사이트에서 설정합니다.
- [메뉴 이미지 변경](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis3/undefined-3.md): ✔ 메이트 오더 서비스를 신청한 경우에만 해당하는 기능이에요.
- [메뉴 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis4.md)
- [메뉴 품절 처리](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis4/soldout.md)
- [추천 메뉴 표시](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis4/recommend.md): ✔ 메이트 오더 서비스를 신청한 경우에만 해당하는 기능이에요.
- [업셀링 메뉴 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis4/upselling.md): ✔ MATE 사장님사이트에서 설정합니다.
- [원산지 입력](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis4/origin.md)
- [메뉴 판매 시간 설정](https://matetech.gitbook.io/mate/um/kiosk/set-up/menu/regis4/saletime.md)
- [결제 내역 관리](https://matetech.gitbook.io/mate/um/kiosk/set-up/payment.md)
- [결제 취소(환불)](https://matetech.gitbook.io/mate/um/kiosk/set-up/payment/refund.md)


---

# 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://matetech.gitbook.io/mate/um/kiosk/set-up.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.
