# Creating collectibles

<figure><img src="https://3563393395-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0UGlgF3AyVVSY2oO1Oq1%2Fuploads%2FeiDbwHg6rJrqan0jiKQY%2Fcreate-collectible.gif?alt=media&#x26;token=6d20593c-409c-49ff-b167-c1aa29d043d5" alt=""><figcaption><p>Creating a new digital collectible</p></figcaption></figure>

## Quick Create

We've designed the process of creating a new digital collectible to be as quick and easy as possible.&#x20;

From the MintFly Collectibles Manager, you can select the `Create`  button located in the page header to launch the new collectible wizard.&#x20;

To create a new digital collectible all you need is:&#x20;

* Image
* Collectible Name
* Collectible Type

Simply, hit the `Create` button located in the new collectible wizard and the first draft version of your digital collectible will be created.&#x20;

{% hint style="info" %}
All newly created digital collectibles will be initially created as **drafts**. This allows you to make changes or delete your collectible before distributing it.&#x20;
{% endhint %}

<figure><img src="https://3563393395-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0UGlgF3AyVVSY2oO1Oq1%2Fuploads%2FHComBr5JjKUNU1IsMCcN%2Fcreate-collectible-modal.gif?alt=media&#x26;token=e91816ec-f317-4785-820a-e7ae9cad19c1" alt=""><figcaption><p>Using the Create Collectible Dialog</p></figcaption></figure>

## Supported types

We support a range of different types that describe what category your collectible falls under

| Type           | Description                                                                                |
| -------------- | ------------------------------------------------------------------------------------------ |
| PFP Avatar     | Image asset designed to be used as a profile picture or avatar                             |
| Loyalty Reward | Digital reward that can be issued to users as a loyalty bonus                              |
| Ticketing      | Digital tokens that can be used as tickets to gain entry to virtual or physical events     |
| Membership     | Record of a user's membership to your brand or organisation                                |
| Generative     | Digital media that has been produced through generative artwork or artificial intelligence |
| Art            | Digital artwork stored on the blockchain                                                   |
| Music          | Digital copies of music stored on the blockchain                                           |
| Video          | Digital copies of videos stored on the blockchain                                          |
| Game           | Digital copies of games stored on the blockchain                                           |
| Asset          | Generic digital assets stored on the blockchain                                            |
| Certificate    | Digital certificates issued to specific groups or persons                                  |
| Photography    | Digital photography stored on the blockchain                                               |

## Collectible status

Currently, we support 2 main statuses for digital collectibles:&#x20;

* Ready
* Minted

### Ready

The ready status indicates that a digital collectible is ready for distribution either via airdrop or storefront link, but has not yet been claimed or minted by users.&#x20;

While in ready status, collectibles can be edited or deleted.&#x20;

### Minted

Digital collectibles will change to the minted status once you begin to distribute the asset (through your storefronts or airdrops) and we detect it has been minted on your chosen blockchain at least once.&#x20;


---

# 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://academy.mintfly.io/digital-collectibles/creating-collectibles.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.
