# NFT Art Collection

### 🖼️ 1. Create your NFT Art

To create an **Art** **collection,** you first need some Art. You have the following options.

#### 🎨 Design your Art with an artist

You can ask an artist to draw you images or image layers.

#### ⚙️ Generate your Art

You need to have **Art Layers** if you want to be able to use the NFT Generator. \
[Generate an NFT Collection](/nft-generator/generate-an-nft-collection.md)

#### 🏞️ Create NFT images yourself

You can use the NFT Image Creator to upload your images, or you can use our trait library.

[NFT Image Editor](/nft-image-editor/create-nft-image-from-library.md)<br>

### 🌍 2. Create a Landing page website

To promote your upcoming collection, you can optionally create a Landing website.&#x20;

[Create an NFT website](/website-builder/create-an-nft-website.md)

###

### 📃 3. Create an Allow List

Collection users and let them sign up for the Whitelist. This list can be minted before the public at a discounted price. You can add this as a claim phase to your Smart Contract.

[Create an allow list](/whitelist/create-an-allow-list.md)\
\ <br>

### 📝 4. Deploy a Smart Contract

Once you have your NFT Art and the optional Allow list, you can create a Smart Contract. Upload your NFTs, add your claim phases, and add to the blockchain.

[Create NFT Smart Contract](/smart-contract/create-nft-smart-contract.md)\
\ <br>

### 🌏 5. Deploy a Minting Website

Now that your NFT is on the blockchain. You can add a Minting page to your NFT landing page to make it a Minting website. If you want to skip the landing page, create a new website.

[Create an NFT website](/website-builder/create-an-nft-website.md)\
\ <br>

### 🎙️ 6. Marketing

You only have to promote your NFT Collection to the public.

[Read more about NFT Marketing](https://imintify.com/nft-marketing/).

&#x20;


---

# 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/nft-art-collection.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.
