# Create Mint Page

##

## Step One - Create Page

You can set up a Mint Page for either an Edition or a Generative Drop, and the steps to reach it vary slightly. Below we will explore how to achieve this for both.

### Legacy Editions&#x20;

You can start the creation of a mint page through several methods:

* **From the NFTs Page**: Navigate to NFTs page and click on either the "Limited Editions" or "Open Editions" tabs. In the action menu of the NFT, you will find options to either "Create Mint Page" or "Edit Mint Page".
* **After creating an Edition**: When you reach the last step of crafting an Edition, a success modal will present you with the choice to directly establish a Mint Page."

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

Once you have gotten to a screen as shown above you will be prompted to "Get Started" and if this is your first Edition mint page you will also need to sign a transaction to create a Store to sell your Edition.

{% hint style="info" %}
In order to start and end the sale of your Edition, please refer to[ this page](/truffle-help-center/knowledge-base/start-and-end-an-legacy-edition-sale.md) in our documentation.&#x20;
{% endhint %}

### Random Drop & Core Editions

Similar to the Legacy Edition, there is a couple of ways you can create a mint page for a Random drop / Core Edition:&#x20;

* **From the Drops Page**: When on the Drops page, click on the action menu of a live mint and click "Edit Mint Page".
* **After creating a Random Drop / Core Edition**: When you reach the last step of crafting a Drop, a success modal will present you with the choice to directly establish a Mint Page."

## Step Two - Populate Details

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

Within the Mint Page, there are several customization options available for both Generative Drops and Editions, which you can modify whenever you wish. For an in-depth look at these options, refer to the [Customizing a Mint Page](/truffle-help-center/mint-setup/create-mint-page-1.md) section.&#x20;

For those with an Edition Mint Page, initiating the sale is a prerequisite before publishing. For comprehensive guidance on this, please check out [this page](/truffle-help-center/knowledge-base/start-and-end-an-legacy-edition-sale.md) in our documentation.

## Step Three - Publish

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

Just hit the "Publish" button located at the bottom right. After a brief moment, your mint page will be live and visible to everyone!


---

# 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.truffle.wtf/truffle-help-center/mint-setup/create-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.
