# NFT minting screen

On this screen, you can mint a new NFT.

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

## Input items <a href="#items" id="items"></a>

<table><thead><tr><th width="230.33333333333331">Item</th><th width="105">Required</th><th width="407.6666666666667">Description</th></tr></thead><tbody><tr><td>Select a template</td><td>Yes</td><td>Select the NFT template you wish to create. Five types of NFTs can be selected: <code>Image NFT</code> <code>Video NFT</code> <code>Music NFT</code> .</td></tr><tr><td>File upload</td><td>Yes</td><td>Upload your NFT content file. The file size is limited to <mark style="background-color:orange;">5MB</mark>. <code>Image:JPG,PNG,GIF,SVG,WEBP</code> <code>Video:MP4</code> <code>Music:MP3,WAV</code></td></tr><tr><td>Title</td><td>Yes</td><td>Set the name of the NFT.</td></tr><tr><td>Select contract</td><td>Yes</td><td>Select on which contract you want to generate the NFT.</td></tr><tr><td>Description</td><td>Yes</td><td>Set NFT description.</td></tr><tr><td>Number of NFTs generated</td><td>Yes</td><td>Currently 1 is fixed and already entered.</td></tr><tr><td>Properties</td><td>Yes</td><td>Set for Custom NFT templates.</td></tr><tr><td>Key</td><td>Yes</td><td>Use to set additional properties.</td></tr><tr><td>Value</td><td>Yes</td><td>Use to set additional properties.</td></tr><tr><td>Destination wallet address</td><td>No</td><td>Required only if the contract is an SBT; enter the wallet address to which the NFT will be granted.</td></tr></tbody></table>

{% hint style="info" %}
The blockchain/network used for the selected contract determines the blockchain/network on which the NFT will be generated.
{% endhint %}

{% content-ref url="/pages/2eTR06eAvxMyCwsNve3h" %}
[Create contract](/en/tutorial/create-contract.md)
{% endcontent-ref %}


---

# 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/webtools/nft/mint.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.
