# NFT Mint Page

Another important module on Defi Builder will be the NFT Mint Page module, allowing you to go straight from the generation of your NFT collection, to the public minting part.

The Mint Page module will allow you to control various aspects of your sale, such as:

* Add your graphical assets, customize colors and layout of the page
* Select which collection you will be minting
* Select if you want to have a whitelist, or simply a public mint (if whitelist you will have to add the whitelisted addresses to the settings)
* Select Start Time for the mint
* Select End Time (if the collection doesn't sell out, you can select whether you want to send the remaining NFTs to the deployer or simply burn them)

Once the NFT Marketplace Module is publicly available you will be able to easily list your collection on your own marketplace.


---

# 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.defibuilder.com/future-modules/nft-mint-page.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.
