# Mint your NFT

Once you have the IPFS URI for the metadata, you are ready to create an NFT!

The details of how to mint NFTs depend on the blockchain you use and the amount of control you want to have over minting

It is important to ensure that the metadata URL used when minting NFTs is a properly formatted IPFS URL (ie ipfs\://bafy...). This way, any IPFS-compatible browser can use this URL directly to retrieve the correct data, and your NFTs follow this common standard. Click here to read more about IPFS URLs.


---

# 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://webmingle.gitbook.io/untitled/nft-storage-example/storing-and-minting-nfts-in-webmingle/mint-your-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.
