# Game Chat(한국어)

- [V3 사용 시작](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3.md): Game Chat 대시보드에서 채팅을 운영하고 관리하는 방법, 채팅과 관련된 통계를 확인하는 방법과 네이버 클라우드 플랫폼의 다양한 서비스와 연동하는 방법을 설명합니다.
- [Unity SDK 설치](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/unity-sdk.md): Unity SDK 사용에 대해 안내합니다. SDK를 설치하고 환경을 구성함으로써 채팅과 대시보드를 연동할 수 있습니다.
- [초기화](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined.md)
- [로그인](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-1.md)
- [채널](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-2.md)
- [메시지](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-3.md)
- [이벤트](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-4.md)
- [친구](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-5.md)
- [푸시](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-6.md)
- [가져오기&내보내기](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/and.md)
- [고정 메시지](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-7.md)
- [외부연동](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-8.md)
- [사용예제](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/undefined-9.md)
- [Troubleshooting](https://docs.gamechat.me/basics/game-chat-v3/game-chat/v3/troubleshooting.md): 서비스 이용 중 발생할 수 있는 오류와 해결 방법을 안내합니다.


---

# 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://docs.gamechat.me/basics/game-chat-v3/game-chat.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.
