# Method A

If the NFT being minted does <mark style="color:red;">**not**</mark> have a "`collection_metadata`" key/value pair in its metadata json file, a collection will be selected from the mint GUI.

If you've already created a collection you wish to use for this NFT, skip to [A](#a.-navigate-to-the-create-nft-landing-page). Otherwise, proceed to [Create Collection](/nft/create-collection.md).

### A. Navigate to the [Create NFT Landing page](https://loopring.io/#/nft/mintNFTLanding)

### B. Access the Advanced Creation flow

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

#### Select <mark style="color:blue;">Hasn't generated metadata with collection\_metadata field.</mark>

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

### C. Choose the collection

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

#### Click the **Next** button to proceed.

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

### D. Enter the NFT metadata's IPFS CID

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

#### Click the box to acknowledge the risk.

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

### E. Enter the amount to mint

Enter a number from 1 to 100,000 to indicate the number of NFTs that will be minted in the batch.

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

### F. Review fee details

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

### G. Select fee token

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

### H. Final review

Review the NFT details, including the *fee amount*, *fee token*, and *metadata details*. If you wish to proceed to submit the NFT, click the **Create Your NFT** button.

<figure><img src="/files/4zdJ1YKVIM6cIFXm8Dbh" alt=""><figcaption></figcaption></figure>

### I. Sign to approve

### &#x20;

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

Once the NFT is successfully submitted, a confirmation window will appear.

Click the **Txn Hash** link to see details of the mint transaction, or click the **Close** button to exit the window.

{% hint style="success" %}
**Congratulations!** You have successfully submitted your NFT on Loopring’s L2 Web app!
{% endhint %}


---

# 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-dapp.loopring.io/nft/create-nft/advanced-minting/method-a.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.
