# Uploading Image Layers

## The Basics

Each NFT in our collection will be made up of different layers. For example each image may be made up of eyes, glasses, a hat, and different backgrounds.

Each NFT is generated by combining a random combination of these layers, based on how rare we set each layer to be.

## Preparing Image Layers for AutoMinter

You can design image layers in any image editing app. The important thing is make sure that each layer is exported with a transparent background as a PNG.

The recommended size for your image layers is 500x500 but you can choose anything up to 1200x1200

## Upload similar images to the same layer

You should upload each image into AutoMinter into the same layer. For example all "Hats" should be uploaded to the same layer. You can reorder the layers by selecting "move up" or "move down" from the menu on the layer.


---

# 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.autominter.com/guides/legacy-guides/uploading-image-layers.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.
