# Get Test Tokens

This document explains how to claim test tokens so you can start using Palliora features.

### Before You Begin

Make sure you are [logged in](/use/account-management.md) to your Palliora account.

If you are not logged in, connect your wallet or email first.

#### Step 1: Open the Faucet

In the app, click **Faucet**.

<figure><img src="/files/5XVHlWJnocZSsvm7Tu3j" alt=""><figcaption></figcaption></figure>

#### Step 2: Complete Security Verification

Follow the on-screen security verification process to continue.

<figure><img src="/files/Nnw5X0z3m8eAwXxlDyAh" alt="" width="375"><figcaption></figcaption></figure>

#### Step 3: Claim Tokens

Click **Claim tokens**.

Once the request is successful, a confirmation message will appear.

#### Step 4: Verify Your Balance

Check your balance in the app to confirm that the test tokens have been added.

Your updated balance should appear shortly after the claim is completed.

<br>


---

# 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.palliora.org/use/get-test-tokens.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.
