> For the complete documentation index, see [llms.txt](https://vrmars-3.gitbook.io/vrmars/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vrmars-3.gitbook.io/vrmars/vrmars-mobile/in-game-assets/non-nfts/boxes.md).

# Boxes

In VRMARS, players can receive Fortuna's Boxes as a random reward while in AR System. These boxes contain gems of various levels, which can be used to enhance and upgrade players' Flame Pistol.&#x20;

{% hint style="success" %}
**The contents of the box are randomly generated, so it's never known what players might find inside. It could be a valuable Level 3 Gem, or it could be a less useful Level 1 Gem.**
{% endhint %}

The Fortuna's Box has five quality types:

* **Common**
* **Uncommon**
* **Rare**
* **Epic**
* **Legendary**

Once Fortuna's Box is acquired, the countdown will automatically start, and the length of the countdown depends on the quality of the box. After the countdown ends, players can open the box in the VRMARS Marketplace for a small amount of $VRM. This allows players to access the gems inside and use them to enhance their Flame Pistol.&#x20;

{% hint style="success" %}
**The higher the quality, the longer it takes to open the box. However, higher-quality Fortuna’s Box also has the potential to contain more valuable Gems.**
{% endhint %}

> #### *<mark style="color:purple;">**With this exciting feature, players have an additional incentive to engage in Solo Mode and explore the VRMARS world to find and unlock Fortuna's Boxes.**</mark>*


---

# 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://vrmars-3.gitbook.io/vrmars/vrmars-mobile/in-game-assets/non-nfts/boxes.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.
