# Testnet

The Testnet of Cardano is identical to the structure of the Mainnet of Cardano.\
However, both networks are completely independent networks. This is why you need to create a [Testnet Account](https://docs.nmkr.io/nmkr-studio/testnet/create-testnet-account) with NMKR Studio and are not able to interact with mainnet projects on the testnet environment.\
\
The Testnet also has it's own [Testnet API](https://docs.nmkr.io/nmkr-studio/testnet/testnet-api-swagger), that can be used in the same way as the Mainnet.

{% hint style="info" %}
The Testnet Version of NMKR Studio is running on the **Preprod** Testnet of Cardano.
{% endhint %}

{% hint style="success" %}
As both versions of NMKR Studio, Testnet and Mainnet are the same you can use the [Mainnet Documentation of NMKR Studio](https://docs.nmkr.io/nmkr-studio) to learn how to use the NMKR Studio Testnet Version. This Also applies for the [API Swagger Docuementation for the Mainnet](https://docs.nmkr.io/nmkr-studio-api/api-swagger).
{% endhint %}

### Testnet Links

NMKR Studio:&#x20;

{% embed url="<https://studio.preprod.nmkr.io/>" %}

NMKR API Swagger:

{% embed url="<https://studio-api.preprod.nmkr.io/swagger/index.html>" %}

NMKR Pay:

{% embed url="<https://pay.preprod.nmkr.io/>" %}

Claim Testnet ADA (tADA)

{% embed url="<https://docs.cardano.org/cardano-testnet/tools/faucet>" %}


---

# 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.nmkr.io/nmkr-studio/testnet.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.
