# Details NFT

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOcI9N5MkVNdQ39lBePsW%2Fuploads%2FMjR62SxLnJfw8FkzreNG%2FScreen%20Shot%202022-09-20%20at%2017.31.00.png?alt=media&#x26;token=179dcae0-d22b-4ab7-9a77-357ec91ff3e8" alt=""><figcaption></figcaption></figure>

User clicking on an NFT will go to the NFT details screen. Includes pictures and details of NFT:

* ID, Name, Price, Picture
* Description
* Land on Map (only vrLand)
* Sale History
* Button Buy

In addition, the User can also perform the following Actions:

* Click the reload icon to reload the data
* Click on the view icon to view on Map (only vrLand)
* Click the share icon to share the link refer to other users
* Click the Add to Wishlist icon to add the item to your favorite list
* Click the Add to Collection icon (in case you own that NFT and have not added the NFT to the collection)
* Click the remove out Collection icon (in case you own that NFT and have added that NFT to the collection)
* Click the report icon to report NFT

Below the NFT details, there will be a list of suggested NFTs by NFT type (List of NFTs belonging to a collection in case that NFT belongs to a certain collection or List of recent NFTs - Recent NFTs)

### Add NFT to Collection <a href="#add-nft-to-collection" id="add-nft-to-collection"></a>

After creating a Collection, you can add NFTs to the collection from the details of the NFT: access the details of the NFT you own and add to the Collection.


---

# 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://documentations.bizverse.world/nft-marketplace-in-bizverse/details-nft.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.
