# Resources

## Resources

- [Welcome to Mintpad](https://docs.mintpad.co/welcome-to-mintpad.md)
- [What are Open Editions?](https://docs.mintpad.co/nft-fundamentals/what-are-open-editions.md)
- [What is burning an NFT?](https://docs.mintpad.co/nft-fundamentals/what-is-burning-an-nft.md)
- [What is blockchain?](https://docs.mintpad.co/nft-fundamentals/what-is-blockchain.md)
- [What is an NFT?](https://docs.mintpad.co/nft-fundamentals/what-is-an-nft.md)
- [What is a smart contract?](https://docs.mintpad.co/nft-fundamentals/what-is-a-smart-contract.md)
- [How do NFTs work?](https://docs.mintpad.co/nft-fundamentals/how-do-nfts-work.md)
- [Blockchains support](https://docs.mintpad.co/general/blockchains-support.md)
- [FAQ](https://docs.mintpad.co/general/faq.md)
- [NFTs not visible on OpenSea](https://docs.mintpad.co/troubleshooting/nfts-not-visible-on-opensea.md)
- [Connection problems (RPC)](https://docs.mintpad.co/troubleshooting/connection-problems-rpc.md)
- [Deploying a smart contract](https://docs.mintpad.co/generative-collection/deploying-a-smart-contract.md)
- [Upload your artwork](https://docs.mintpad.co/generative-collection/upload-your-artwork.md)
- [Adding mint phases](https://docs.mintpad.co/generative-collection/adding-mint-phases.md)
- [Customize your mint site](https://docs.mintpad.co/generative-collection/customize-your-mint-site.md)
- [Manage your mint settings](https://docs.mintpad.co/generative-collection/manage-your-mint-settings.md)
- [Deploying a smart contract](https://docs.mintpad.co/open-editon/deploying-a-smart-contract.md)
- [Uploading your artwork](https://docs.mintpad.co/open-editon/uploading-your-artwork.md)
- [Adding mint phases](https://docs.mintpad.co/open-editon/adding-mint-phases.md)
- [Customize your mint site](https://docs.mintpad.co/open-editon/customize-your-mint-site.md)
- [Manage your mint settings](https://docs.mintpad.co/open-editon/manage-your-mint-settings.md)
- [Deploying a smart contract](https://docs.mintpad.co/open-edition-burn/deploying-a-smart-contract.md)
- [Uploading your artwork](https://docs.mintpad.co/open-edition-burn/uploading-your-artwork.md)
- [Adding mint phases](https://docs.mintpad.co/open-edition-burn/adding-mint-phases.md)
- [Customize your mint site](https://docs.mintpad.co/open-edition-burn/customize-your-mint-site.md)
- [Manage your mint settings](https://docs.mintpad.co/open-edition-burn/manage-your-mint-settings.md)
- [Generating unique NFTs](https://docs.mintpad.co/nft-generator-tutorials/generating-unique-nfts.md)
- [Generating 1/1 NFTs](https://docs.mintpad.co/nft-generator-tutorials/generating-1-1-nfts.md)
- [Generating metadata for your artwork](https://docs.mintpad.co/nft-generator-tutorials/generating-metadata-for-your-artwork.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mintpad.co/welcome-to-mintpad.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.
