> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/tesutonetto/tesutonettoakauntono.md).

# テストネットアカウントの作成

テストネットはCardanoメインネットのコピーですが、テストネットとメインネットは全く別の独立したネットワークなので、テストネット用に新しいアカウントを作成する必要があります。

#### テストネットのアカウント登録

テストネットアカウントの登録には、以下のリンクをご利用ください。登録方法はメインネットアカウントと同じです。

{% embed url="<https://studio.preprod.nmkr.io/register>" %}
NMKR Studio Testnet Account
{% endembed %}

プロジェクト作業中に両方のアカウントを混同しないように、アカウント詳細の下にある大きな赤い 「本番前の環境」タグでテストネットを識別することができます。

<figure><img src="/files/6kjuj85aPlgEvOltLUzv" alt=""><figcaption></figcaption></figure>

これでテストネットアカウントの使用を開始できます。

{% hint style="success" %}
[ミントクーポンを購入](https://docs.nmkr.io/nmkr-studio/account/mint-coupons)したり、テストネットのプロジェクトと何らかの形でやり取りをしたい場合は、[テストネットウォレットとテストネットADA](https://docs.nmkr.io/nmkr-studio/testnet/testnet-wallet-and-tada)をご利用ください。
{% 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, and the optional `goal` query parameter:

```
GET https://docs.nmkr.io/jp/nmkr-studio/tesutonetto/tesutonettoakauntono.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.
