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

# 수업용 계정 및 자원 할당 요청

수업용 계정 및 자원 할당을 요청하는 경우, 아래의 항목을 작성하여 관리자 이메일(<gsds-hpc1@aces.snu.ac.kr>)로 요청해주시기 바랍니다.

{% hint style="info" %}
수업마다 할당되는 자원의 경우, 매 학기 수업마다 필요한 자원량에 따라 달라질 수 있습니다.

생성된 계정들은 학교의 공식적인 종강 날짜로부터 약 7일 후에 일괄 삭제될 예정입니다.
{% endhint %}

{% hint style="warning" %}
수업용 계정 및 자원 할당 요청은 매 학기 수강 변경 기간이 끝난 시점으로부터 약 7일간 받게되니 참고하시기 바랍니다.
{% endhint %}

* 메일 제목: \[수업용 계정 및 자원 할당] {수업명}
* 메일 내용: 수업명, 수업명(약어), 수강 인원 모두 포함되어야 함
  * 기본적으로 제공되는 자원의 경우 아래와 같습니다.
    * 노드 1개 (TITAN GPU 4개)
    * 최대 12시간 작업 허용
    * 개인당 50GB 의 저장 공간
  * (Optional) 추가로 자원이 필요한 경우 **"필요 자원"** 을 상세히 작성해 주시기 바랍니다. 다만, **상황에 따라 요청하신 자원을 모두 할당할 수 없을 수 있으니 참고** 바랍니다.
  * (Optional) 이 외의 요구사항이 있는 경우 **"추가 요청 사항"** 으로 작성해주시기 바랍니다.

<figure><img src="/files/y4IAdrTpSSQyzUpZZ7Zf" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://gsds.gitbook.io/gsds/templates/undefined-3.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.
