# Dashboard (Overview)

The **Dashboard** gives you a complete picture of your progress, activity, and rewards during the Alpha Testnet phase. Whether you’re checking how many points you’ve earned, how your referrals are doing, or your place on the leaderboard.

Let’s get started. 🚀

### 🏅 Total Alpha Testnet Earnings

At the top left of your dashboard, you’ll see a large **black box** that highlights your total earnings from the Alpha Testnet.

Here’s what you’ll find inside:

* **Points:** This shows the total number of points you've earned so far. These points can come from different activities like uptime (keeping your node online) and referrals (inviting others to join).
* **Earned Today:** This tells you how many points you have earned today only. It resets every day and updates as you keep contributing.
* **Rewards Button:** Click the orange "**Rewards**" button to go to the full breakdown of your rewards, where they came from, and how much you earned from each activity.

<figure><img src="/files/8dlWBSn0ecVIOA4ApK0V" alt=""><figcaption></figcaption></figure>

### 👥 Confirmed Referrals

Right next to the earnings panel, you'll see the **Referrals** section. This helps you keep track of how many people you've invited and how they’re contributing.

What you'll see here:

* **Confirmed Referrals:** The total number of users who have signed up using your referral link and are actively participating in the testnet.
* **Copy Referral Link:** Click this button to copy your unique referral link. You can share this link with friends, communities, or on social media to invite others.
* **Referrals Button:** Clicking this takes you to a detailed view where you can see the performance of your referrals across different levels.
  * **Level 1:** People you directly invited
  * **Level 2:** People invited by your referrals
  * **Level 3:** Referrals of your Level 2 users

{% hint style="warning" %}
💡 The more active referrals you have, the more points you can earn!
{% endhint %}

<figure><img src="/files/Eb3MNtSXG5LWWfnVW7qZ" alt=""><figcaption></figcaption></figure>

### 📈 Alpha Testnet Statistics

This section shows your **activity over time** in a simple and visual format. It helps you understand how consistent your contributions have been.

Here’s what you’ll see:

* **Timeline Graph:** The horizontal axis (x-axis) shows the dates, and the vertical bars represent your activity or points earned on those days.
* **Filters:** You can switch between different types of activity:
  * **All:** See the combined data from uptime and referrals.
  * **Referrals:** See points earned only from referrals.
  * **Uptime:** See points earned from running your node.
* **Refresh Button:** Click this to update your graph manually and see the most recent data.

<figure><img src="/files/SNC3fW34N4jig7aedq3Z" alt=""><figcaption></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://doc.datagram.network/dashboard/dashboard-overview.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.
