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

# 학생 상담 관리

선생님은 고민 메신저 기능을 통한 학생의 고민 인터뷰 요약 리포트와 직접 상담한 내용을 기록하고 관리할 수 있습니다.

개별 페이지 상단의 \[상담관리] 탭을 클릭하시면 상담관리 화면으로 이동할 수 있습니다.

***

### **1.  고민 메신저**

{% hint style="info" %}
고민 메신저는 AI가 학생 인터뷰를 통해 학생의 고민 내용을 파악하고 요약하여 교사나 연관기관에 전달해 주는 기능입니다. 이를 통해 선생님께 직접 이야기하기 어려운 학생들의 고민을 파악하는데 도움을 주며, 선생님이학생들을 일일이 면담 해야하는 수고를 덜어 줄 수 있습니다.
{% endhint %}

<figure><img src="/files/5bPd24A8rsUBkYwLYLXJ" alt=""><figcaption><p>고민 메신저 프로세스</p></figcaption></figure>

**AI 고민 인터뷰 내용 요약**&#x20;

* 학생들의 고민 내용에 대한 한줄 요약 및 세부내용 요약 리포트를 확인할 수 있습니다.

<figure><img src="/files/rSy2zQuA4wUXCwtwJp2N" alt=""><figcaption><p><strong>AI 고민 인터뷰 내용 요약</strong> </p></figcaption></figure>

**AI 고민 인터뷰 전체 내용 확인**

* 요약 리포트를 클릭하면 AI 고민 메신저를 통해 수집된 학생의 인터뷰 전체 내용을 확인할 수 있습니다. 이를 통해 학생의 고민과 감정 상태를 더욱 상세하게 파악할 수 있습니다.

<figure><img src="/files/PnEbVnJ2qvxZ2wPVahVx" alt=""><figcaption><p>AI 고민 인터뷰 전체 내용 확인</p></figcaption></figure>

### **2.  상담 일지 작성**

상담일지 기능을 활용하여 학생별 상담일지를 작성하고 관리할 수 있습니다.\
\[상담관리] 섹션에서 일지작성 버튼을 클릭하시면 상담 일지를 작성할 수 있습니다.&#x20;

<figure><img src="/files/blsf4tFeJAYDiCjUUudp" alt=""><figcaption><p>일지작성 클릭</p></figcaption></figure>

<figure><img src="/files/O8e7VUhNUxc9Y8BI2c0B" alt=""><figcaption><p>일지작성</p></figcaption></figure>

### **3.  인적사항 확인**

인적사항 기능을 활용하여 학생과 보호자의 인적사항 및 특이사항을 작성하고 관리할 수 있습니다.

<figure><img src="/files/u0kHjrOAPAsiNBfTZZfj" 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, and the optional `goal` query parameter:

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