> 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/manage/class-data.md).

# 학급별 데이터 모니터링

학생들의 상냥이 챗봇 대화 데이터로 부터 분석된 데이터와 심리검사 결과를 모니터링 하고 전체 학급의 현황을 파악하는데 도움을 줍니다.

좌측 메뉴의 “홈” 을 클릭하면 학급 데이터 통계 페이지를 확인할 수 있습니다.

***

### 1.  학급 데이터 모니터링

* 각 반의 전체 학생 수, 위기학생 수, AI 면담 수를 실시간으로 확인할 수 있습니다.
* 학급 내에서 주로 나타나는 호소문제와 감정을 워드클라우드를 통해 시각적으로 파악할 수 있습니다.
* 학생들의 챗봇 대화 데이터와 심리검사 결과를 통합하여 분석된 데이터를 활용하여 학급의 전반적인 상태를 쉽게 이해하고 관리할 수 있습니다.

<figure><img src="/files/9LNgwKpUHnyScahSEJfa" alt=""><figcaption><p>학급 데이터 모니터링</p></figcaption></figure>

### 2.  학급 알림

* 학생 위기 현황에 대한 알림을 제공함으로써 학생들의 위기상황에 대한 조기 개입이 가능합니다.
* 학생들의 챗봇 대화 데이터가 분석되면서 발견되는 호소 문제 중에서, 정신적으로 심각한 호소 문제가 연속적으로 나타날 경우 알림을 제공합니다.
* 학생의 심리검사 결과가 고위험으로 분류될 경우에도 알림을 제공합니다.
* 알림을 받은 교사나 관리자는 해당 학생의 상세 정보를 확인하고, 필요한 경우 상담사 또는 다른 전문가에게 연계할 수 있습니다.

{% hint style="warning" %}
알림기능은 "책임에 대한 문제" 로 인해 문자나 SNS로 제공하지 않습니다.
{% endhint %}

<figure><img src="/files/lkGnDiAgUr8Qpz2SvXx6" 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/manage/class-data.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.
