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

# NFT Collection contract

### 🤨 How the NFT Drop contract works

In contrast to the [NFT Drop contract](/smart-contract/pre-built-contracts/nft-drop-contract.md), the NFT Collection contract does **not support lazy minting** for your NFTs. Instead, NFTs are promptly minted upon their addition to the collection.

This allows you to transfer or sell the NFTs on a Marketplace and execute any other actions typically associated with NFTs.

Additionally, for advanced scenarios, the NFT Collection offers signature-based minting capabilities.

### **🔥 Use Cases & Examples**

You can utilize the NFT Drop contract for various purposes, such as:

* Launching a PFP (profile picture) Collection featuring NFTs with distinct combinations of traits.
* Seamlessly transfer or sell your assets on a Marketplace without claiming them first.
* Create an exclusive 1-of-many collection showcasing your photography.
* create a one-of-a-kind NFT with specialized utility.
* Mint your artwork as NFTs through minting and sell them on a Marketplace.


---

# 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.imintify.com/smart-contract/pre-built-contracts/nft-collection-contract.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.
