# Before deployment

Before you deploy your smart contract, you can change configuration details at any time. There are 5 tabs where you can review and edit your configuration details:

* **General:** General information
* **Token(s):** Each token's art, public sale/presale information
* **Payout:** Payout/royalty information
* **Upload**: Upload your token assets to IPFS
* **Deploy:** Once you are ready to deploy, you can deploy your contract from here


---

# 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/before-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.
