# Creating a Sales Round

Once your project is deployed, you will have to create a Sales Round in order for people to mint your work.

![](/files/cD2lvDDogEfHi5nXfrui)

* Click on `Start Selling NFT` and a modal will pop up

![](/files/n7Hlzyxzv3sOGC5iC6fv)

* **Round Title** - The name of the sales round

* **Price for this round** - Mint price for the sales round

* **Max mint per user (Optional)** - The number of NFTs a wallet can mint for the round. By default, this is set to 1

* **Max supply of this round (Optional)** - The total number of NFTs available to mint this round

* **Round Type** - Set either a public or private round. If you choose Private, you will have to input whitelisted addresses

* Once you are done, click on `Sell Now` and a MetaMask notification will show up

![](/files/HM2Ckp74RHWyfyWDbB6J)

* Adjust gas accordingly and click `Confirm`. Once the transaction is confirmed, reload your sales page and your project will be available to mint!

![](/files/e8u1jIErhKAB80i7UypM)


---

# 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.speedboat.studio/speedboat-v2/creating-a-sales-round.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.
