# Environments

<figure><img src="/files/83Y4sBMXtjOTJl9WIVu5" alt=""><figcaption><p>Sample of an emptyEnvironment</p></figcaption></figure>

The Environment (Rooms) serves as the Monsters' residence. It can be personalized by placing Items.&#x20;

Each environment has a rarity, a max quantity of items that can accomodate, a description and a unique design.

Rarity affects the max amount of Items that can be put into an Environment *(numbers are provisional)*

<table><thead><tr><th width="159">Rarity</th><th width="142">Slots</th></tr></thead><tbody><tr><td>Common</td><td>25</td></tr><tr><td>Rare</td><td>35</td></tr><tr><td>Epic</td><td>50</td></tr><tr><td>Legendary</td><td>75</td></tr><tr><td>Mythic</td><td>120</td></tr></tbody></table>

###

### Distribution

<figure><img src="/files/VHtCV59NkAEdAJR6HVMU" alt=""><figcaption><p>Sample of an empty Environment</p></figcaption></figure>

Environments can be found within Chests and they can be:

* Standard
* Limited Edition

{% hint style="success" %}
**Exclusive OG Environments** can be found within **OG Whale Packs,** a chest full of in-game assets that will be airdropped only to Monsters PFP holders. [Learn more here](/nft/monsters-pfp-and-drop.md).
{% endhint %}

<figure><img src="/files/x90uZ0it5Arim5WST765" alt=""><figcaption><p>Sample of a minimal, romantic and furnished environment</p></figcaption></figure>

{% hint style="info" %}
All the Environments, as well as the other in-game assets are exportable as NFTs and tradeable on the secondary market and backwards.
{% 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://whitepaper.monsterrooms.io/nft/environments.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.
