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

# \*상담 관리자/담임 관리자란?

관리자 권한은 상냥이 관리자 서비스에서 학급 및 기관 관리를 위해 사용됩니다. \
이 권한은 "상담 관리자"와 "담임 관리자"로 구분되며, 각 권한에 따라 다른 권한이 부여됩니다.

***

### 관리자 권한 및 대상

<table><thead><tr><th width="103.33333333333331" align="center">구분</th><th>상담 관리자</th><th>담임 관리자</th></tr></thead><tbody><tr><td align="center">권한</td><td><ol><li>상담 관리자 계정 로그인 시 상단에 있는 <mark style="background-color:purple;">학급 검색</mark> 기능을 통해 기관 내 모든 학생의 목록 확인이 가능합니다.</li><li>상담 관리자는 모든 학급 학생들의 상담 일지를 작성 및 열람할 수 있습니다.</li><li>상담 관리자는 기관 또는 선생님의 판단에 따라 자유롭게 지정할 수 있으며 필수 사항은 아닙니다.</li></ol></td><td><ol><li>담임 관리자는 학급 페이지를 생성하고 생성된 학급의 학생을 관리할 수 있습니다.</li><li>담임 관리자는 관리중인 학급의 학생의 상담 일지를 작성 및 열람할 수 있습니다.</li></ol></td></tr><tr><td align="center">대상</td><td><ul><li>교내 상담 선생님</li><li>교내 보건 선생님</li><li>학교 사회복지사</li><li>진로진학 담당 선생님</li><li>교장, 교감, 교무부장 선생님</li></ul></td><td><ul><li>담임 선생님</li></ul></td></tr></tbody></table>


---

# 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/signup_option1.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.
