# はじめましょう

## 1. NFT Gardenに登録 <a href="#signup" id="signup"></a>

{% hint style="info" %}
ユーザー登録にはメールアドレスまたは[Googleアカウント](https://www.google.com/intl/ja/account/about/)が必要となります。
{% endhint %}

NFT Gardenの登録へは[公式サイト](https://nftgarden.app)の[サインサップ](https://my.nftgarden.app/signup)より進みます。

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

{% hint style="info" %}
NFT Gardenの新規登録は[こちら](https://my.nftgarden.app/register)
{% endhint %}

## 2. ウォレット接続 <a href="#connect-wallet" id="connect-wallet"></a>

NFT Gardenにログイン後、デジタルウォレットを接続します。

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

{% content-ref url="/pages/FAVpOSGcE6ruzEYUpxO6" %}
[ウォレット接続](/jp/tutorial/connect-wallet.md)
{% endcontent-ref %}

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

{% hint style="info" %}
NFT生成を行うにはコントラクトの事前作成が必要です。
{% endhint %}

NFT生成の前にコントラクトを作成します。コントラクト作成時にブロックチェーンを選択します。

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

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

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

コントラクトに紐づける形でNFTを生成します。

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

{% content-ref url="/pages/3SoxZ6YeWPJ0aSOFDxzN" %}
[NFTの生成](/jp/tutorial/mint-nft.md)
{% endcontent-ref %}

## 5. NFTの確認 <a href="#check-nft" id="check-nft"></a>

マーケットプレイス上で生成されたNFTを確認します。

<figure><img src="/files/52vbECsIkq8XfaWZqmEJ" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/FfBt0oE7i6b607JaReXC" %}
[NFTの確認](/jp/tutorial/check-nft.md)
{% endcontent-ref %}


---

# 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/getting-started.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.
