# Uploading your artwork

This brief tutorial will explain the process of uploading your collection's artwork to the decentralized storage (IPFS) on Mintpad. Once you have completed the steps in the 'Settings' tab, you can proceed to the 'Upload collection' tab.

On this page, you can upload two artworks. The artwork that people will mint when launching your NFT project, and the artwork that people will receive when they burn the minted artwork.

### **Step 1: Provide Artwork Details**

Provide a name and description for both of your artworks.

### **Step 2: Choose Files**

Click the 'Choose files' button.

### **Step 3: Upload Artworks**

Upload your artwork. (Mintpad supports PNG, GIF, JPG, and MP4 formats)

Upon successful upload of your artwork collection, it should be displayed in the 'Preview' section.

### **Step 4: Update Collection**

At the bottom of the page, click the 'Update collection' button to add your artworks to the smart contract.

### **Step 5: Confirm Transaction**

Confirm the transaction in the pop-up window.


---

# 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.mintpad.co/open-edition-burn/uploading-your-artwork.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.
