> For the complete documentation index, see [llms.txt](https://book.rochat.ai/rochat_book_zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.rochat.ai/rochat_book_zh/huan-ying-lai-dao-rochat.ai-shi-yong-zhi-nan.md).

# 歡迎來到 Rochat.ai 使用指南

[Rochat AI](https://rochat.ai) 是一款新穎遊戲風格的 AI 角色產品，在 Rochat AI 上，您可以創建自己的 AI 角色並與他們互動。 Rochat 現在推出的遊戲模式意味著您可以透過自然語言簡單的為 AI 角色創建不同的 RPG 類型遊戲。

您在主頁上看到的所有角色都是使用我們的創建工具製作的。如果您準備好加入創作者和角色的世界，那麼本指南就是為您準備的！

<figure><img src="/files/Reky5wWIGBu2JVBoCU2E" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

```
請將此指南視為描述參考，而不是嚴格的指南。 

我們都在共同探索 AI ，指南會隨著時間的推移而更新
```

{% endhint %}


---

# 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://book.rochat.ai/rochat_book_zh/huan-ying-lai-dao-rochat.ai-shi-yong-zhi-nan.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.
