> For the complete documentation index, see [llms.txt](https://docs.solscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solscan.io/browsing-the-site/solscan-knowledge-base/general/nft-dashboard/nft-page.md).

# 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="/files/l3H2xaSGrzWPRv1785ZP" 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="/files/PkzxMo2txPTie3ds9JGZ" alt=""><figcaption></figcaption></figure>

This is similar to the [Token Page](/browsing-the-site/token-page.md), with the differenc**e** being that the NFT is also a token, with a supply of 1. &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.solscan.io/browsing-the-site/solscan-knowledge-base/general/nft-dashboard/nft-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
