# Building your Collection

In this section you will be defining the general details of your Collection, which will build the content and details of your Collection page and smart contract.

When clicking 'Create a new collection' on the Creator Dashboard, you will be prompted to choose one of three options:

* **Single Artwork:** upload a single piece of artwork and sell it as a 1-of-1, limited edition (many copies/prints of the same art piece), or Open Edition (unlimited copies/prints of the same art piece).
* **Drop:** sell many pieces of artwork in a single sale
* **Pure Airdrop:** this option is suitable for creators who do not wish to conduct a public sale but rather want to send freebie NFTs to a set of users. Airdrop collections do not have a public collection page.

Use the following links to continue according to the drop format you choose:

* [Single Artwork](/tutorials-for-creators/single-artwork.md)
* [Drops and Airdrops](/tutorials-for-creators/drops-and-airdrops.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/building-your-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.
