> For the complete documentation index, see [llms.txt](https://docs.zecrey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zecrey.com/product-handbook/zecrey-nft-marketplace/create-nft-collection.md).

# Create NFT Collection

### **What is an NFT collection?**

An NFT collection consists of a set of NFTs produced by an artist (or a group of artists). Most NFT collections include many items with similar artistic styles, although each one differs slightly from the others.

### **Create an NFT collection in Mobile App**

**Step 1:** Switch to Zecrey L2-Legend wallet, click on "**NFT**" beside the **Assets** on the homepage, choose "**Create**", and select "**NFT Collection**".

**Step 2:** Upload a collection cover, enter the name of the collection, choose to fill in the description and upload a banner image.

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

**Step 3:** You can also click **More Options** if you want to add more details. Fill in the collection URL; enter the official website, Twitter, Discord, and Telegram links of your NFT collection; set the creator royalty at a certain percentage from 0 to 10 for your NFT collection, so you'll receive this percentage of the final deal price every time your items are resold in the future. You'll receive your royalty every month in your Legend account.

**Step 4:** Click on "**Create**" to finish creating the NFT collection. You can view it in your NFT assets later.

### **Create an NFT collection in Web App and Extension**

Before you start, you need to [Connect Zecrey Extension to NFT Marketplace](/product-handbook/zecrey-nft-marketplace/connect-zecrey-extension-to-nft-marketplace.md).

**Step 1:** Enter your account by clicking the avatar in the upper left corner of Zecrey web app, and click on "**My Collections**".&#x20;

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

**Step 2:** Click "**Create**" to create an NFT collection.

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

**Step 3:** Upload a collection cover, enter the name of the collection, choose to fill in the description, upload a banner image, and fill in a collection URL. If you want to add more details, enter the official website, Twitter, Discord, and Telegram links of your NFT collection. And you can set the creator royalty at a certain percentage from 0 to 10 for your NFT collection, so you'll receive this percentage of the final deal price every time your items are resold in the future. You'll receive your royalty every month in your Legend account.

**Step 4:** Click on "**Create**" and verify the transaction in your wallet extension. You can view it in your NFT collections later.

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


---

# 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.zecrey.com/product-handbook/zecrey-nft-marketplace/create-nft-collection.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.
