# Lazy Minting

{% hint style="success" %}
Lazy Minting is the process of uploading the NFT assets (images and metadata) to the contract to be minted. Lazy Minting in itself does not mint the tokens. This essentially "queues" them up to be minted.&#x20;
{% endhint %}

## Types of Media uploads

There are  2 ways to upload assets to your Oohhwwee contract

* [CSV + Image files](/oohhwwee/features/launch-pad/lazy-minting/lazy-minting-with-a-csv.md)
* [JSON (Advanced)](/oohhwwee/features/launch-pad/lazy-minting/lazy-minting-with-a-json.md)

Example files are available for download on the Minting tab of your Ooohhwwee contract dashboard

{% embed url="<https://screen.studio/share/M4mvH5vm>" %}


---

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