# Create your Collection - Introduction

The [Fair.xyz](http://Fair.xyz) Creator Interface is built to allow for the most seamless, simple and code-free experience for Creators. In the following tutorial, we will go through the steps required to build an end-to-end collection through the [Fair.xyz](http://Fair.xyz) platform - from artwork generation to smart contract and minting site deployment, and everything in-between!

![](/files/lE58wsVo0o5tsFnz1tb0)

**What do I need to launch my own collection?**

* A wallet (with just a little bit of funds in it to pay gas fees - [Fair.xyz](http://Fair.xyz) does not take any upfront costs) - you can learn more about wallets and how to set one up [here](/nft-fundamentals/setting-up-your-wallet.md)
* Artwork, or layers to generate your artwork
* 5-10 minutes of your time (that’s how long it should take to launch your collection if you have all the collection information ready to go!)

{% hint style="info" %}
The gas cost of launching an NFT collection with [Fair.xyz](http://Fair.xyz) is anywhere between 10-22x cheaper (depending on which blockchain you’re launching on) than traditional deployments
{% endhint %}

We've also prepared a video walkthrough so that you can easily follow how to launch your own collection with Fair.xyz:

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

If you are ready with the above - great! It’s time to build. Let's dive right in:

* Step 1: [Accessing the Creator Interface](/tutorials-for-creators/accessing-the-creator-interface.md)
* Step 2: [Creator Dashboard](/tutorials-for-creators/creator-dashboard.md)
* Step 3: [Building your Collection](/tutorials-for-creators/drops-and-airdrops.md)
* Step 4: [Deployment](/tutorials-for-creators/drops-and-airdrops/deployment.md)
* Step 5: [Managing your collection](/tutorials-for-creators/managing-your-collection.md)


---

# 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.fair.xyz/tutorials-for-creators/create-your-collection-introduction.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.
