> For the complete documentation index, see [llms.txt](https://docs.monstainfinite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monstainfinite.com/summary/monsta-infinite/monstaverse/open-world.md).

# Open World

Players can own assets and purchase land to place their assets. Assets must be crafted from materials collected throughout the world map.‌

**Crafting Recipes**

<figure><img src="/files/FPn99lgaHhJFUgbgt3xm" alt=""><figcaption><p>Crafting and Forging</p></figcaption></figure>

Assets will have their predefined functionality in the game for various activities, but recipes are needed to customize their looks. It adds an aesthetic layer on top of existing assets, which can be customized to your desires within the allowed constraints. Players can design their in-game dream land and share recipes with one another!‌

Adding recipes to objects will increase the material costs, depending on the colors and shapes used in the design. Artists can also sell their designs in the marketplace for other players to use in crafting, allowing players to choose from a variety of themes to decorate their land.‌

**Co-building**‌

<figure><img src="/files/t1AxzTRKRvWgxxBp8JiQ" alt=""><figcaption><p>Co-Building</p></figcaption></figure>

Players can give permission to other players to cooperate and contribute assets to their land, allowing others to build together.‌

**Hosting Events**‌

Players are allowed to invite others to their land and host a variety of events. The host can initiate party games and social activities in their respective land. The host can choose to give a personal reward to the winner to make the games more competitive and fun, attracting more players to their land. Popular attractions may be featured!


---

# 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.monstainfinite.com/summary/monsta-infinite/monstaverse/open-world.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.
