> For the complete documentation index, see [llms.txt](https://docs.gamechat.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamechat.me/basics/game-chat-v2/game-chat-ri-ben-yu/game-chat-wosuru.md).

# Game Chat を開始する

## Game Chat サービスの申し込みおよびプロジェクトの作成

Game Chat サービスの申し込みおよびプロジェクトの作成には、<cs@nbase.io> のメールアドレスに使用したいプロジェクト名を記載して申請してください。

### プロジェクトの管理

プロジェクト名の変更、管理者アカウントのパスワードリセット、プロジェクトの削除などについては、<cs@nbase.io> のメールアドレスを通じてご依頼ください。

> 注意
>
> プロジェクトを削除すると、プロジェクトの保有データがすべて削除されますのでご注意ください。

## 有料プランへの切替

プロジェクトを作成すると、1日最大200CCUを使用できる無料開発用プロジェクトとして作成されます。200CCU以上使用するには、有料に切り替える必要があります。 プロジェクトを有料に切り替える方法は、以下のとおりです。

1. Game Chat 管理ページ（ダッシュボード）にログインしてください。
2. 管理ページ下部に表示された \[有料に切替] ボタンをクリックします。&#x20;
3. 通知画面を確認して \[確認] ボタンをクリックします。

> 注意
>
> 無料環境から有料環境に切り替えてからは、再度無料環境には戻れませんのでご注意ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gamechat.me/basics/game-chat-v2/game-chat-ri-ben-yu/game-chat-wosuru.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
