# Create a Collection

To access the Customize Collection section, go to main menu click on Tools > Create collection

<div align="left"><img src="/files/0NFwV3qCUGreqx2FLglY" alt=""></div>

If you are not connected or not on the right network a modal will appear asking you to change to the correct network and connect your wallet;

1\. Select the Network/Blockchain where your collection and their NFTs will exist, then click "**Next**"

<div align="left"><img src="/files/xuCdwhvrQQt4pT7nYye2" alt=""></div>

2\. Select the Contract type:

* [Creator Singles (ERC-721)](/help-center/luxy-marketplace/key-concepts/collections/erc-721-standard.md) - Create the collection using the ERC-721 standard. This emphasizes that each token created using this standard has a maximum balance of 1, and zero decimal places ("precision 0") which means the entire NFT can only be owned by one person at a time.
* [Creator Multiples (ERC-1155)](/help-center/luxy-marketplace/key-concepts/collections/erc-1155-multiple.md) - Create the collection using the ERC-1155 standard, which enables you to issue many distinct NFTs within the same smart contract.

![](/files/oslc2qYJ927MwbWE3PdC)

3\. Fill in the collection information

* Collection Name
* Collection Symbol
* Set the maximum NFTs that can be minted in this collection

![](/files/1mMxwgxJNXCSqFrBCCdj)

{% hint style="danger" %}
Choose wisely! The maximum of NFTs mintable cannot be modified after the collection is created.
{% endhint %}

4\. Review the information about your Collection. Feel free to go back in the creation process before you create the collection. If you are sure about the information filled in click "**Create Collection**"!

![](/files/ZKuqk1duWBCTM3W5H9ET)

A MetaMask window will appear asking you to confirm the transaction in your wallet, click on "**Confirm**" to submit the transaction and make it final.

<div align="left"><img src="/files/sD7YDwpIJ4qaSpQ6TuxB" alt=""></div>

And done! Now your Collection has been created.

<div align="left"><img src="/files/359wosmO7xGlntxNfT2s" alt=""></div>


---

# 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.luxy.io/help-center/luxy-marketplace/collection-management/create-a-collection.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.
