# Game Chat 사용 준비

## 서비스 사양

Game Chat에서 제공하는 SDK는 아래와 같은 환경에서 사용할 수 있습니다.

<table><thead><tr><th width="145">개발 환경</th><th width="213">요구 사양</th></tr></thead><tbody><tr><td>Unity</td><td>Unity 2018.4.0 이상</td></tr></tbody></table>

## 이용 요금

프로젝트 생성 시 무료 프로젝트로 생성되며, 유료 전환 시 비용이 발생합니다.

<table><thead><tr><th width="125">타입</th><th width="153">과금 구간</th><th width="98">과금 기준</th><th width="93">요금</th><th width="257">비고</th></tr></thead><tbody><tr><td>무료</td><td>200 CCU 이하</td><td>일</td><td>무료</td><td>유료 전환 시, 과금 시작<br>네트워크 사용량 100GB 포함</td></tr><tr><td>유료 기본료</td><td>2,000 CCU 이하</td><td>일</td><td>7,333원</td><td>네트워크 전송량 2TB 포함</td></tr></tbody></table>

* Game Chat 서비스는 개발 무료 구간으로 200 CCU가 제공됩니다.
* CCU는 동시접속사용자로 채팅 채널에 동시에 접속된 활성 사용자 수로 집계됩니다.

## 추가 요금

<table><thead><tr><th width="185">타입</th><th width="213">과금 구간</th><th width="100">과금 기준</th><th width="100">요금</th><th width="100">비고</th></tr></thead><tbody><tr><td>추가 CCU</td><td>2,000 초과 ~ 10,000 이하</td><td>CCU</td><td>150원</td><td></td></tr><tr><td>추가 CCU</td><td>10,000 초과</td><td>CCU</td><td>100원</td><td></td></tr><tr><td>추가 네트워크 사용량</td><td>2TB 초과</td><td>GB</td><td>100원</td><td></td></tr></tbody></table>

* 기본요금 구간에서 CCU가 초과 시 추가 요금이 과금됩니다.
* 요금 예시\
  \- 11월 1일부터 11월 30일간 2,500 CCU 사용 고객(500 CCU 초과)\
  \- (7,333 원 \* 30일) + (500CCU \* 150 원) = 219,990 원 + 75,000 원 = 294,990 원


---

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