# General Dashboard

This is where players can have an overview of the whole game!

Several types of information are visible here, examples include:

* Lifetime winnings distributions (Total)
* Upcoming prize pool size (Trait/Zeebro Lottery)
* Time till upcoming attribute draw or drawn attribute
* Recent Zeebro/Trait Lottery winners
* Traits within the drawn attribute and their staked/supply rarities
* Previous winners filterable by Zeebro/Trait lottery

***

Clicking on the ‘Previous Winners’ link opens up a new page – allowing players to see all previous winners in a grid or list view. Winners can be sorted by Zeebro/Trait lottery and other metrics.

***

At any time, a player can click on:

* A specific trait to open up the [**Trait Modal**](https://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/attribute-and-trait-modals#trait-modal) – which provides information on Supply/Staked rarity, win history and many other metrics.
* A specific attribute to open up the [**Attribute Modal**](https://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/attribute-and-trait-modals#attribute-modal) – which provides information on trait distribution, win history and many other metrics.
* A specific Zeebro to open up a [**NFT modal**](https://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/navigating-the-game/nft-modal) – which provides information such as Trait distribution, win expectancy, lifetime winnings and more metrics for that Zeebro


---

# 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://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/navigating-the-game/general-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.
