> For the complete documentation index, see [llms.txt](https://docs.nftgarden.app/jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftgarden.app/jp/webtools/nft/mint.md).

# NFT作成画面

この画面では、NFTの新規作成が行えます。

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

## 設定項目 <a href="#items" id="items"></a>

<table><thead><tr><th width="248.33333333333331">項目名</th><th width="75">必須</th><th>説明</th></tr></thead><tbody><tr><td>テンプレートを選択</td><td>Yes</td><td>作成するNFTのテンプレートを選択します。<code>画像NFT</code> <code>動画NFT</code> <code>音楽NFT</code> の3種類が選択可能です。</td></tr><tr><td>ファイルアップロード</td><td>Yes</td><td><p>NFTのコンテンツファイルをアップロードします。ファイルサイズは<mark style="background-color:orange;">5MB</mark>以内です。</p><p><code>画像:JPG,PNG,GIF,SVG,WEBP</code> <code>動画:MP4</code> <code>音楽:MP3,WAV</code></p></td></tr><tr><td>名称</td><td>Yes</td><td>NFTの名称を設定します。</td></tr><tr><td>コントラクトを選択</td><td>Yes</td><td>どのコントラクトでNFTを生成するかを選択します。</td></tr><tr><td>詳細</td><td>Yes</td><td>NFTの詳細情報を設定します。</td></tr><tr><td>NFT生成数</td><td>Yes</td><td>現在は1が固定で入力済みです。</td></tr><tr><td>プロパティ</td><td>No</td><td>追加のプロパティを設定する場合に使用します。</td></tr><tr><td>キー</td><td>Yes</td><td>追加のプロパティを設定する場合に使用します。</td></tr><tr><td>値</td><td>Yes</td><td>追加のプロパティを設定する場合に使用します。</td></tr><tr><td>付与先ウォレットアドレス</td><td>No</td><td>コントラクトがSBTの場合のみ必須。NFTの付与先のウォレットアドレスを入力。</td></tr></tbody></table>

{% hint style="info" %}
選択したコントラクトで使用したブロックチェーン/ネットワークによって、NFTが生成されるブロックチェーン/ネットワークは決まります。
{% endhint %}

{% content-ref url="/pages/2eTR06eAvxMyCwsNve3h" %}
[コントラクト作成](/jp/tutorial/create-contract.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nftgarden.app/jp/webtools/nft/mint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
