> For the complete documentation index, see [llms.txt](https://docs.rsss.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rsss.co.kr/0..md).

# 0. 알림

이 문서는 UPC HOST 기능중 ( 할인권, 요금제, 정기권 ) 설정에 관한 짧은 내용을 포함하고 있으며

현재 개발 및 테스트(공공기관, KMP 등)되어 있는 모든 내용을 포함 하고 있습니다.&#x20;

하지만, 설치된 시점과 설치된 장소, UPC 커스텀 개발 요청에 따라 지원 하지 않는 기능 및 삭제 된 기능도 포함 되어 있습니다.\
\
따라서, <mark style="color:red;">**문서에 설정 부분이 있다고 하여 기능 지원을 보장 하지 않습니다.**</mark>

<mark style="color:red;">**또한,**</mark> \ <mark style="color:red;">**메뉴얼 실시간으로 반영 되어 제공 되며  문서에 새로운 기능 설정 부분이 추가 되었다고 하여 기존 및 신규 설치 현장 UPC에 기능 업데이트를 보장 하지 않습니다.**</mark>

> Copyright RS solutions 2023.5.18


---

# 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://docs.rsss.co.kr/0..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.
