# Setup Your Scene

Check the Party Based RPG demo game to see how this can be used in a game environment. There are treasure boxes throughout the world and dungeon, and two UI buttons that will also open treasure boxes.

Each player also has an inventory, and objects can be passed from player to player by clicking on their portraits, from player to boxes, and from boxes and player to the world.

{% hint style="info" %}
Remember, there are many, many ways to integrate this into your project. Each project is unique, and the module is intended to be flexible to fit all projects which make use of the visual inventory system.

This means that some coding is likely required to fully integrate the system.

If you have any questions,[ join the community to ask questions and discuss things on **Discord**.](https://discord.com/invite/cmZY2tH)
{% endhint %}


---

# 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://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/game-module-systems/inventory/setup-your-scene.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.
