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

# \[담임 관리자] 학급 생성 및 학생 초대

담임 관리자는 담당 학급 페이지를 개설하고 학생들을 초대합니다. \
학생들은 발급받은 학급코드를 이용하여 사용자 앱에서 회원가입을 하고 서비스를 이용합니다.&#x20;

***

### 학급 생성 및 학생 초대 프로세스

<details>

<summary>학급 생성하기 → 학생 초대</summary>

</details>

### Step1.  학급 생성하기

관리자 계정 생성 후 로그인을 하면 비어있는 학급 페이지가 나옵니다.\
여기서 왼쪽 상단의 \[학급 생성하기] 버튼을 클릭하여 학급을 생성할 수 있습니다.

<figure><img src="/files/biaUo7VNcKtqEEx6e5jQ" alt=""><figcaption><p>학급 생성 버튼 클릭</p></figcaption></figure>

학급 생성 버튼 클릭시, 학급 정보 입력을 위한 팝업 창이 뜹니다.\
팝업 창에 연도, 학년, 반을 입력하고 \[생성] 버튼을 클릭하여 학급 생성을 완료합니다.&#x20;

<figure><img src="/files/94wLDgMQFXgMsm67YNZh" alt=""><figcaption><p>학급 생성 팝업 창</p></figcaption></figure>

<figure><img src="/files/KdpSrAyEavz1FhgcHFax" alt=""><figcaption><p>생성된 학급 페이지 첫 화면</p></figcaption></figure>

### Step2.  학생 초대

학급의 학생들은 구성원 초대 및 관리의 **"학급코드 발급”**&#xC744; 통해 초대할 수 있습니다.

{% hint style="warning" %}
학급 코드는 유효기간이 있으며, 발급 시간으로부터 **“30일”** 동안만 유효합니다.\
30일이 지나면 자동 갱신 되며, 갱신 시 기존 구성원들에게 영향을 미치지 않습니다.\
만료된 코드는 사용이 불가능하므로 남은 기간을 확인한 후 공유하시길 바랍니다.
{% endhint %}

왼쪽 메뉴 중 **\[구성원 초대 및 관리]**&#xB97C; 클릭합니다.

<figure><img src="/files/2nKim20UL09tJDO98uul" alt=""><figcaption><p>구성원 초대 및 관리 클릭</p></figcaption></figure>

\[구성원 초대 및 관리] 페이지 에서 상단의 **\[학급코드 발급] 버튼**을 클릭하세요.

<figure><img src="/files/HwJXSpD6oUq4rEWB7JCI" alt=""><figcaption><p><strong>학급코드 발급 버튼</strong> 클릭 </p></figcaption></figure>

\[구성원 초대 및 관리] 페이지 에서 상단의 **\[학급코드 발급] 버튼**을 클릭하세요.\
앱 다운로드 링크가 포함된 초대 문구가 자동으로 생성됩니다.

학급코드 발급 팝업 창이 열리면, 하단의 **\[초대문구복사]** 버튼을 클릭하세요.

<figure><img src="/files/gpjb4VdjXboItC0qhYg7" alt=""><figcaption><p><strong>학급코드 발급 팝업 창</strong></p></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, and the optional `goal` query parameter:

```
GET https://intellius.gitbook.io/sangnyang/start/class.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.
