# Testnet overview

{% hint style="warning" %}
Testnet is under active development and subject to change
{% endhint %}

### Testnet information

The **Plan B Testnet** is live on [Avalanche Fuji](https://docs.avax.network/protocol/networks/fuji-testnet) testnet.

* **Chain Name**: Plan B Testnet
* **RPC:** <https://rpc-test.planb-labs.com>
* **Chain ID:** 91418
* **Native token:** BTC.b
* **Block explorer:** <https://explorer-test.planb-labs.com>
* **Faucet**: <https://faucet-test.planb-labs.com>

### Add Plan B Testnet to Metamask

To add **Plan B Testnet** to [Metamask](https://metamask.io/):

* Click on your current Network in the top left corner of the Metamask window
* Select **Add a custom network**
* Fill out the fields like in the following screenshot
* Click on **Save**

<figure><img src="/files/C80ea9ODLCrMiRzQmKWJ" alt=""><figcaption><p>Add Plan B Testnet to Metamask</p></figcaption></figure>

{% hint style="info" %}
To add Plan B Testnet to Metamask in one click, visit the [Faucet](https://faucet-test.planb-labs.com/) and click on **Add Plan B to Metamask:** ![](/files/omlWatWJsMRPCwwPQH6b)
{% endhint %}


---

# 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://plan-b.gitbook.io/docs/testnet/editor.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.
