# Mint NFT

A simple and low-touch method to create a new NFT directly from within your Candy Shop. Simply navigate to "Mint NFT" section from your Admin Panel, update an image and specify the key details and hit "MINT!" and the newly created NFT will be deposited into the connected Candy Shop admin wallet.&#x20;

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

### **Edition Enabled**&#x20;

The edition feature is necessary if you want to use the NFT to create an Edition Drop subsequently. By enabling this feature and pre-setting a fixed edition quantity (for example 10), you will be able to later create an Edition Drop collection with this Master NFT and mint a further supply of 10 limited Edition NFT (from editions 1 - 10).

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


---

# 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://liqnft.gitbook.io/docs/sdk-for-developers/solana/mint-nft.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.
