> 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/users.md).

# \[담임 관리자] 학생 계정 관리

교사 또는 관리자가 학급코드로 가입한 학생들의 계정 상태를 쉽게 확인하고 관리할 수 있습니다.

***

### 1.  학생 **계정 및 전체 현황 관리**

* 학생들의 계정 정보, 이름, 이메일 주소를 쉽게 확인할 수 있습니다.
* 위기 알림 현황을 통해 학생들의 상태를 모니터링할 수 있습니다.
* 학생들의 AI 면담 및 심리 검사 이용 횟수를 확인할 수 있습니다.
* 각 학생 계정의 승인 상태를 확인하고 관리할 수 있습니다.

<figure><img src="/files/KfeXF6ufS70nQvpF4x0U" alt=""><figcaption><p>구성원 등록 후 관리 화면</p></figcaption></figure>

### 2.  계정 승인/미승인

* 학생들의 서비스 이용 권한을 승인 또는 미승인으로 설정할 수 있습니다.
* 학생 계정 가입 시 기본 설정은 "승인" 상태입니다.
* 필요한 경우 학생 계정의 승인 상태를 변경하여 서비스 이용을 허용하거나 제한할 수 있습니다.
* 사용자를 선택 후 테이블상단의 승인/미승인 버튼을 클릭하여 설정을 변경합니다.

<figure><img src="/files/4lRwY9nyFjzffzyr7bfG" alt=""><figcaption><p>계정 승인/미승인</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/users.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.
