# Legacy guides

- [Creating Your First Project](https://docs.autominter.com/guides/legacy-guides/creating-your-first-project.md)
- [Uploading Image Layers](https://docs.autominter.com/guides/legacy-guides/uploading-image-layers.md)
- [Configuring Rarity](https://docs.autominter.com/guides/legacy-guides/uploading-image-layers/configuring-rarity.md)
- [Generating Artwork](https://docs.autominter.com/guides/legacy-guides/generating-artwork.md)
- [Minting your NFTs](https://docs.autominter.com/guides/legacy-guides/minting-your-nfts.md)
- [Random Mint Pages](https://docs.autominter.com/guides/legacy-guides/minting-your-nfts/random-mint-pages.md)
- [Getting my collection on OpenSea](https://docs.autominter.com/guides/legacy-guides/minting-your-nfts/getting-my-collection-on-opensea.md)
- [Performing Airdrops](https://docs.autominter.com/guides/legacy-guides/performing-airdrops.md): Give away free NFT's to peoples wallet address
- [1/1s and groups](https://docs.autominter.com/guides/legacy-guides/1-1s-and-groups.md)


---

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