# Minting NFTs via AH

After the first steps of:

* Creating the collection
* Creating a category/schema
* Creating a NFT-Template

You're now ready to Create your NFTs :scientist:

From the your Creator Collection Page, enter the "Create NFT" category and click on "Create New NFT ( + )".

From here you need to select your desired Category and Template (or choose to create a new template for the asset/series of assets). Once the template is selected, you can choose who should be the Asset Recipient (a Wax wallet), and how many copies should be minted to that wallet from 1-50.

As all the Attribute Details will automatically be filled out/equal between all your Templates, then there's no more needed, and by clicking "Create" the asset is ready to be minted.

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

The assets will appear nearly instantly in your wallet after creation, but it can take up to a few minutes for the mint numbers to appear on them.

{% hint style="info" %}
Each NFT costs/takes up 151 bytes of RAM to create. Depending on how many NFTs are minted/many batches of up to 50 NFTs are minted, a few hundred CPU can also be required, make sure to stack up on both for making sure to have enough to mint.<br>

Once a NFT is burned, the RAM cost of creation is released back to the minter of the NFT (not to the user who burns it!)
{% endhint %}


---

# 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.pixeljourney.xyz/introduction/wax-ecosystem-guides/atomichub/ah-creator-tools/creating-nfts-on-ah/minting-nfts-via-ah.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.
