> For the complete documentation index, see [llms.txt](https://docs.mononft.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mononft.net/how-to/create-nfts.md).

# Create NFTs

{% hint style="info" %}
This Section is incomplete but will be updated soon.
{% endhint %}

In order to able to Create an NFT on MonoNFT.net you need to Connect and configure your wallet first.

{% content-ref url="/pages/1KFFirNFVNsLte3RIiNg" %}
[Connect your Wallet](/how-to/connect-your-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/3TdsWww1z4S1XDGy2uK8" %}
[Configure your Wallet](/how-to/configure-your-wallet.md)
{% endcontent-ref %}

Creating NFTs on MonoNFT.net is very Simple.

1. Visit <https://mononft.net/create-digital-asset/> while your wallet is connected,

*Please note that you will be able to create NFTs for the Blockchain your wallet is currently connected to, for example: if you wanted to create NFTs on Polygon, your wallet should be connected to the polygon network.*

2. Upload your NFT (or provide url of your uploaded NFT),
3. Select the contract type (Collection contract (ERC721) or Edition contract (ERC1155)),
4. Add your NFT name, description and other information.
5. Click on Create NFT to mint your NFT.

Your Wallet will pop up several time and you should confirm in order to mint your NFT.

*It may take some time for your NFT to be imported and show up on Marketplace.*


---

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

```
GET https://docs.mononft.net/how-to/create-nfts.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.
