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

# 스킬 장착

게임 접속 후 \[캠프] 버튼을 클릭하여 \[캠프] 인터페이스로 들러갑니다.

![](/files/Cugrer5VnD95lZrlCv4Z)

\[캠프] 내의 임의의 전투 NFT를 클릭하여 영웅 자세정보 인터페이스로 들어갑니다.

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

영웅 자세 정보 인터페이스의 오른쪽에는 현재 영웅이 장착하고 있는 스킬이 표시됩니다. 첫 번째 스킬은 영웅기본으로 가지고 있는 수동적인 스킬입니다. 영웅이 30, 60, 90, 120레벨에 도달하면 자동으로 레벨 업됩니다.

![](/files/9h3GBea2DaJjGD48PdJB)

\[+]를 클릭하면 영웅에게 현제 보유하고 있는 스킬을 장착할 수 있습니다. 해당 스킬을 선택하고 \[확인]을 클릭합니다.

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

![](/files/857uXFMzpPViRb8XFDQw)

[\[더 많은 스킬 내용을 확인\]](/dehero_game/dehero_game_kr/undefined-2/undefined.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/dehero_game_kr/undefined-3/undefined-4.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.
