# Export NFT as csv

This option allows you to download a csv sheet that contains all data about the tokens iny our project.

<figure><img src="/files/Eh98gujWcgwvUC7f6KIM" alt=""><figcaption></figcaption></figure>

The downloaded csv file will now contain the following information about each token in your project and can be viewed in any spreadsheet-software like Excel or Google Sheets.<br>

* Token ID
* Token UID
* Tokenname
* Displayname
* Detaildata
* IpfsHash (mainfile)
* State
* Minted (false or true)
* PolicyId
* AssetId
* Assetname
* Specific Payment Gateway Link
* IsSubfile (false or true)
* MainFileId


---

# 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.nmkr.io/nmkr-studio/project/export-nft-as-csv.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.
