# Contract Page Overview

{% embed url="<https://www.youtube.com/watch?v=C75AhFgdz0o>" %}
In this video, Pablo will show you how to manage your contract and mint after deployment.&#x20;
{% endembed %}

The contract management page has all the functionality needed to manage your drop without having to be a tech wizard! You can access the contract management page from the Launch section of your collection. Here, you'll also be able to manage your tokensets and customize your minting experience.

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

Here you'll be able to change certain things once your contract is deployed, such as minting maximums, allowlist settings and price.&#x20;

You'll also be able to change the state of your sale (Open -> Pre-Sale (if applicable) -> Public Sale), withdraw any accrued funds, verify your contract on Etherscan and more.&#x20;

{% 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 %}

You can view your contract on Etherscan at any time, by clicking the tan link next to your contract name at the top.

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

To learn more about each feature, continue on!


---

# 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/contract-page-overview.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.
