# Convert Image to NFT

### 🔥 Use cases & Examples

* Tokenize digital artwork into an NFT and list it for sale.
* Convert Photographs into an NFT Collection

### 🖼️ Prepare your Art

First, you prepare your images or photos to convert into an NFT.\ <br>

### 🏞️ Convert to an NFT

Once you have your artwork ready, you can [Create a Smart Contract.](/smart-contract/create-nft-smart-contract.md)&#x20;

1. Choose one of the [Pre-built contracts](/smart-contract/pre-built-contracts.md).&#x20;
2. Choose the network you want to launch your NFT images
3. Upload a Single Image or upload in Bulk
4. Add Metadata and description of your NFT images

### 🚀 Deploy your NFT

Once you complete the Smart Contract, you can sell them through an [NFT Website](/website-builder/faq-nft-website.md) with a Minting page or [Marketplace](/marketplace/create-an-nft-marketplace.md) when you want to show your full collection.\ <br>


---

# 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.imintify.com/use-cases/convert-image-to-nft.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.
