> For the complete documentation index, see [llms.txt](https://docs.zeraxai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeraxai.com/dashboard/dashboard-overview.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zeraxai.com/dashboard/dashboard-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
