> For the complete documentation index, see [llms.txt](https://docs.klaykingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaykingdoms.com/guide/guidebook/beginner/messeging.md).

# 채팅

## 채팅 입력

* 채팅 시작을 선택하거나 ENTER키를 입력하면 화면 상단에 입력창이 표시됩니다.&#x20;
* 텍스트 입력 시 채팅 화면과 캐릭터 상단에 말풍선이 표시됩니다.

<figure><img src="https://lh3.googleusercontent.com/iwlZ6V15yhDLWbmyALWgtCmGoRPDsM7LoaQOXvX5O-IkymuiEtX85Q5-qBJEyViz044C-1iwjP7nij6lMA3cQPZpAO_mDxNBItLCUAiTngds62ao7rz0IlMc3cu5o0uqoIbfGyox8SpIfxZ6HSOL0A0" alt=""><figcaption></figcaption></figure>

## 추가기능

* 채팅 필터를 설정해서 목적에 맞는 채팅을 할 수 있습니다. 감정표현으로 상대방과 소통할 수 있습니다.

<figure><img src="https://lh5.googleusercontent.com/mnQti0SEKEu4iZ6VilIlXEeF7b7UL5K8YjajTyVwnFoSkYOv7Ak0Q6Q63A_kKNFcKnE6Mt9hnkyoQu8qoHrDbiE7t01u1dh6MKkacVXyJ6cKXLcfYLzVSGYYcAKVI0SuxCIofCp3eEZfQz5R34o6Azk" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="72.33333333333331">  번호</th><th width="145">명칭</th><th>설명</th></tr></thead><tbody><tr><td>   1</td><td>채팅 종류 필터</td><td><p>채팅 용도에 따라 필터를 변경할 수 있습니다. </p><p>귓속말을 선택하면 유저/친구와 채팅 할 수 있습니다.</p></td></tr><tr><td>   2</td><td>감정표현 선택</td><td>다양한 종류의 감정표현을 선택할 수 있습니다.</td></tr><tr><td>   3</td><td>감정표현 표시</td><td>선택한 감정표현이 캐릭터 상단에 표시됩니다.</td></tr></tbody></table>

{% hint style="warning" %}
**이 문서는 2023-03-02에 업데이트 되었습니다. 일부 내용은 게임과 다를 수 있습니다**
{% endhint %}


---

# 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://docs.klaykingdoms.com/guide/guidebook/beginner/messeging.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.
