> For the complete documentation index, see [llms.txt](https://docs.nfts2me.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nfts2me.com/create-and-deploy-nft-collection.md).

# Create and deploy NFT Collection

- [Initial Steps](https://docs.nfts2me.com/create-and-deploy-nft-collection/initial-steps.md): Introduction Section to Understand the Types of Collections You Can Create and How the Tool Works
- [Editions Collection](https://docs.nfts2me.com/create-and-deploy-nft-collection/editions-collection.md)
- [Drops Collection](https://docs.nfts2me.com/create-and-deploy-nft-collection/drops-collection.md)
- [Generative Art Collection](https://docs.nfts2me.com/create-and-deploy-nft-collection/generative-art-collection.md)
- [Creating NFT Collection with Subcollections](https://docs.nfts2me.com/create-and-deploy-nft-collection/generative-art-collection/creating-nft-collection-with-subcollections.md): Creating NFT Collection with Subcollections for Gender-Specific Accessories
- [How to Add 1/1 NFTs to Your Generative Art Collection](https://docs.nfts2me.com/create-and-deploy-nft-collection/generative-art-collection/how-to-add-1-1-nfts-to-your-generative-art-collection.md): In this tutorial, you'll learn how to seamlessly integrate unique 1/1 NFTs into your generative art collection using the NFTs2Me platform.
- [Minting types](https://docs.nfts2me.com/create-and-deploy-nft-collection/minting-types.md)
- [Deploy Advanced Options](https://docs.nfts2me.com/create-and-deploy-nft-collection/deploy-advanced-options.md): In this section, we are going to explain the advanced options available in our smart contracts during the deployment of collections.
- [Initial Phase](https://docs.nfts2me.com/create-and-deploy-nft-collection/deploy-advanced-options/initial-phase.md)
- [Mint NFTs at creation](https://docs.nfts2me.com/create-and-deploy-nft-collection/deploy-advanced-options/mint-nfts-at-creation.md)
- [Revenue distribution](https://docs.nfts2me.com/create-and-deploy-nft-collection/deploy-advanced-options/revenue-distribution.md)
- [Souldbound collection](https://docs.nfts2me.com/create-and-deploy-nft-collection/deploy-advanced-options/souldbound-collection.md)
- [Metadata public/delayed reveal](https://docs.nfts2me.com/create-and-deploy-nft-collection/deploy-advanced-options/metadata-public-delayed-reveal.md)
- [Minting Page](https://docs.nfts2me.com/create-and-deploy-nft-collection/minting-page.md): For each collection you deploy on a network, a minting page will be automatically created without you having to do anything. On this page, people will be able to mint your NFTs.
- [Protocol Fee](https://docs.nfts2me.com/create-and-deploy-nft-collection/protocol-fee.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 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, and the optional `goal` query parameter:

```
GET https://docs.nfts2me.com/create-and-deploy-nft-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
