# Creating an NFT Collection

The process for creating an Collection is simple and done fully through the SZNS UI.

**Step 1.** Connect Wallet

**Step 2.** Click 'Create Collection'

**Step 3.** Enter Collection details and select NFTs

![Collection launch details.](/files/-MjpZeYcA2nhB5r1eDur)

Collection details include information about the Collection token (name, total supply, initial ownership address...).&#x20;

**Step 4.** Distribute tokens

The Collection creator decides how much of the Collection token will be sent to an initial auction. The rest of the tokens remain in the creator's address to be used in various ways (manual distribution, market liquidity, voting, etc).

**Step 5.** Grow your community!

Once the tokens are distributed, it's time to grow your community! This can be done in a variety of ways. The most effective path currently relies on DAO communications via tokenized chat access using CollabLand or Noble. If the community grows large enough, it would be effective to build a governance forum in order to track long form decisions and ideas.


---

# 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.szns.io/tutorials/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.
