# NFT Details

Let's explore all the details of the NFT that you've just listed!

<figure><img src="/files/k8davoPSUoQYSwMChgmy" alt=""><figcaption><p>NFT details entice all needed information!</p></figcaption></figure>

Here are the details you need to know about your particular NFT:

* Creator: the one who minted this NFT;
* Collection: type of collection is show under the name (ERC721 or ERC1155);
* Network: your chosen Blockchain network;
* Created at: time and date of mint;
* Minting type: Lazy Minted = Free Minted, it means that the token itself (the NFT) hasn't been minted on Blockchain, only when the Buyer purchases it will be minted;
* Total supply: total number of NFT's ever minted / created. Not ALL of them will be put on sale, in this example - the number of offers is 1 which means only 1 pc. of that NFT will be put on sale;
* TokenID: because this was Lazy Minted the NFT address / token address is not yet visible;
* Contract address: the smart contract on Blockchain that was used to mint this NFT;
* Description: all the other details about this NFT;
* Tags: users will search NFT's by using this tag on the Search page;


---

# 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://guides.fungies.io/for-developers/creating-your-nfts/nft-details.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.
