# Going to Mainnet

If you made it here, congratulations! You've successfully gone through a Testnet deploy, played around with the different management options available in the Bueno dashboard, and are ready to do the real thing.

If you aren't quite ready yet or discovered an issue while testing on a testnet, don't worry! You can go back to the "Deploy" tab, tweak any settings necessary, and then re-deploy your contract to a testnet.

{% hint style="warning" %}
**Note:** After your smart contract is deployed, it may still be possible to edit tokens and metadata - **only with help from** [**Bueno support**](https://discord.gg/pfRcBJMwH8). Once minting has started, Bueno cannot make changes to your token set without changing what has already been minted. **We strongly recommend that you triple-check every detail of your contract before you deploy.**&#x20;
{% endhint %}

Once you've triple-checked everything, you can select **Deploy to Mainnet.**&#x20;

<figure><img src="/files/ij6vi6fYylx2NfIEvdhP" alt=""><figcaption></figcaption></figure>

You will be directed to the deploy page once again, but this time for mainnet. As a reminder of what this step entails, check out [Step 5: Deploying Your Contract](/smart-contract-deployer/contract-creation/step-5-deploying-your-contract.md).

<figure><img src="/files/akewOCIyWNmapLwubkQx" alt=""><figcaption></figcaption></figure>


---

# 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.bueno.art/smart-contract-deployer/contract-management/going-to-mainnet.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.
