# 3. Opening a chest

### 3.1 Accessing the game website

To open your chests and containers, in addition to having access to all the project's features, you need to access a second link ( <https://playtest.mining-squad.app> )

{% embed url="<https://playtest.mining-squad.app>" %}

### 3.2 Creating a profile

To accumulate exp, monitor your dashboard, and obtain benefits the more you participate, create a profile on the site's home screen. For more details read the session [Experience System](/en/readme/extras/experience-system.md)

### 3.3 Opening your first chest

After the account is created, the user can navigate to the Inventory tab through the Menu, check their inventory and select the chest they want to open.

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

After clicking the button to open your chest, confirm the transaction in your wallet, and wait for the transaction to be completed. At this point, after confirming the transaction in the wallet, even if the screen is closed or the page is updated, don't worry, you will soon see your miner in your inventory. If the transaction receives a failure status in the metamask, ensure that you have updated the gas rate for the test network as per step 2.2 of the session [2. Buying a chest on testnet](/en/readme/extras/manuais/testnet-beta/2.-buying-a-chest-on-testnet.md)

After confirming the transaction, wait for the animation to verify your miner.

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

You can use the filters or sorting on the inventory page to check out your new miner.

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


---

# 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://docs.mining-squad.app/en/readme/extras/manuais/testnet-beta/3.-opening-a-chest.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.
