# 매장 관리

- [모드 변경](https://mocoplex.gitbook.io/qropos/undefined/store/undefined.md)
- [테이블 설정](https://mocoplex.gitbook.io/qropos/undefined/store/tablesetting.md)
- [상품 관리](https://mocoplex.gitbook.io/qropos/undefined/store/menu.md)
- [시재 관리](https://mocoplex.gitbook.io/qropos/undefined/store/cash.md)
- [영업 마감](https://mocoplex.gitbook.io/qropos/undefined/store/closed.md)
- [웨이팅 기능](https://mocoplex.gitbook.io/qropos/undefined/store/waiting.md)
- [테이블 시간 제한 설정](https://mocoplex.gitbook.io/qropos/undefined/store/tabletime.md)
- [매출 조회](https://mocoplex.gitbook.io/qropos/undefined/store/sales.md)
- [포인트 관리](https://mocoplex.gitbook.io/qropos/undefined/store/undefined-1.md): QRO는 고객의 전화번호 기반으로 자동 또는 수동으로 포인트를 적립/차감할 수 있는 시스템을 제공합니다. 포인트는 고객 앱과 매장 POS에서 모두 확인 및 관리할 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://mocoplex.gitbook.io/qropos/undefined/store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
