# Publish Mint Page

{% hint style="info" %}
Once you have created a token, you can go to the art studio and select "View Artworks" to view the token you have created. Inside the artwork card, select "Publish" to officially publish your mint site!
{% endhint %}

After creating a token, click the button "Publish" Button. This will reveal the "View Mint Page" button which you can click to see your published mint page!

<figure><img src="/files/7E8zolBSh0y1sJ7tq0XU" alt=""><figcaption></figcaption></figure>

Clicking on the three-dot menu allows you to access the details of your artwork. Here, you can modify the name and description as long as it has not been minted yet. You are also provided with the option to mint the artwork to anyone free of charge, except for minor processing fees like gas charges.

<figure><img src="/files/od7lJx0BrM2fZ9q0t3cD" alt=""><figcaption><p>Mint modal</p></figcaption></figure>

Should you decide to mint an ERC721, also known as "1 of 1", to your wallet address from this popup, it signifies the NFT's creation, and the max supply limit is achieved. On the other hand, minting an ERC1155 enables you to define the quantity, constrained only by the maximum supply predetermined during the artwork's creation.


---

# 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://layerr.gitbook.io/app/product-guides/publish-mint-page.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.
