# Art Assets

## Overview

To correctly display the media on your NFTs, you will need to provide an IPFS URL to a folder with JSON objects (metadata of each NFT) of your collection.

You can do this natively on Blaze by clicking the `Upload` button, or by using a third party provider like [web3.storage](https://web3.storage/), [nft.storage](https://nft.storage/), or [pinata.cloud](https://www.pinata.cloud/). If you want to use a third party provider for this step, follow [this guide](https://docs.google.com/document/d/1CcY2ICtKcRJRuJ8IzBwc0XnUdcQ7MgGINao28SXJbpg/edit?usp=sharing) created by Blaze community member [Squirrelly Worley](https://x.com/janetchiarello).

<figure><img src="/files/dND57ICbzCEsLbioNvdH" alt=""><figcaption></figcaption></figure>

To do this on Blaze, click `Upload`. You will be presented with the modal below. Then:

* Upload your image folder (the folder with the image files in it, not the image files).
* Optionally: upload your JSON folder which contains your collection's metadata. If you decide to skip this step, Blaze will automatically generate metadata for your collection.
* Your upload cost will be calculated. This is a small fee charged to cover storage costs for your files. You will need to click `Pay`, approve the transaction, and then click `Upload`.
* Once you have accomplished the steps above, click `Save`.

<figure><img src="/files/LcuyNgud6vK3xHu2ZLwL" alt=""><figcaption></figcaption></figure>

You will receive an IPFS URL for your collection. Save it and make sure not to lose it, so you don't need to upload your files again.

The IPFS URL will auto-fill in the collection creation field once you are done, and you can proceed to the next step.


---

# 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.blaze.ong/blaze/creating-your-collection/art-assets.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.
