> 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-1.md).

# 운영관련 기능 소개

- [사원관리](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/staffs.md): 판매원 추가 및 POS 권한 설정 . 근태관련 입니다.
- [판매원 추가](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/staffs/add_seller.md): 판매원을 추가할 때 사용합니다.
- [POS 권한 설정](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/staffs/authorities.md): POS에서 매출조회 등 민감사항을 점주만 볼 수 있게 설정합니다.
- [사원근태](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/staffs/attendance.md): 판매원 출퇴근 기록 방법입니다.
- [시재](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/balances.md): 영업중 발생되는 수시입출금에 대한 등록입니다.
- [시재입출금 계정 만들기](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/balances/balance_account.md): 시재 입출금 계정을 등록합니다.
- [시재입출금 등록하기](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/balances/balabce_set.md): POS에서 시재입출금을 등록합니다.
- [시재 입출금 현황 조회하기](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/balances/undefined.md): POS에 등록된 시재입출금현황을 조회합니다.
- [SMS 관리](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/sms.md): SMS 충전 및 SMS 전송방법 입니다.
- [SMS 충전하기](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/sms/sms.md): SMS 전송전 사용할 SMS 건수를 충전합니다.
- [SMS 충전내역 확인](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/sms/sms-1.md): SMS 충전내역 및 잔여수량을 확인 할 수 있습니다.
- [회원 SMS 보내기](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/sms/sms-2.md): 회원에게 SMS 보내는 방법입니다.
- [발신번호 사전등록](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/sms/undefined.md): SMS 전송 할 발신번호를 등록합니다.
- [예약관리](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/undefined.md): 예약 접수 및 조회하는 방법 입니다.
- [프랜차이즈 특화 기능](https://okpos.gitbook.io/okpos/undefined-5/undefined-1/undefined-1.md): 2024 08월 최종 업데이트입니다.


---

# 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-1.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.
