# Deploying Your Project

* After clicking `Save and Continue`, you will be taken to a preview sales page

![](/files/XGfWYVG6FkckQsBex8zh)

* If you are ready, click on `Deploy`
* A notification on MetaMask will appear. Click on `Confirm`, to deploy your project

<div align="left"><img src="/files/OIL5slY794sWYGiuAnv6" alt=""></div>

* You can also can edit gas fees to make your transactions go faster. However you will have pay more gas fees.

{% hint style="info" %}
Following EIP-1559, you can add a **Max Priority Fee** to let miners prioritize your transaction first. Think of it like "tipping" the miner.
{% endhint %}

<div align="left"><img src="/files/StaqZEvwzYDlBxTZTTPc" alt=""></div>

* You can check gas fees here: <https://polygonscan.com/gastracker>
  * Putting in too little gas can cause your transaction to fail. You will also lose the amount you paid for that transaction.
* After clicking on `Confirm`, wait for a MetaMask Notification confirming your transaction
* Once your transaction has been confirmed. Wait a few minutes and click on `Reload/Refresh`


---

# 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-v1/tutorial/deploying-your-generative-nfts-on-speedboat/deploying-your-project.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.
