> 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/okpos-1/undefined-2.md).

# 각 프로그램 별 라이선스 및 요금정책 확인하기

## 💁‍♀️ 오케이포스의 라이선스 사용 정책과 요금정책 방향성이에요!

<figure><img src="/files/9dVAYoZb6PIVKzol9cJE" alt="" width="563"><figcaption></figcaption></figure>

***

| 구분을 선택해주세요                                     | 설명                                                          |
| ---------------------------------------------- | ----------------------------------------------------------- |
| [OKPOS Plus](/okpos/okpos-2/okpos_license.md)  | OKPOS의 2.0 포스 솔루션                                           |
| [OKPOS KIOSK](/okpos/kiosk/kiosk.md)           | OKPOS의 키오스크 솔루션                                             |
| [OKPOS 배달매니저](/okpos/table_qr_pay/delivery.md) | OKPOS프로그램을 사용하는 매장이라면 포스 한 화면에서 배달 매출과 주문관리를 할 수 있어요        |
| [OKPOS 오늘얼마](https://www.todaysales.co.kr/)    | 한 매장에 여러 사용자가 동시에 매장관리를 할 수 있는 OKPOS가 만든 **무료** 실시간 매출 관리 앱 |
| [OKPOS 온라인몰](https://www.okposbiz.co.kr/)      | 장비와 라이선스 구입뿐 아니라, 대리점의 다양한 혜택과 이벤트를 확인할 수 있는 대리점 전용공식 몰     |

***


---

# 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/okpos-1/undefined-2.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.
