> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/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/koren/wo-de/undefined.md).

# 나의 가방(장비)

**가방에서 현재 지갑 주소 아래 방치된 장비를 확인·관리할 수 있습니다.**

![](/files/Sfk3RnNqdKDQCJ31tULk)

**방치된 카드:** 이미 획득했지만 슬롯에 넣지 않은 카드.

**기부:** 플레이어는 기부 기능을 통해 친구에게 카드를 일괄적으로 보낼 수 있습니다.

{% hint style="info" %}
기부 과정은 블록체인에 저장되어 일정한 가스비가 부과됩니다.
{% endhint %}

**장비 보물상자:** 현재 장비 보물상자 한 가지만 있으며 보물상자를 열면 다음 그림의 확률에 따라 해당 장비를 얻을 수 있습니다.

{% hint style="info" %}
장비 보물상자 오픈 과정은 블록체인에 저장되어 일정한 가스비가 부과됩니다.
{% endhint %}

![](/files/3chp5xKn6oKU4cfj2ZFt)

![](/files/m6A1yhcOAbcZWtKbmbzN)


---

# 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/koren/wo-de/undefined.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.
