# Creating an NFT Collection

With Metaplex it is possible to create a collection of your created NFTs. It is as simple as going to <https://collections.metaplex.com/> and connecting your wallet with the NFTs of the collection you want to make. \
\
\
Here you click the "New Collection" button and you will need to fill in the following fields:&#x20;

NAME(REQUIRED)\
\
SYMBOL\
\
LOGO (We recommend choosing a PNG, JPG, SVG or a GIF that is at least 600x600 (1:1) pixels and&#x20;

DESCRIPTION

ADD COLLECTION ITEMS&#x20;

AUTO RETRY\
\
Once these are filled in you can submit to create your Metaplex Collection!\
\
For a deeper dive into collections: <https://docs.metaplex.com/programs/token-metadata/token-standard#collections>


---

# 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://wiki.holaplex.com/holawiki/minting/creating-an-nft-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.
