# Manage smart contract

Once you finish setting up your smart contract, you will immediately see your contract management console. Please note that there are different states between before/after deployment. The biggest difference before/after deployment is:

<table><thead><tr><th width="167.33333333333331"></th><th>Before deployment</th><th>After deployment</th></tr></thead><tbody><tr><td>Configurations</td><td>You can change any configurations</td><td>You can change some of the configurations but not all of them. The configurations below cannot be changed:<br>- Collection name<br>- Collection symbol<br>- Max supply/presale max supply<br>- Enable/disable features<br>- Add/remove tokens </td></tr><tr><td>Blockchain transactions</td><td>Not necessary</td><td>You will need to interact with blockchain and confirm transactions every time you change any values. </td></tr></tbody></table>


---

# 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/create-a-erc-1155-collection/manage-smart-contract.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.
