# After deployment

After you deploy your contract, you still can change some of the configurations, but not everything.  Also, you will need to interact with blockchain and pay for transactions if you want to change any contract information.&#x20;

These are information you can't change after deployment, so if you want to change these information, you will need to deploy the smart contract.&#x20;

{% hint style="warning" %}
In other words, except these ones, **you never need to redeploy smart contract to change configurations**.&#x20;
{% endhint %}

* Collection name
* Collection symbol
* Max supply
* Presale max supply
* Enable/disable features (public sale/presale/advanced features)
* (Advanced) Free claim contract address
* (Advanced) Burn to mint contract address

After deployment, your contract management will look slightly different and you will see the following menu:

* **Overview:** Overview of the contract
* **Sale:** Public sale/presale information
* **Payout:** Payout/royalties information
* **Advanced:** Configure advanced features if you enabled any of the features
* **Deploy:** Redeploy your contract from here if needed
* **Airdrop:** Gift/airdrop your tokens
* **Withdraw**: Withdraw your funds&#x20;
* **Minting:** Configure your mint button or mint page
* **Reveal:** Reveal your art

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

We will walk you through a couple of things you can do after deployment.&#x20;


---

# 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.launchpad.heymint.xyz/creators/manage-smart-contract/after-deployment.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.
