# Overview

There are many metadata views available for collections to implement. Today, Flowty recognizes the more commonly used metadata views. Over time, Flowty will supplement the list and add to the functionality that collections can unlock with them.&#x20;

Current metadata views on Flowty:

* **Display:** How should platforms show this NFT?
* **Traits (Optional):** What metadata is on this NFT?
* **Royalties (Optional):** In the event of tokens being exchanged for this item, what royalties should be assessed?
* **ExternalURL (Optional):** How can I view this NFT on its original app's native platform?
* **NFTCollectionData:** How do I store, send, or withdraw from this collection?
* **NFTCollectionDisplay:** How should the collection this NFT belongs to be shown?

NOTE: NFTCollectionData and NFTCollectionDisplay also exist as collection metadata (covered in another section)


---

# 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.flowty.io/developer-docs/nft-metadata-standard/overview.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.
