# 기본사용법

- [계정 신청](https://docs-ksc.gitbook.io/beginner/basic/account.md): 슈퍼컴퓨터 계정을 신청하고 인증 정보(패스워드/OTP)를 발급 받는 과정을 설명합니다.
- [로그인 방법](https://docs-ksc.gitbook.io/beginner/basic/login.md): 윈도우즈와 맥 환경에서의 누리온 로그인 방법 및 MyKSC를 통한 로그인 방법을 설명합니다.
- [비밀번호 변경](https://docs-ksc.gitbook.io/beginner/basic/password.md): 사용자 비밀번호를 변경하는 방법을 안내합니다.
- [SRU Time 할당량 및 사용량 확인](https://docs-ksc.gitbook.io/beginner/basic/sru-time.md): 슈퍼컴퓨터에서 SRU Time 할당량과 누리온/뉴론 시스템에서 각각의 SRU Time 사용량 및  배치작업 상세 내역 등을 확인할 수 있습니다.
- [scratch 삭제  정책](https://docs-ksc.gitbook.io/beginner/basic/scratch.md): 사용자 작업 디렉터리(/scratch/user\_id)에서 용량 제한(쿼터)과 사용자 파일에 대한 삭제 정책(15일 동안 접근하지 않은 파일)을 설명합니다.
- [제공 소프트웨어 목록](https://docs-ksc.gitbook.io/beginner/basic/softwares.md): 누리온과 뉴론에서 제공하고 있는 소프트웨어에 대한 정보를 제공합니다.


---

# Agent Instructions: 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:

```
GET https://docs-ksc.gitbook.io/beginner/basic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
