# NFT Page

Indepth look at your favorite NFT on Solscan.

The **overview section** gives you a proper breakdown on some relevant information regarding the NFTS.

<figure><img src="https://3408068746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2WGem6IdHOZpBD3zJX%2Fuploads%2FMptTOfF1gyjdW9T70LPd%2FScreenshot%202022-10-04%20at%2011.26.06.png?alt=media&#x26;token=7d19b235-d0ac-4250-bf20-a58713c2eefa" alt=""><figcaption></figcaption></figure>

* **NFT Name**: The name of the NFT
* **Status**: some insights regarding the state of the NFT - location, ability to mutate
* **External Link**: Link to the project site
* **Royalty**: sale percentage on the NFT paid out to the creator
* **Collection**: the collection where users can find similar NFTs
* **Market Place**: where users can buy the NFT on the secondary markets
* **Creators:** Originators of the NFTs, with different ownership level of the royalty
* **Attributes:** Different attributes of the&#x20;

### **Profile Summary**

Display the info regarding the technical aspects of the NFT (as an SPL Token)

* **Token Address**: The hosted position of the NFT
* **Mint time**: The time of the NFT Minting period
* M**int Authority**: The program where the mint starts
* **Update authority**: The owner of the mutation of the NFT, can upgrade the contract
* **Sol Balance**: Value of the NFT
* **Token supply**: the supply of this specific NFT (1)

### **NFT Token Page**

<figure><img src="https://3408068746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2WGem6IdHOZpBD3zJX%2Fuploads%2FQ7AWliQowDRk4Vyt9UPG%2FScreenshot%202022-10-04%20at%2011.26.13.png?alt=media&#x26;token=4b9633dd-1bb7-453b-99f3-cb2eb6d2af61" alt=""><figcaption></figcaption></figure>

This is similar to the [Token Page](https://docs.solscan.io/browsing-the-site/token-page), with the differenc**e** being that the NFT is also a token, with a supply of 1. &#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.solscan.io/browsing-the-site/solscan-knowledge-base/general/nft-dashboard/nft-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.
