# Game Chat を使用する前に

## サービスのスペック

Game Chatで提供するSDKは、以下の環境で使用できます。

<table><thead><tr><th width="220">開発環境</th><th>システム要件</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="91">課金基準</th><th width="92">料金</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 KRW</td><td>ネットワーク転送量2TB含む</td></tr></tbody></table>

* Game Chat サービスは開発無料区間として200 CCUが提供されます。&#x20;
* CCUは、チャットチャンネルに同時に接続されたアクティブユーザーの数で集計される同時接続ユーザーを指します。

## 追加料金

<table><thead><tr><th width="205">タイプ</th><th width="241">課金区間</th><th width="90">課金基準</th><th width="103">料金</th><th width="100">備考</th></tr></thead><tbody><tr><td>追加CCU</td><td>2,000超過 ～ 10,000以下</td><td>CCU</td><td>150 KRW</td><td></td></tr><tr><td>追加CCU</td><td>10,000超過</td><td>CCU</td><td>100 KRW</td><td></td></tr><tr><td>追加ネットワーク使用量</td><td>2TB超過</td><td>GB</td><td>100 KRW</td><td></td></tr></tbody></table>

* 基本料金区間でCCUが超過した場合、追加料金が課金されます。
* 料金の例\
  \- 11月1日から11月30日までの期間に2,500 CCUを使用した顧客（500 CCU超過）\
  \- （7,333 KRW \* 30日） + （500 CCU \* 150 KRW） = 219,990 KRW + 75,000 KRW = 294,990 KRW


---

# 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/game-chat-ri-ben-yu/game-chat-wosuruni.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.
