# What is AutoMinter?

{% hint style="info" %}
**The Basics:** If you are new to the world of crypto and NFTs, start by reading [the fundamentals](https://github.com/AutoMinter/autominter-docs/blob/main/broken-reference/README.md) for an introduction to concepts like "*minting*" and "*blockchains*".
{% endhint %}

AutoMinter is a tool for creating NFT collections (*Like "Bored Ape Yacht Club" and "CryptoPunks"*)

With AutoMinter, you can generate large NFT collections by uploading image layers, allowing people to mint your NFTs and sell them on secondary marketplaces like OpenSea.

## Getting Started

**Got 5 minutes?** Check out a video overview of our product:

{% embed url="<https://youtu.be/G0wdVjBY70Q>" %}
AutoMinter Product Demo
{% endembed %}

### Quick Start: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="getting-started/quick-start" %}
[quick-start](https://docs.autominter.com/getting-started/quick-start)
{% endcontent-ref %}

### Fundamentals: Core NFT Concepts

Learn the fundamentals of NFTs to get a deeper understanding of our main concepts:

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

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

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

{% hint style="info" %}
**Join the Discord:** For help on all things NFT. Join the AutoMinter discord and be part of the growing community of NFT creators [here](https://discord.gg/qDTfyZFn9h)
{% 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/readme.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.
