> For the complete documentation index, see [llms.txt](https://zeebit.gitbook.io/zeebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zeebit.gitbook.io/zeebit.io/zeebro-profit-staking/navigating-the-game/attribute-and-trait-modals.md).

# Attribute & Trait Modals

Attribute and Trait modals allow players to see statistics and information relating to specific attributes or traits.

***

## Attribute Modal

Clicking on any attribute anywhere within the game opens up the attribute modal.

Here, under the ‘overview’ tab, players can see all the traits within that attribute. They can also click the dropdown on the top right to switch to a different attribute. For every trait within the selected attribute, they can see:

* The name
* Lifetime winnings distributed
* Win expectancy for the current epoch
* Supply rarity
* Staked rarity

Under the ‘history’ tab, players can view the history of that attribute for every past epoch of the trait lottery.&#x20;

For each instance where that attribute was drawn, players can view:

* The drawn trait
* The date the attribute was drawn
* The proportion of that attribute which was staked
* The total winnings distributed
* The winnings distributed per Zeebro

***

## Trait Modal

Clicking on any trait within an attribute modal, or anywhere within the game, opens up the trait modal.

Here, under the ‘overview’ tab, players can see the following information about the selected trait:

* Trait image and name
* Attribute category the trait belongs to
* Supply & Staked rarity
* Proportion of that trait staked
* Lifetime wins and winnings
* Average win expectancy and win expectancy for the current epoch

Under the ‘Gallery’ tab, players can see a list style view of all Zeebros with the selected trait.&#x20;

For each Zeebro, the following information can be seen:

* Its number
* Its owner
* The number of Zeebro or trait lotteries its won
* Its lifetime winnings
* Its stake status (staked/unstaked)

Under the ‘History’ tab, players can see the history of the trait for each epoch it was drawn.&#x20;

For each instance the trait was drawn, this includes:

* The date it was drawn
* The proportion of it which was staked
* The total winnings distributed
* The winnings distributed per Zeebro


---

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