# Create a Collection

## A Collection is a necessary first step&#x20;

Collections allow you to start making NFTs without upfront gas costs, and speed up the minting process. This step will get your collection started. You can edit or add more details later.

You need to create or choose a collection first. A Collection needs a name, a logo image, and a description. You will also need to choose a blockchain for your Collection, and which native token on this blockchain to mint and transact your NFTs with.

At this point it is also useful to choose a category for your Collection to help define the type of NFTs that will be minted within it. Categories are subjective, so just choose whichever you think best represents the content or purpose of your NFTs.

{% embed url="<https://www.youtube.com/watch?v=e4XflJHHtxM>" %}

## Checklist

* [x] Name
* [x] Logo Image
* [x] Description
* [x] Category
* [x] Blockchain
* [x] Token

## Notes

Special characters are not allowed in your Collection's name. This allows other NFT platforms and marketplaces to correctly read and display Collections stored within your wallet.

Your Logo Image can be any image you want to use a a small profile or thumbnail image to represent your Collection.&#x20;

Choosing the correct blockchain and token is important, and cannot be changed later. If you're new to NFTs it may be useful to spend some time understanding popular blockchains and tokens that the NFT community uses to create NFTs.&#x20;

Different communities tend to adopt specific blockchains - all of which all have some unique factors relating to popularity, gas fees, the type of creators working on them, their impact on the environment and perceived.

The description you add to your Collection will be visible on other NFT platforms and marketplaces that can read the blockchain you're minting on, so treat this as a short and informative summary of your NFTs. If you're not sure what to add here, perhaps just a short bio on you as a creator, or the project, works or series you intend to mint as NFTs will be fine.


---

# 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.infinifty.io/creator/how-to-make-nfts/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.
