> 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/english-2/collect/4-8.md).

# 批量放置英雄/装备

**批量功能可以让玩家更高效地利用闲置卡牌，扩充战斗力**

点击集卡界面右侧偏下的“批量”按钮即可打开批量功能

![](/files/tev665lNen9CKRn88RJn)

**英雄批量操作**

* 点击“放置/替换”按钮，可批量放置/替换当前拥有的最高战力卡牌，快速提升战斗力
* 点击“快捷升级”按钮，可以显示当前可升级的所有英雄卡槽
* 点击“移除硬性”按钮，可以让玩家批量移除英雄（单次最多20）

{% hint style="info" %}
以上3种操作均为上链操作，需要通过钱包发送交易并消耗一定BNB作为手续费
{% endhint %}

![](/files/EqvM2ur8JNvGsMTk3DMW)

**装备批量操作**

* 点击“放置/替换”按钮，可批量将装备放入卡槽中
* 点击“移除装备”按钮，可以让玩家批量移除装备（单次最多20）

![](/files/0HOLxV9caglobRLla5vb)

{% hint style="info" %}
以上3种操作均为上链操作，需要通过钱包发送交易并消耗一定BNB作为手续费
{% endhint %}


---

# 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/english-2/collect/4-8.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.
