> 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/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)


---

# 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/operate.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.
