# Create a ERC-1155 collection

- [Set up smart contract](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/set-up-smart-contract.md): Configure smart contract for your NFT
- [Upload assets to IPFS](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/upload-assets-to-ipfs.md)
- [Manage smart contract](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract.md): Managing your contract before deployment
- [Before deployment](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/before-deployment.md)
- [(Presale only) Set up allowlist](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/before-deployment/presale-only-set-up-allowlist.md)
- [Deployment (Testnet)](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/before-deployment/deployment-testnet.md)
- [What to test on Testnet](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/before-deployment/what-to-test-on-testnet.md)
- [Deployment (Mainnet)](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/before-deployment/deployment-mainnet.md)
- [After deployment](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/after-deployment.md)
- [Verify contract](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/after-deployment/verify-contract.md)
- [Start/stop presale/public sale](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/after-deployment/start-stop-presale-public-sale.md)
- [Set up mint website](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/after-deployment/set-up-mint-website.md)
- [Withdraw your funds](https://docs.launchpad.heymint.xyz/create-a-erc-1155-collection/manage-smart-contract/after-deployment/withdraw-your-funds.md)


---

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