# Dashboard

The dashboard gives you a quick overview of your **stealth balances**, your **personal** link, and your recent activities all in one place.

***

### Stealth Balances

This is the total value you’re holding inside your **stealth addresses**.

Here you’ll see:

* The total balance converted to USD at the top
* List of crypto assets from all stealth address
* The exact amount and USD value you hold in each asset

{% hint style="info" %}
**Important**: this is **not** the same as the balance in the wallet you’ve connected. Stealth balances are  funds you’ve received through PIVY’s stealth system.
{% endhint %}

### Personal Link

Every account comes with a default unique link which is the same as your username. You can simply copy it, show its QR code, or open it in a new tab.

*PS. We put a lot of effort to make the QR code cool, check it out!*

### Recent Activities

This is where you see your latest **transactions**. Tabs let you filter between **All**, **Incoming**, and **Outgoing**. The names are self-explanatory.

At a glance, you'll see:

* Crypto asset
* Amount (with '+' or '–' for flow)
* Link origin

For some activity, you'll also see ***tags*** that gives a peek at the payer's note or payer information. Click any activity to view the full details, including the **timestamp**, the **payer's address**, and the **transaction hash**.


---

# 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.pivy.me/getting-started/interface-n-features/dashboard.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.
