# Game Chat使用前准备

## 服务配置 <a href="#undefined" id="undefined"></a>

Game Chat提供的SDK支持在以下环境中使用。

<table><thead><tr><th width="198">开发环境</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="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>付费转换时，计费开始 包含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="185">类型</th><th width="229">收费区间</th><th width="96">收费标准</th><th width="149">费用</th><th width="70">备注</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-zhong-wen/game-chat-shi-yong-qian-zhun-bei.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.
