> For the complete documentation index, see [llms.txt](https://docs.nftgarden.app/en/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/en/getting-started.md).

# Getting started

## 1. Sign up NFT Garden <a href="#signup" id="signup"></a>

{% hint style="info" %}
An email address or [Google account](https://www.google.com/intl/ja/account/about/) is required for user registration.
{% endhint %}

To register for NFT Garden, please go to the [NFT Garden home page](https://nftgarden.app) and [register as a new user](https://my.nftgarden.app/register).

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

{% hint style="info" %}
Click [here](https://my.nftgarden.app/register) to register as a new user of NFT Garden.
{% endhint %}

## 2. Connect wallet <a href="#connect-wallet" id="connect-wallet"></a>

After logging into NFT Garden, connect your digital wallet.

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

{% content-ref url="/pages/FAVpOSGcE6ruzEYUpxO6" %}
[Connect wallet](/en/tutorial/connect-wallet.md)
{% endcontent-ref %}

## 3. Create contract <a href="#create-contract" id="create-contract"></a>

{% hint style="info" %}
Prior [collection contract](/en/tutorial/create-contract.md) is required for NFT minting.
{% endhint %}

Create a contract before NFT generation. Select the blockchain when creating the contract.

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

{% content-ref url="/pages/2eTR06eAvxMyCwsNve3h" %}
[Create contract](/en/tutorial/create-contract.md)
{% endcontent-ref %}

## 4. NFT minting <a href="#mint-nft" id="mint-nft"></a>

Generate NFTs in a way that ties them to the contract.

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

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

## 5. Check NFTs <a href="#check-nft" id="check-nft"></a>

Check the NFTs mint on the marketplace.

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

{% content-ref url="/pages/FfBt0oE7i6b607JaReXC" %}
[Check NFT](/en/tutorial/check-nft.md)
{% endcontent-ref %}

{% hint style="info" %}
Click [here](broken://pages/7HxomFrD3qyDw9gyCpBt) for NFT listing instructions in the Marketplace.
{% endhint %}


---

# 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:

```
GET https://docs.nftgarden.app/en/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.
