> For the complete documentation index, see [llms.txt](https://docs.launchpad.heymint.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.launchpad.heymint.xyz/creators/manage-smart-contract/after-deployment/enable-burn-to-mint/set-up-burn-to-mint-page.md).

# Set up burn to mint page

Creating this page is the same as [setting up a mint website.](/create-a-erc-1155-collection/manage-smart-contract/after-deployment/set-up-mint-website.md)

1. Click on Minting

<figure><img src="/files/DFKjf9reizCUOtpFeTxp" alt=""><figcaption><p>Click on Minting</p></figcaption></figure>

2. Click on Customize page

<figure><img src="/files/VRd7I0hsDmdCkfFwLQAy" alt=""><figcaption><p>Click on Customize page</p></figcaption></figure>

3. Enter details

<figure><img src="/files/I8eiz2l9VbCu4cMyXU8C" alt=""><figcaption><p>Enter details</p></figcaption></figure>

4. Click on Save changes

<figure><img src="/files/paOrP2ODqmZWaDh2zvfw" alt=""><figcaption><p>Click on Save changes</p></figcaption></figure>

5. Click on "Preview & publish" and then click "Publish" once everything looks good

<figure><img src="/files/jypqiauXziu30Gmt46Wo" alt=""><figcaption><p>Click on Preview &#x26; publish</p></figcaption></figure>

6. Click on Back to customize

<figure><img src="/files/9TOtLmvA7ajwnEBmvejF" alt=""><figcaption><p>Click on Back to customize</p></figcaption></figure>

7. Click on "Back to Minting Overview"

<figure><img src="/files/gExRH2UyrR2pRlRUdWeH" alt=""><figcaption><p>Click on Back to Minting Overview</p></figcaption></figure>

8. Click on "View page" to see your minting page

<figure><img src="/files/hLMvn9ezzVhWRn7IwVEF" alt=""><figcaption><p>Click on View page</p></figcaption></figure>

You're almost there! Starting the burn to mint feature is up next. Once enabled, your collectors can start burning their tokens to mint new ones. Until then, they will see a message that says "Mint closed."

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

You are now ready to [activate your burn to mint feature!](/creators/manage-smart-contract/after-deployment/enable-burn-to-mint/start-stop-burn-to-mint-feature.md)<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.launchpad.heymint.xyz/creators/manage-smart-contract/after-deployment/enable-burn-to-mint/set-up-burn-to-mint-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
