# Minting and On Chain Actions

This section will cover minting, claiming, and equipping.&#x20;

* MINTING: Mint a pixel hero NFT, which includes 9 item NFTs.
* [CLAIMING](/minting-and-on-chain-actions/claiming-item-drops.md): Pixel War gives item vouchers which can be claimed to mint a new Item NFT.
* [EQUIPPING](/minting-and-on-chain-actions/equipping-item-nfts.md): An item NFT can be equipped to a hero NFT using the composable structure of the hero NFTs.


---

# Agent Instructions: 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:

```
GET https://docs.pixelwar.com/minting-and-on-chain-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
