# Setting up a Testnet account

**To set up your Phron Testnet account, you’ll need two key components:**

1. [**Testnet Wallet/Explorer:**](https://phron.ai/wallet) This is where you can create your account, deploy smart contracts, and interact with them.
2. [**Testnet Faucet:**](https://faucet.phron.ai/) Here, you can receive free TPHR tokens, which are necessary for interacting with the Phron Testnet and experimenting with smart contract development.

**The steps are straightforward:**

1. **Create an Account:** Open the "Accounts" tab in the Testnet wallet and follow the on-screen instructions to add a new account.
2. **Receive Testnet Tokens:** Use the [Testnet Faucet](https://faucet.phron.ai/) to get free TPHR tokens. Simply copy your new account address and paste it into the Faucet. Your TPHR tokens will be available almost instantly—likely before you even switch back to the explorer to check!


---

# 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://dev.phron.ai/build-with-phronai/smart-contracts-development/rust-contracts/phron-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.
