> 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/ch/guide/equip.md).

# 使用技能

入遊戲後，點擊【營地】按鈕，進入【營地】界面

![](/files/1jDusSiUfAomin2RATAe)

點擊【營地】內的任意战斗NFT，進入英雄詳情界面

![](/files/NoRg4dPnZ7lHcnqOlwzE)

在英雄詳情界面右側會顯示當前英雄所裝備的技能。第一個技能是英雄自帶的被動技能，當英雄達到30、60、90、120級時會自動升星

![](/files/3w8PocfvA99uCXToDfWn)

點擊【+】即可為該英雄裝備當前已有的技能。選擇合適的技能，點擊【確認】即可

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

![](/files/efw8BrVMMXIXXBh7ayxD)

[【點此查看更多技能內容】](/dehero_game/ch/zhun-bei/liao-jie-you-xi-jie-mian/backpack.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/ch/guide/equip.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.
