# NFTs

PlutoFramework comes with native NFT support. Feel free to utilise it.

NFT standards currently supported:

* NFTs pallet on Polkadot/Kusama Asset Hub
* NFTs pallet on Xcavate
* NFTs pallet on Mythos
* Uniques pallet on Unique network

<figure><img src="/files/SquN2mHLKmHcKV63OQb4" alt="" width="375"><figcaption><p>NFTs page</p></figcaption></figure>

By default, the secondary page is set to display NFTs page. This page contains: Featured nfts for sale, Favourite NFTs, Owned NFTs, Favourite Collections and owned Collections.

## Know everything about the NFT

PlutoFramework can also display full detail page of the NFT with all information about it.


---

# 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://plutolabs.gitbook.io/plutoframework/make-your-application/nfts.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.
