> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero_game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero_game/ready/game-interface/camp.md).

# Camp

You can manage and browse Hero NFTs that have been placed in the camp.&#x20;

<div align="left"><figure><img src="/files/8O5azp7aSjpScWw1WHtq" alt=""><figcaption></figcaption></figure></div>

**Place NFTs:**&#x20;

Place your Hero NFTs from your wallets into the camp.&#x20;

Tips: Cards below blue quality cannot be placed.&#x20;

<div align="left"><img src="/files/3lDgEKUJHd5mL4655hPF" alt=""></div>

**Extract NFTs:**&#x20;

Withdraw Hero NFTs from the camp into your wallets.&#x20;

<div align="left"><img src="/files/Cf5ClvQZ6bW0fizgYERY" alt=""></div>

**Batch Charge:**&#x20;

Quickly charge the selected hero, which requires a certain amount of COIN.&#x20;

<div align="left"><img src="/files/ZcXa7dsVgoTRWJb071Tu" alt=""></div>

Clicking on any hero to view hero details. You can also upgrade the hero, configure skills, and conduct other actions.&#x20;

![](/files/NPICxsv8gebNOjbf7d0V)

**Upgrade:**&#x20;

One-click to upgrade the hero to the highest level possible.&#x20;

**Skills:**&#x20;

Click the **\[+]** button to equip the hero with currently acquired skills.&#x20;

**Recharge:**

Click the **\[+]** button to recharge the hero.&#x20;

**Increase EXP:**&#x20;

Use the EXP packs to increase the EXP of the hero.&#x20;

**\[**[**Click here to see how to upgrade**](/dehero_game/advanced/upgrade-cards.md)**]**

**\[**[**Click here to see how to use skills**](/dehero_game/equip-skills.md)**]**


---

# 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://mixmarvel.gitbook.io/dehero_game/ready/game-interface/camp.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.
