> 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/ji-ka/place-heroes-equipment-in-batches.md).

# Place Heroes/Equipment in Batches

The batch function allows players to use idle cards more efficiently to expand their combat effectiveness.

Click the “Batch” button at the bottom of the right side of the card book interface to open the batch function.

![](/files/6YYKx46FneBrWDY1P5YD)

**Hero Batch Operation**

* Click the “Place/Replace” button to place/replace the current highest fight capacity cards in batches to quickly improve combat effectiveness.
* Click “Quick Upgrading”button to display all hero slots that can be upgraded.
* Click the “Remove Heroes” button to allow players remove heroes in batches (up to 20 at a time)

![](/files/ptP2M7Ke46v2ZKcx0ZIS)

{% hint style="info" %}
The above three operations are all operated on the blockchain, which requires to send a transaction through your wallet and consume a certain amount of BNB as the handling fee.
{% endhint %}

**Equipment Batch Operation**

* Click the “Place/Replace” button to put the equipment into the card slot in batches.
* Click the “Remove Equipment” button to allow players remove equipment in batches (up to 20 at a time)

![](/files/aBep0iaTnCDtypkkVlZP)

{% hint style="info" %}
The above three operations are all operated on the blockchain, which requires to send a transaction through your wallet and consume a certain amount of BNB as the handling fee.
{% 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/ji-ka/place-heroes-equipment-in-batches.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.
