> 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/plugins-and-integrations/other-integrations/roblox/sample-game-2.md).

# Sample Game 2

### [Click here to play the game in Roblox](https://www.roblox.com/games/11390008146/Aquaponics-Game)

<figure><img src="/files/GeSBrIjbEHA56XtUYYRy" alt=""><figcaption><p>InGame Scene</p></figcaption></figure>

This is another simple game that you can access, ask questions and get them answered by the assistant bot.

{% hint style="warning" %}
For beginners, we provide 50 sample conversations that they can carry out with the characters they want, without setting up their API Key. To continue with more conversation, please get your API Key from our site and enter the value in the respective input box at the bottom left corner, and press ENTER.
{% endhint %}

### Play the Game:

To play the game follow the given steps:

1. Get your API Key from our website. It is necessary to carry on any conversation in the game after the free quota has expired.
2. Visit the link given above for the game.<br>

   <figure><img src="/files/1hcKv6dZ45zi5dwoUUQ9" alt=""><figcaption></figcaption></figure>
3. Click on the green Play button. That will open Roblox locally for you to play.
4. You are ready to converse with the character

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

   Click on the **Understood** button, to close the notifications. Read it once though.\
   Enter the API Key in the bottom left section of the screen.\
   Remember to press **ENTER** after entering the value to register it in the backend.
5. Now click on the Chatbox Icon or press the "/" icon on the keyboard to start a conversation. Type out the text and press **ENTER**.<br>

   <figure><img src="/files/OywBfhfdtM5IVmpp8qwL" alt=""><figcaption></figcaption></figure>
6. That's it. You can continue your conversation and keep exploring the environment.


---

# 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.convai.com/api-docs/plugins-and-integrations/other-integrations/roblox/sample-game-2.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.
