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

# 장비 시스템 가이드

**장비는 어떻게 획득하나요?**

* 게임 홈페이지-장비 상점

{% content-ref url="/pages/adiybhTct5LCnLyoGIVh" %}
[장비상점](/dehero/koren/shou-ye/undefined.md)
{% endcontent-ref %}

**장비는 어떤 역할을 하나요? 영웅의 장비는 어떻게 골라야 할까요?**

* 영웅 직업 대조표/직업별 능통한 장비 대조표

{% content-ref url="/pages/IThsmGoQFpUGauILwoSm" %}
[직업과 무기 보너스](/dehero/koren/ji-ka/undefined-1.md)
{% endcontent-ref %}

* 장비도감/장비 전투력 보너스 대조표

{% content-ref url="/pages/DtgO7In46BujqZhoTSYg" %}
[장비도감](/dehero/koren/ji-ka/undefined-2.md)
{% endcontent-ref %}

**영웅에게 어떻게 무기를 장착하나요?**

* 카드 세트에서 영웅에게 무기 하나 장착

{% content-ref url="/pages/HBErkrsM31Qn2Pa7McWn" %}
[카드 세트에 무기 하나 배치](/dehero/koren/ji-ka/undefined.md)
{% endcontent-ref %}

**장비는 어떻게 구입/판매하나요?**

* 거래시장(장비)에서 장비 구입/판매 가능

{% content-ref url="/pages/vnGFxVVSR6BEsr5iiZhT" %}
[거래시장(장비)](/dehero/koren/jiao-yi/undefined.md)
{% endcontent-ref %}

**현재 방치된 장비는 어떻게 확인하나요? 장비 보물상자는 어떻게 오픈하나요?**

* 방치된 장비/장비 보물상자

{% content-ref url="/pages/B2ez32t5HS2sCo2OTRiw" %}
[나의 가방(장비)](/dehero/koren/wo-de/undefined.md)
{% endcontent-ref %}


---

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