# How Do I Mint on Holaplex?

To mint an NFT on Holaplex:

1. Click on the **Create** button on your Holaplex page.
2. Select the piece of media you’d like to mint into an NFT. On the next screen, give it a name and description.
3. On the same page, you’ll be asked to give your NFT a maximum supply. This is the number of potential copies that can be minted from your master edition NFT. "0" will create a single master edition, anything larger than 0 will allow you to create that number of copies, and leaving the text box empty will allow you to create infinite copies. For more information on how NFT editions work, click [here](https://holaplex-support.zendesk.com/hc/en-us/articles/4409179465363).
4. You can also choose to give your piece attributes. These are descriptors that are typically used for generative collections, where a piece may have varying visual aspects in the same role (for example, an attribute of "eyes" could have possible values of "angry\_eyes", "sleepy\_eyes", and more). For more information about attributes, click [here](https://holaplex-support.zendesk.com/hc/en-us/articles/4409171190035-How-Do-I-Give-My-NFT-Attributes-On-Holaplex-).
5. On the next page, you will have to set royalties. Royalties are the percentage that gets paid to the original creator on each secondary sale.
6. On the royalties page, you can also add additional creators to split royalties with. To do this, simply specify the wallet address of the secondary creator and the percentage of total royalties that they will receive (for example, an NFT with two creators may split a 5% royalty evenly, in which case you would specify 50% for both creators' wallets).
7. Review your NFT. Double-check [Holaplex's minting parameters](https://holaplex-support.zendesk.com/hc/en-us/articles/4407791495955) to make sure that your mint will succeed, and then go ahead.
8. Congrats! You should be able to see the piece on the **Artworks** tab of your Holaplex storefront and in the **Collectibles** section of your Phantom Wallet (the second icon from the left).

You can check more articles in the help center and view [video tutorials](https://www.youtube.com/channel/UCHcdpZiDj7LiBifxetVH29Q) for help.


---

# 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://wiki.holaplex.com/holawiki/storefronts/minting-nfts/how-do-i-mint-on-holaplex.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.
