# Generating unique NFTs

In this article you will learn how to generate unique NFTs with Mintpad's Generator.&#x20;

<figure><img src="/files/J5yz1xmwN6ZWo61Vcpxm" alt=""><figcaption><p>Example folder structure of an NFT collection</p></figcaption></figure>

## Here are the steps:

1. Create a folder with the collection name (in our example we called it "My NFT Collection").
2. Inside that folder, create a folder for each layer, for example "Background", "Hat", "Eyes" etc.
3. In those folders you put the traits in PNG. For example, all background images go into the "Background" folder, and all eyes go into the "Eyes" folder.

After you have placed all the traits in the folders you can upload the parent folder to the generator. In our case we upload the "My NFT Collection" folder.

Still need help? Our support team is ready to help! Send us an email on <support@mintpad.co>.&#x20;


---

# 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.mintpad.co/nft-generator-tutorials/generating-unique-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.
