# Lazy Minting with a CSV

Download and update the file data

## Download and update the CSV file

Download the CSV file from your contract dashboard

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

Replace the data in each row with the data for each nft

When using CSV files, your image/video filenames must exactly match what's specified in your CSV's "image" column. For example, if your CSV has "0.png" in the image column, you must upload a file named "0.png".

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

## Add Files to a shared folder

Once you have updated your csv, save your files to a shared folder for ease of access

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

## Upload files to your contract dashboard

Once the files are in a shared folder, you can return to your contract dashboard, select the "Minting" tab, and click on the Select Files box.

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

Make sure you select BOTH the CSV and image files at once. Once they have loaded into the contract dashboard, we will automatically match the images and metadata for you.&#x20;

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

Once all files have been matched, click Create Lazy Mint Collection and your assest will be prepped and added to the contract ready for public mint!

{% hint style="success" %}
You can view all the images you just uploaded to the contract in the Collection Tab on the contract dashboard. This is ONLY viewable by the collection owner and anyone with the DEFAULT\_ADMIN role on the contract
{% endhint %}


---

# 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://oohhwwee.gitbook.io/oohhwwee/features/launch-pad/lazy-minting/lazy-minting-with-a-csv.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.
