> 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/backpack.md).

# Backpack

You can manage and browse your NFTs, equipment, skills, etc. under you current wallet address in your **\[Backpack]**.

![](/files/ZbAqK6kR0fqPOBTscqbx)

Clicking on any hero to view hero details, including profession, currently acquired skills, and various attributes.&#x20;

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

**Card Placement:**&#x20;

Place your hero NFTs from your wallet into the card slots.&#x20;

Tips: card placing is an on-chain activity which requires a certain gas fee.&#x20;

**Hero Professions:**

Knight, Lancer, Warrior, Archer, Hunter, Shotter, Professor, Mage, Prophet

**Hero Attributes:**

Basic Attributes: Strength, Agility, Spirit

Primary Attributes: Attack, HP, Speed

Secondary Attributes: Armor, Magic Resist, Crit

**Card Qualities:**

![](/files/Anz3j6RJqxMOmyaCJh1z)

**Card Transfer:**

You can send cards to friends in batches through the transfer function.&#x20;

Tips: card transfer is an on-chain activity which requires a certain gas fee.&#x20;

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

**Skills**:

View skill NFTs in your backpack.&#x20;

![](/files/K6WHUGqRXjecspvjqSgT)

**Card Pack:**

Displays all unopened skill card packs. Open the card pack to get the skill.&#x20;

![](/files/lBIsYhmKa7pbYuWPl2Ep)

**Shop:**

Use 100 fragments or 15 COINs to exchange for a skill card pack. Open the card pack to get the skill.&#x20;

![](/files/aE76vayxMQ1GRx06L8Ah)

**Rising Star:**

With 3 skills of the same level, you can upgrade the skill to a higher level.&#x20;

![](/files/7U8kcLXeRDQB4sHf7RlB)

![](/files/Yr8NpXBEZFereTYqI8ym)

**Others:**&#x20;

Displays obtained props such as EXP packs, energy packs, resurrection tickets, etc.&#x20;

![](/files/xBtmpKbmOoI091vPUm5G)


---

# 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/backpack.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.
