> For the complete documentation index, see [llms.txt](https://kim-meow.gitbook.io/kim_meow-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kim-meow.gitbook.io/kim_meow-docs/undefined-9.md).

# 퍼플톡으로 인게임 채팅을 보자!

퍼플톡(PC, 모바일)을 사용해서 게임을 접속하지 않아도 채팅을 볼 수 있어요.

특히, 이미지 전송과 URL을 공유할 수 있다는 장점이 있는데요.\ <mark style="color:$danger;">**(URL클릭은 항상 조심하셔야 해요. 신뢰하지 못하는 URL 클릭 금지!)**</mark>

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

PC 클라이언트(게임 실행 창) 왼편에 \[TALK]를 누르면 됩니다.

<figure><img src="/files/hEr9kwZy6A8S12V4goOo" 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://kim-meow.gitbook.io/kim_meow-docs/undefined-9.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.
