> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/other-integrations/roblox/sample-game-2.md).

# 示例游戏 2

### [点击这里在 Roblox 中游玩游戏](https://www.roblox.com/games/11390008146/Aquaponics-Game)

<figure><img src="/files/a5790211f7f813f07799476154acb8199c8e55fe" alt=""><figcaption><p>游戏内场景</p></figcaption></figure>

这是另一个简单的游戏，你可以访问、提问，并由助手机器人为你解答。

{% hint style="warning" %}
对于初学者，我们提供 50 段示例对话，他们可以与想要的角色进行这些对话，而无需设置 API Key。若要继续进行更多对话，请从我们的网站获取你的 API Key，并将其值输入到屏幕左下角相应的输入框中，然后按下 ENTER。
{% endhint %}

### 游玩游戏：

要游玩游戏，请按照以下步骤：

1. 从我们的网站获取你的 API Key。在免费额度用尽后，继续在游戏中进行任何对话都需要它。
2. 访问上面给出的游戏链接。<br>

   <figure><img src="/files/cec6d86913d3ed84a0ebcb966215673849a48c24" alt=""><figcaption></figcaption></figure>
3. 点击绿色的 Play 按钮。这将为你本地打开 Roblox 供你游玩。
4. 你已准备好与角色对话

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

   点击 **明白** 按钮，用于关闭通知。不过请先阅读一遍。\
   在屏幕左下角输入 API 密钥。\
   记得按下 **ENTER** ，以便在输入该值后将其记录到后端。
5. 现在点击聊天框图标，或者按键盘上的“/”图标开始对话。输入文本并按下 **ENTER**.<br>

   <figure><img src="/files/c119fe1473487b8ca6c59e7f40d7b7851a5fc5d3" alt=""><figcaption></figcaption></figure>
6. 就这样。你可以继续对话，并继续探索环境。


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/other-integrations/roblox/sample-game-2.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.
