# Beginning The Testing

Now that your wallet is connected to the Calibration testnet and is loaded with testnet coins, it’s time to begin testing the FILLiquid protocol.&#x20;

You can access the protocol through the following FILLiquid testnet address;&#x20;

<https://test.filliquid.io/>

The website portal can be opened through the Discover tab in the wallet, as shown in Figure 2 above.

* You will need to connect your wallet to the protocol upon entering it for the first time. Simply hit “Connect Wallet,” as shown in Figure 4.

<figure><img src="/files/F5BDfljiqGmPw5pTrg4Y" alt="" width="188"><figcaption><p>Figure 4</p></figcaption></figure>

* Next, select “TP Wallet” in the following screen (or MetaMask if you’re using that wallet)

<figure><img src="/files/E210u0E37dT3tNJu9IoO" alt="" width="188"><figcaption><p>Figure 5</p></figcaption></figure>

* The final image in Figure 6 shows a successful wallet connection.

<figure><img src="/files/gBSsMwIapR7PMftPS8WJ" alt="" width="188"><figcaption><p>Figure 6</p></figcaption></figure>


---

# 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.filliquid.io/zh/testnet-user-manual/beginning-the-testing.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.
