# View NFT Details

This page is accessed by clicking on an NFT card from the Explore/Collection page.

<figure><img src="/files/p42RwT0gWDsxbCozDDQC" alt=""><figcaption><p>Fig1: NFT Details Page</p></figcaption></figure>

### NFT name

**"SecondNFT"** is the name of the NFT.

{% hint style="info" %}
**Note that the thumbnail image that you see is the latest uploaded image for this NFT.**
{% endhint %}

### Created By

You can see the NFT creator's name as well as the Zus wallet address. Upon clicking on the wallet address, you'll be taken to the Atlus app where you can see the wallet details.

### View Ensemble

The **"View Ensemble"** button is used to see all uploaded content such as images, videos, PDFs, etc. related to the NFT. A carousel will open where you can see the uploaded content.

<figure><img src="/files/ItcQb2yzyjMc9rPD3C3Q" alt=""><figcaption><p>Fig2: NFT Carousel</p></figcaption></figure>

This will open a File Viewer Carousel that you can use to view and download your files.

### Buy NFT

The **"Buy NFT"** button is used to purchase/mint an NFT. It will take you to the [Buy NFT](https://chalk.software/mint-nft?CollectionID=0x729e5f8264B97C7407903E7D2DF0fb40C1F8Ab3c\&tokenIdentifier=1\&nftID=1) page.&#x20;

### Contract Address

The **"Contract Address"** field is the Polygon contract address of the NFT. You can see it on [**Polygon Explorer**](https://polygonscan.com/) after the NFT is minted.&#x20;

### Token ID

The **"Token ID"** field is the unique identifier of the NFT created inside a collection. It always starts from 1 for each collection.

### Activity

When the NFT is minted/purchased, you'll see the Activity table where you can see the minting details of the NFT.&#x20;

* Event: The `event` field tells you about the NFT's latest transaction on the blockchain. It will always be "Minted" when the NFT is purchased/minted.
* Address: The `address` field is the NFT contract address on the blockchain.&#x20;
* From: The `from` field is the initial address of the NFT owner.
* To: The `to` field is the buyer's MetaMask wallet address.&#x20;
* Timestamp: The `timestamp` field is the date and time when the NFT was minted/purchased.

<figure><img src="/files/Rueyk7l3f5tHIaf9w5IK" alt=""><figcaption><p>Fig3: Activity Table</p></figcaption></figure>


---

# 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.zus.network/zus-docs/webapps/chalk/nft-details-page.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.
