# 채팅 애플리케이션 사용

### 채팅 화면

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

* 관리자 페이지에서 하단의 사용자 페이지 > 채팅을 선택하여 채팅 화면으로 이동합니다.

### 채팅 목록

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

* 사용자 페이지에서는 공유받은 채팅 목록을 볼 수 있습니다.

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

* 즐겨찾기만 보기를 선택하면, 별표 해두었던 채팅 목록만으로 필터링 할 수 있습니다.

### 채팅 사용하기

* 사용할 채팅 카드를 클릭하면 채팅 화면으로 이동됩니다.

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

* 질문을 입력하고 엔터를 누르면 채팅 출력을 확인할 수 있습니다.

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

* 채팅 창을 통해 추가 질문을 이어나갈 수 있습니다.

### 서비스 개발자에게 피드백 하기

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

* 피드백 버튼을 눌러 채팅 답변에 대해 만족, 불만족을 서비스 개발자에게 전달할 수 있습니다.

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

* 서비스 개발자는 해당 피드백을 확인하고 개선하는데 사용할 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://genos-docs.gitbook.io/default/v1.7.5.1/getting-started/application-use/chat-use.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
