> 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/revenue.md).

# 매출 관리

- [POS에서 매출확인하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_pos.md): POS프로그램에서 매출현황을 확인 할 수 있습니다.
- [ASP(웹) 매출확인하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_web.md): ASP에 접속하여 매출을 확인 할 수 있습니다.
- [모바일에서 매출확인하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app.md)
- [오늘얼마 APP 소개](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/app.md)
- [오늘얼마 회원가입](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/undefined.md): 오늘얼마 앱설치후 카카오톡으로 시작하기 / 애플아이디로 시작하기 / 아이디로 가입하기 중 한가지를 선택하여 회원가입해주세요.
- [오늘얼마 매장등록](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/undefined-1.md)
- [오늘얼마 포스연동](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/undefined-2.md)
- [부가세 신고 자료받기](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/undefined-3.md)
- [카드매출 확인하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/undefined-4.md)
- [배달앱 매출 확인하기](https://okpos.gitbook.io/okpos/undefined-5/undefined/revenue/revenue_app/undefined-5.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://okpos.gitbook.io/okpos/undefined-5/undefined/revenue.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.
