> For the complete documentation index, see [llms.txt](https://didisam.gitbook.io/guide-new-ver/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://didisam.gitbook.io/guide-new-ver/features/consulting/contents.md).

# 상담 목록/상세 알아보기

상담 목록과 상담 상세 화면에서는 어떤 내용을 확인할 수 있고, 어떤 구성으로 되어 있는지 같이 알아볼게요!

***

### **상담 목록 알아보기**

<figure><img src="/files/0KrHRJlnQ1wJ37axYkrn" alt=""><figcaption></figcaption></figure>

* 상담 목록에서는 내 채널톡 채널에 유입된 전체 상담 내역과 디디쌤을 통해 생성한 대면 상담 내역 전체를 확인할 수 있어요.
* 카테고리를 선택하여 원하는 카테고리의 상담 내역만 볼 수도 있고, 상세검색을 통해 유형이나 기간을 설정하여 볼 수도 있어요.
* 상담 목록의 각 상담 내역을 클릭하면, 해당 상담 내역의 전체 내용을 확인할 수 있는 상담 상세 화면으로 이동해요.
* 저장된 상담 내역은 삭제나 공유는 불가능해요.

***

### **상담 상세 알아보기 - 전화, 대면 상담 Ver**

<figure><img src="/files/KHgPihp86Jb3oCXn6T49" alt=""><figcaption></figcaption></figure>

* 상담 상세에서는 상담 제목, 상담 대상 등의 상담 기본 정보를 확인할 수 있을 뿐만 아니라 상담 전체 내용과 AI를 통해 제공 받을 수 있는 상담 요약 및 인사이트도 확인할 수 있어요.
* 참여자의 발언 점유율도 확인할 수 있으며, 검색바에 검색어를 입력하여 원하는 내용이 언급된 위치를 찾을 수도 있어요.
* 대면 상담과 전화 상담의 상세 화면에서는 녹음 파일을 다운 받을 수 있을 뿐만 아니라, 대화별 타임라인도 확인할 수 있어요.

***

### **상담 상세 알아보기 - 채팅 상담 Ver**

<figure><img src="/files/sio1p7wXneRqbWxwSUGg" alt=""><figcaption></figcaption></figure>

* 채팅 상담의 상세 화면에서 역시 상담 제목, 상담 대상 등의 상담 기본 정보를 확인할 수 있을 뿐만 아니라 상담 전체 내용과 AI를 통해 제공 받을 수 있는 상담 요약 및 인사이트도 확인할 수 있어요.
* 참여자의 발언 점유율도 확인할 수 있으며, 검색바에 검색어를 입력하여 원하는 내용이 언급된 위치를 찾을 수도 있어요.

***

### **디디쌤 문의하기**

가이드를 따라하기 힘드신 상황이시라면? \
디디쌤 채널톡을 통해 문의해 주세요.**😉** 저희가 도와드릴게요!&#x20;

{% embed url="<https://didisam.channel.io/home>" %}


---

# 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://didisam.gitbook.io/guide-new-ver/features/consulting/contents.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.
