# Tutorials for Creators

- [Create your Collection - Introduction](https://docs.fair.xyz/tutorials-for-creators/create-your-collection-introduction.md): Create your collection on Fair.xyz today
- [Accessing the Creator Interface](https://docs.fair.xyz/tutorials-for-creators/accessing-the-creator-interface.md): The Creator Interface can be found at: https://fair.xyz/
- [Creator Dashboard](https://docs.fair.xyz/tutorials-for-creators/creator-dashboard.md): The Creator Dashboard can be found at https://fair.xyz/dashboard
- [Building your Collection](https://docs.fair.xyz/tutorials-for-creators/building-your-collection.md): You can add a new collection by accessing https://fair.xyz/dashboard/collection/add
- [Single Artwork](https://docs.fair.xyz/tutorials-for-creators/single-artwork.md): 1/1, Limited Editions, and Open Editions
- [Artwork Page](https://docs.fair.xyz/tutorials-for-creators/single-artwork/artwork-page.md): Upload your Artwork
- [Details](https://docs.fair.xyz/tutorials-for-creators/single-artwork/details.md): After uploading your artwork, you'll be brought to the "Details" page, which is an essential step in your building journey.
- [Page](https://docs.fair.xyz/tutorials-for-creators/single-artwork/page.md): This is the "Claim Page" where collectors will arrive
- [Conditions](https://docs.fair.xyz/tutorials-for-creators/single-artwork/conditions.md): Conditions to Buy enables users to create minting requirements for collectors.
- [Deploy](https://docs.fair.xyz/tutorials-for-creators/single-artwork/deploy.md): The 'Deploy' tab is used to finalise and deploy your artwork, so that it is ready to sell
- [Drops and Airdrops](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops.md): Everything about Drops and Airdrops on Fair.xyz
- [Collection Details](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/collection-details.md): The Collection Details page on Fair.xyz
- [Artwork](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/artwork.md): Choose your Artwork for your drop on Fair.xyz
- [Artwork: Upload your work](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/artwork/artwork-upload-your-work.md): Choose your Artwork for your drop on Fair.xyz: Uploading
- [Artwork: Generative Collection](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/artwork/artwork-generative-collection.md): If you have already uploaded your artwork, you can go straight to the next page (Deployment)
- [Scheduling](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/scheduling.md): Schedule your drop on Fair.xyz
- [Conditions to Buy](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/conditions-to-buy.md): Add Conditions to Buy for your drop on Fair.xyz
- [Deployment](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/deployment.md): Deploy your own smart contract on Fair.xyz
- [Airdrops](https://docs.fair.xyz/tutorials-for-creators/drops-and-airdrops/airdrops.md): How to do an Airdrop on Fair.xyz
- [Credit Card Payments](https://docs.fair.xyz/tutorials-for-creators/credit-card-payments.md): How to enable Credit Card Payments
- [Managing your Collection](https://docs.fair.xyz/tutorials-for-creators/managing-your-collection.md): Manage your drop on Fair.xyz


---

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