# Mint NFT

This section describes the procedure for minting NFTs.

{% hint style="info" %}
Refer to the NFT creation screen for items on the [NFT minting screen](/en/webtools/nft/mint.md).
{% endhint %}

## Prerequisite <a href="#prerequisite" id="prerequisite"></a>

* Collection already created.
* Wallet is connected to NFT Garden.

## 1. Mint NFT <a href="#mint-nft" id="mint-nft"></a>

Click the `Add NFT` button at the top of the [NFT list screen](/en/webtools/nft/list.md) to go to the [NFT minting page](/en/webtools/nft/mint.md).\
\
The NFT generation page allows you to set up the necessary items, including the NFT content file, to mint the NFT. The blockchain/network specified when creating the specified collection determines the blockchain/network of the minted NFT.

<figure><img src="/files/USiHfZY9INamM0wAuPLZ" alt=""><figcaption></figcaption></figure>

## 2. NFT processing status check <a href="#status-check" id="status-check"></a>

Once the mint of NFTs has started, the screen returns to the [NFT list screen](/en/webtools/nft/list.md).

{% hint style="info" %}
For the NFT list, see [NFT list screen](/en/webtools/nft/list.md).
{% endhint %}

{% hint style="info" %}
If NFT minting fails, use the Retry button to rerun the process. If the process still fails after retrying, please wait a few moments before trying to create a new one.
{% endhint %}

<figure><img src="/files/7kkt4C5lRz5OmmOZULTY" alt=""><figcaption></figcaption></figure>


---

# 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.nftgarden.app/en/tutorial/mint-nft.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.
