# コントラクト作成

ここではコントラクト作成手順を説明します。

{% hint style="info" %}
コントラクト画面項目に関しては[コントラクト作成画面](/jp/webtools/contract/create.md)を参照
{% endhint %}

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

* ウォレットをNFT Gardenに接続している

## 1. コントラクト作成 <a href="#create-contract" id="create-contract"></a>

メインメニューからコントラクト - コントラクトを作成 ボタンより[コントラクト作成ページ](/jp/webtools/contract/create.md)へ移行します。\
\
[コントラクト作成ページ](/jp/webtools/contract/create.md)では、ブロックチェーン/ネットワークを含む必要事項を設定しコントラクトを生成します。コントラクト生成時に指定したネットワークにより、コントラクトに紐付けて生成されるNFTのブロックチェーンが決定されます。

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

## 2. コントラクト処理確認 <a href="#status-check" id="status-check"></a>

コントラクトの作成が開始されると、コントラクト一覧画面に戻ります。

{% hint style="info" %}
コントラクト一覧画面に関しては[コントラクト一覧](/jp/webtools/contract/list.md)を参照してください
{% endhint %}

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

<figure><img src="/files/xQpWiO1lfeNbGE1kqMbO" 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/create-contract.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.
