# Game Chat(한국어)

## Game Chat이 제공하는 다양한 기능

* 효과적인 운영을 돕는 대시보드\
  모바일에서도 접근 가능한 대시보드는 직관적인 디자인으로 편리하게 사용할 수 있습니다. \
  메시지 통계 확인, 채팅 채널 관리, 유저 차단, 비속어 필터링, 채팅 메시지 검색 및 다운로드 등 다양한 기능을 지원하여 언제 어디서든 게임을 관리할 수 있습니다.
* 1:1 프라이빗 메시지\
  특정 사용자에게 알림 메시지를 전달할 수 있고 사용자 간 1:1 채팅 시스템을 안정적으로 지원합니다.
* 다국어 메시지 실시간 자동 번역\
  다양한 나라의 사람들과 편하게 대화할 수 있도록 네이버의 강력한 AI 번역 솔루션인 파파고와의 연동 기능을 제공합니다. 자동 번역 기능을 활용하여 글로벌 사용자와 쉽게 커뮤니티를 구축할 수 있습니다.
* 비속어 및 악성 사용자 차단\
  건강한 채팅 환경 구성을 위해 욕설 및 비속어가 포함된 메시지를 필터링하고 삭제할 수 있으며, 악성 사용자(플레이어)는 일정 기간 동안 채팅을 이용할 수 없도록 설정할 수 있습니다.
* 실시간 분석 지표\
  사용자 접속 현황, 메시지 전달 현황 등을 분석할 수 있도록 다양한 분석 지표를 제공합니다.

## Game Chat 사용 가이드 안내

Game Chat 사용 가이드는 효과적으로 Game Chat를 이용할 수 있도록 다음과 같은 주제로 구성되어 있습니다.

* Game Chat 개요: Game Chat의 소개 및 기능 안내
* [Game Chat 사용 준비](/basics/game-chat-v2/quickstart/game-chat.md): Game Chat 사용 전 미리 준비할 사항 안내
* [Game Chat 시작](/basics/game-chat-v2/quickstart/publish-your-docs.md): Game Chat 서비스 이용 신청 방법 안내
* Game Chat 사용: Game Chat 사용자가 이용할 수 있는 기능에 대한 사용 방법 안내
  * [Game Chat 운영 및 관리](/basics/game-chat-v2/quickstart/publish-your-docs/game-chat.md): Dashboard 접속 방법 및 Dashboard 사용 방법 안내
  * [Game Chat Unity SDK](/basics/game-chat-v2/quickstart/publish-your-docs/unity-sdk.md): Unity용 Game Chat SDK를 사용하는 방법 안내


---

# 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-v2/quickstart.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.
