# Dashboard

{% hint style="info" %}
**Good to know:** The dashboard provides more information about the REI Network, such as charts for Total stake, Total gas stake , Total voting stake , Amount Of Gas Saved For Users . You can also find out the latest REI prices, REI token distribution, etc.
{% endhint %}

#### Navigate to:

* <https://dao.rei.network/#/dashboard>

#### Explanation of the terms in the Trends chart

* Total stake: Sum of total voting stake and total gas stake.
* Total voting stake: Sum of the number of votes in node validation
* Total gas stake: Sum of the number of REI staked in order to obtain free crude


---

# 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.rei.network/rei-dao/guides/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.
