# Generating 1/1 NFTs

In this article you will learn how to generate a 1/1 NFT collection with Mintpad's Generator.

It is important that you have already prepared the artwork. If you still need to generate your images you should follow the tutorial "[Generating Unique NFTs](/nft-generator-tutorials/generating-unique-nfts.md)".

<figure><img src="/files/zW3qb4NbQZ9XlO0JtbZH" alt=""><figcaption><p>Example folder structure of a 1/1 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\. In that folder create another folder with the collection name (in our example we called it "My NFT Collection").&#x20;

*Normally you create folders like "Background", "Eyes", "Hat" etc. but since you only have one NFT artwork you can create one folder with the collection name.*\
\
3\. Place your artwork as a PNG in that folder.\
\
4\. Duplicate your artwork as many times as you need. For example, if you make a collection of 100 NFTs, you must copy your artwork 100 times.\
\
5\. You can now upload the parent folder (in our example the folder "My NFT Collection", the one at the left, not the middle one) in the Mintpad generator, You can now start generating the metadata and the number of NFTs.\
\
**A quick tip:** on mac you can easily rename images in bulk. By selecting everything and then right-click>rename.

On Windows you can use this free tool: <https://www.bulkrenameutility.co.uk/>

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-1-1-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.
