> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/mobmanual/counseling-notes/view-manage.md).

# 상담일지 조회/관리하기

{% hint style="info" %}
고객의상담일지를 조회할 때 알아둬야 하는 기능들을 알려드릴게요!
{% endhint %}

## 👀 상담일지 조회하기

### 방법 1️⃣ 현황판에서 연결된 상담일지 조회하기

![](/files/O4MXrTpE16sFnRMyG6sZ)

{% stepper %}
{% step %}
연결된 상담일지가 있는 일정을 클릭해주세요.
{% endstep %}

{% step %}
열린 일정 세부정보창 하단 연결정보에서 해당 상담내역을 클릭해주세요.
{% endstep %}

{% step %}
클릭 시, 상담 세부정보가 확인됩니다.
{% endstep %}
{% endstepper %}

### 방법 2️⃣ 고객정보창에서 상담일지 조회하기

![](/files/Crm3utoViRZPpB2JQCF8)

{% stepper %}
{% step %}
고객 정보창 상단에 \[상담 내역]을 클릭한 뒤, 확인 할 상담내역을 클릭해주세요.
{% endstep %}

{% step %}
해당 상담 내역 일지가 확인가능합니다.
{% endstep %}
{% endstepper %}

## 🔧 상담일지 수정/삭제하기

![](/files/w8kYGP0m8wWSK5RRe880)

{% stepper %}
{% step %}
고객정보창에서 \[상담내역]을 클릭합니다.
{% endstep %}

{% step %}
수정 및 삭제할 상담내역에 더보기 아이콘을 클릭합니다.
{% endstep %}

{% step %}
수정하기/삭제하기를 진행해주세요.
{% endstep %}

{% step %}
상담세부정보창에서도 오른쪽 상단 수정/삭제 아이콘으로 진행이 가능합니다.
{% endstep %}
{% endstepper %}


---

# 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://sangdamtoday.gitbook.io/intro/mobmanual/counseling-notes/view-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.
