# Quick Start

This page summarizes all the essential things you need to know to start using AutoMinter. Here you can find all the best practices and tips to setup and launch your NFT collection.

## Sign in with a wallet

In order to use AutoMinter, you'll need a crypto wallet. You'll most likely install either a browser extension (like metamask) or connect with a mobile wallet in an app.

![Y](https://765804559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKwjTuxFdgA25KjcWw7Bo%2Fuploads%2Fd2eCc7tncogWKJbTtBNX%2Fimage.png?alt=media\&token=88796aba-efc1-4451-807a-dff8f2834596)

To learn to setup and connecting your wallet:&#x20;

{% content-ref url="../fundamentals/ethereum-wallets" %}
[ethereum-wallets](https://docs.autominter.com/fundamentals/ethereum-wallets)
{% endcontent-ref %}

## Collection Designer

When you create an NFT project in AutoMinter you will see the collection editor. Here you can upload the layer images that will make up your NFTs. As well as be able to configure thing like rarity and metadata. This is where you will generate your final artwork.

![](https://765804559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKwjTuxFdgA25KjcWw7Bo%2Fuploads%2FqOtiY4Y9DeTr3iWsGJ3k%2Fimage.png?alt=media\&token=d5f0957b-86a8-4ecc-9c91-02d5d98c1d47)

{% content-ref url="../collection-editor/uploading-images" %}
[uploading-images](https://docs.autominter.com/collection-editor/uploading-images)
{% endcontent-ref %}

{% content-ref url="../collection-editor/rarity-+-metadata" %}
[rarity-+-metadata](https://docs.autominter.com/collection-editor/rarity-+-metadata)
{% endcontent-ref %}

{% content-ref url="../collection-editor/groups-+-1-1s" %}
[groups-+-1-1s](https://docs.autominter.com/collection-editor/groups-+-1-1s)
{% endcontent-ref %}

{% content-ref url="../collection-editor/generating-artwork" %}
[generating-artwork](https://docs.autominter.com/collection-editor/generating-artwork)
{% endcontent-ref %}

## Adding to the blockchain

Once you're artwork has been generated, it must be added to the blockchain, which is turning your collection into actual NFTs. In this step you will have the option to customise your deployment to suite your project

![](https://765804559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKwjTuxFdgA25KjcWw7Bo%2Fuploads%2FFbfG3W6M2rSjY7ORoCM7%2Fimage.png?alt=media\&token=1b92675b-cbe9-43a1-b7e4-ccb5de87ce87)

{% content-ref url="../adding-to-blockchain/deployment-options" %}
[deployment-options](https://docs.autominter.com/adding-to-blockchain/deployment-options)
{% endcontent-ref %}

{% content-ref url="../adding-to-blockchain/choosing-a-network" %}
[choosing-a-network](https://docs.autominter.com/adding-to-blockchain/choosing-a-network)
{% endcontent-ref %}

{% content-ref url="../adding-to-blockchain/ipfs-syncing" %}
[ipfs-syncing](https://docs.autominter.com/adding-to-blockchain/ipfs-syncing)
{% endcontent-ref %}

## Collection Manager

Once your collection is on the blockchain you will be able to manage it from within AutoMinter. Here you can do such things as send "Airdrops", manage who is able to mint, and reveal the artwork if you chose to delay the revealing of the artwork.

![](https://765804559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKwjTuxFdgA25KjcWw7Bo%2Fuploads%2FcjPcJq8jtOoIsIq8ZcwI%2Fimage.png?alt=media\&token=7fce395f-6152-46b0-b1a3-a553fc1f1b8f)

{% content-ref url="../collection-manager/customize-mint-pages" %}
[customize-mint-pages](https://docs.autominter.com/collection-manager/customize-mint-pages)
{% endcontent-ref %}

{% content-ref url="../collection-manager/sending-airdrops" %}
[sending-airdrops](https://docs.autominter.com/collection-manager/sending-airdrops)
{% endcontent-ref %}

{% content-ref url="../collection-manager/delayed-reveal" %}
[delayed-reveal](https://docs.autominter.com/collection-manager/delayed-reveal)
{% endcontent-ref %}

{% content-ref url="../collection-manager/using-a-whitelist" %}
[using-a-whitelist](https://docs.autominter.com/collection-manager/using-a-whitelist)
{% endcontent-ref %}

{% content-ref url="../collection-manager/add-mint-button-to-a-website" %}
[add-mint-button-to-a-website](https://docs.autominter.com/collection-manager/add-mint-button-to-a-website)
{% endcontent-ref %}

{% content-ref url="../collection-manager/changing-mint-fees" %}
[changing-mint-fees](https://docs.autominter.com/collection-manager/changing-mint-fees)
{% endcontent-ref %}

## Minting

Once you're NFT collection is finalised. People must make an initial purchase known as "Minting". There are multiple ways that people can mint, including from the dedicated web pages provided by AutoMinter, or Buttons which you can add to your own website.

{% content-ref url="../minting/how-to-mint" %}
[how-to-mint](https://docs.autominter.com/minting/how-to-mint)
{% endcontent-ref %}

{% content-ref url="../minting/gas-fees" %}
[gas-fees](https://docs.autominter.com/minting/gas-fees)
{% endcontent-ref %}

## Whitelists

AutoMinter Lists is a separate stand-alone tool for collecting wallets for early access to your NFT drops. You can use it to both create exclusivity and remove bots so you can ensure your NFTs are purchased by real humans.


---

# 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/getting-started/quick-start.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.
