# How to Mint

The easiest way to mint from an AutoMinter collection is from the mint page provided in the dashboard.

## Minting from Mint Pages

Users must have metamask installed, and an appropriate ETH balance. They must press "connect wallet" if they haven't already and proceed to "mint"

![](/files/AEJCqPOjQZ4QIOQJDwdy)

## Minting from Etherscan

If you are minting without whitelisting, you are able to mint directly from etherscan on the contract. You can find your contract address from the Eterscan link in your AutoMinter dashboard.

{% hint style="info" %}
Please note that if you are whitelisted, and you want to mint from etherscan, you will need the signature for your whitelist spot. This is not recommended, and it is preferred to use the mint website or mint widgets for whitelisted wallets.
{% 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.autominter.com/minting/how-to-mint.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.
