# NFTをcsv形式でエクスポート

このオプションにより、プロジェクト内のトークンに関するすべてのデータを含むcsvシートをダウンロードすることができます。

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

ダウンロードしたcsvファイルには、プロジェクト内の各トークンに関する以下の情報が含まれており、ExcelやGoogle Sheetsなどのスプレッドシートソフトウェアで表示することができます。

* Token ID　（トーケンID）
* Token UID　（トーケンUID）
* Tokenname（トーケン名）
* Displayname（表示名）
* Detaildata　（詳細データ）
* IpfsHash (mainfile)　（メインファイル）
* State（状態）
* Minted (false or true)　
* PolicyId（ポリシーID）
* AssetId（アッセットID）
* Assetname（アセット名）
* Specific Payment Gateway Link（特定の支払いゲートウェイリンク）
* IsSubfile (false or true)
* MainFileId（メインファイルId）


---

# 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/jp/nmkr-studio/purojekuto/nftwocsvdeekusupto.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.
