# Setting up a Testnet account

There are two components you need to use in order to set up Aleph Zero Testnet account:&#x20;

* [Testnet wallet/explorer](https://test.azero.dev/) where you can create an account and later deploy and interact with your smart contracts.&#x20;
* [Testnet Faucet](https://faucet.test.azero.dev/), where you can receive some free TZERO tokens that are needed to interact with Aleph Zero Testnet and experiment with smart contracts development.<br>

The required steps are simple:

* Open the [Accounts tab](https://test.azero.dev/#/accounts) of the Testnet wallet and add an account following the on-screen instructions.
* Use the [Testnet Faucet](https://faucet.test.azero.dev/) to receive coins for your newly created account - just copy your account address and paste it into the Faucet. Your TZERO will be available almost instantly - certainly before you can switch back to the tab with the explorer to check it :)


---

# 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.alephzero.org/aleph-zero/build/aleph-zero-smart-contracts-basics/setting-up-a-testnet-account.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.
