> 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/configure-collection-and-minting-details.md).

# Configure Collection and Minting Details

### Collection and Minting Details

Now that the assets and metadata are ready, you need to decide on the collection and minting details. These are the essential information related to your collection, we suggest you double-check them as some of them are not changeable after the collection is published.

The following information is needed:

#### Collection Details

* **Name:** The title of your collection
* **Description:** The detailed explanation of your collection
* **Symbol:** A symbol for your collection.
* **Cover Image:** The cover image that will be shown on the collection page. GIFs are supported.
* **External Link (optional):** A link you can provide on your collection page such as a webpage.

#### Minting Details

* **Number of Tokens:** Number of tokens (images) in your collection. (Filled automatically if you provided an API key)
* **Unit Price:** Price of each token (min. 50 $STARS)
* **Per Address Limit:** Maximum number of tokens an address is allowed to mint from your collection.
* **Start Time:** Start time for the minting

Now that the essential details are filled, the collection is ready to be published. However, if you want to create a whitelist for your collection or set a royalty percentage, proceed to the [Whitelist and Royalty Options](broken://pages/Fv5Bum0z1tOV2zpHtCBL).

If you don't want to set any whitelist or royalty, press the **Create Collection** button and sign the pop-up transaction. An info box will appear at the top of the page when the transaction is confirmed.

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

{% hint style="info" %}
It is important to save all the printed information as you'll need the addresses to interact with the collection. Visit the [Broken mention](broken://pages/3WE9BLfHzKLUnkkEiSRM) page to learn about the interactions you can have with the collection after the launch.
{% endhint %}

{% hint style="success" %}
Congrats! You have successfully learned how to create and publish an NFT collection.

It may take a little time until your collection appears on Stargaze.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.stargaze.zone/create/stargaze-studio/create-an-nft-collection/configure-collection-and-minting-details.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.
