# Dashboard Overview

The Zerax AI dashboard is the main place where users can track their activity inside the ecosystem.

From the dashboard, users can view purchases, rewards, referrals, staking activity and account information.

{% hint style="info" %}
The dashboard is designed to give users one place to manage their ZXAI presale and ecosystem activity.
{% endhint %}

***

### What You Can Track

| Section          | Purpose                                                |
| ---------------- | ------------------------------------------------------ |
| **Presale**      | View ZXAI purchase activity and presale participation. |
| **Transactions** | Track Wallet Connect Buy and Manual Pay history.       |
| **Rewards**      | View earned rewards, XP and claimable balance.         |
| **Referrals**    | Track invited users and referral rewards.              |
| **Staking**      | Manage staking positions and rewards.                  |
| **Profile**      | Manage wallet address and account details.             |

***

### Presale Tracking

The dashboard may show:

* Purchased ZXAI amount
* Payment method
* Transaction status
* Manual Pay status
* Transaction history
* Presale progress

***

### Rewards Tracking

Users can track reward activity such as:

* Completed quests
* Earned XP
* Level progress
* Daily streaks
* Claimable ZXAI
* Pending reward claims

{% hint style="success" %}
Active users may earn more through quests, streaks, referrals and future ecosystem campaigns.
{% endhint %}

***

### Wallet Profile

The profile area helps users manage their wallet information.

Users should make sure their wallet address is correct before claiming rewards or receiving manual allocations.

{% hint style="warning" %}
Always check your wallet address carefully.\
Wrong wallet information may cause delays or failed payouts.
{% endhint %}

***

### Summary

The dashboard is the main control area for Zerax AI users.

It helps users track their purchases, rewards, referrals, staking and account activity in one place.


---

# 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.zeraxai.com/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.
