# NFTの生成

ここではNFT生成の手順を説明します。

{% hint style="info" %}
NFT作成画面の項目に関しては[NFT作成画面](/jp/webtools/nft/mint.md)を参照
{% endhint %}

## 前提条件 <a href="#prerequisite" id="prerequisite"></a>

* コントラクトを作成している
* ウォレットをNFT Gardenに接続している

## 1. NFT生成 <a href="#mint-nft" id="mint-nft"></a>

[NFT一覧画面](/jp/webtools/nft/list.md)上端の`NFTを作成` ボタンよりNFT生成ページへ移行します。\
\
NFT生成ページでは、NFTのコンテンツファイルを含む必要事項を設定しNFTを生成します。指定したコントラクトの作成時に指定されたブロックチェーン/ネットワークにより、生成されるNFTのブロックチェーン/ネットワークが決定されます。

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

## 2. NFT生成状況確認 <a href="#status-check" id="status-check"></a>

NFTの生成が開始されると、NFT一覧画面に戻ります。

{% hint style="info" %}
NFT一覧画面に関しては[NFT一覧](/jp/webtools/nft/list.md)を参照
{% endhint %}

{% hint style="info" %}
NFTの生成が失敗する場合は、NFT作成画面から再度NFT生成を実行してください。作成しても処理が失敗する場合、ブロックチェーンに問題がある可能性があるため時間をおいてからお試しください。
{% endhint %}

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


---

# 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.nftgarden.app/jp/tutorial/mint-nft.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.
