> For the complete documentation index, see [llms.txt](https://docs-ksc.gitbook.io/myksc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ksc.gitbook.io/myksc/undefined-1/undefined.md).

# 모바일 서비스 개요

#### 1. MyKSC 모바일 서비스는 안드로이드와 IOS 운영체제인 모바일 기기를 지원합니다.

#### 2. MyKSC 알림 서비스를 원하실 경우 아래 모바일 웹 브라우저로 설치를 진행합니다.

|     안드로이드    |     IOS     |
| :----------: | :---------: |
|  Chrome 브라우저 | Safari 브라우저 |
| Samsung 브라우저 | Chrome 브라우저 |
| Firefox 브라우저 |             |

#### 3. 알림 서비스를 원하지 않는 경우 설치 없이 이용 가능합니다.

1\) 설치 없이 이용하는 사용자의 경우 작업 완료 알림 및 장시간 실행 POD 알림 등의 유용한 정보에 대한 알림을 제공 받지 못합니다.


---

# 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-ksc.gitbook.io/myksc/undefined-1/undefined.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.
