# Listing NFTs for Sale

### Sale types

For collections, you can do multiple sale phases at a time. As the collection owner, you have full control over which sale type: pre-sale or public sale you want to do with your project.

The general sales flow for a basic drop is creating a waitlist page, open pre-sale then doing the public sale. With NiftyKit, you can strategize and restart/stop your sale at any point.

-> [Start creating your waitlist page here to start collecting wallet addresses to join your pre-sale](/nft-collections/listing-nfts-for-sale/waitlist-management.md)

-> [Learn how to start pre-sale and limit the minting to the collectors in your waitlist/access list](/nft-collections/listing-nfts-for-sale/presale-management.md)

->[ Learn how to start a public sale to let anyone mint to your collection](/nft-collections/listing-nfts-for-sale/public-sale-management.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.niftykit.com/nft-collections/listing-nfts-for-sale.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.
