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

# Create an NFT Collection

## Steps of Creating an NFT Collection

Creating an NFT collection consists of two main steps; **storing assets** and **configuring collection details and settings.**&#x20;

Stargaze Studio allows you to handle all the steps on a single page without writing a line of code. Stargaze Studio is recommended for all creators.&#x20;

This tutorial will cover the following:

* Storage options, uploading assets and metadata
* Configuring collection and minting details
* Whitelist and Royalty settings (optional)

## Choosing a Collection Type

The first step is deciding what type of collection best fits your project. \
\
There are 3 types of collections that can be created through Stargaze Studio at present with a guide for each:

<figure><img src="/files/9fyqYLUvPr63WWJKl1a2" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In all cases, it is **highly recommended** to first launch your collection on [**testnet**](https://studio.publicawesome.dev) before launching on [**mainnet**](https://studio.stargaze.zone)**.**
{% endhint %}

**1) Standard Collection**

A collection of up to 10,000 unique NFTs that utilizes the Stargaze randomized minter. This is the most common collection type for things like PFP collections.\
\
[Jump to Creating a Standard Collection](broken://pages/ZiBCjJxOPyUxnmVBSm6G)

**2) Open/Limited Edition Collection**

A single NFT that can be minted multiple times within a timeframe or quantity defined by the creator. This is commonly used by artists selling multiple copies of a single piece of art or for ticketing.\
\
[Jump to Creating an Open/Limited Edition Collection](broken://pages/U2NOkdhfBvIqInAEmVA2)\
\
**3) 1/1 Collection**\
\
A collection created with a single NFT minted automatically to the creator's wallet and more NFTs can be added by the creator over time. This is commonly used for custom profile picture collections or other ongoing collections such as commissions.

[Jump to Creating a 1/1 Collection](broken://pages/CkStb2SXrQ0kQZNAEAN2)

{% hint style="info" %}
In all cases, it is **highly recommended** to first launch your collection on [**testnet**](https://studio-testnet.stargaze.zone/) before launching on [**mainnet**](https://studio.stargaze.zone)**.**
{% endhint %}


---

# 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:

```
GET https://docs.stargaze.zone/create/stargaze-studio/create-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.
