# Navigate the Dashboard

## Dashboard

A single place to consolidates the latest news, crunches, and your model's performance to provide a quick overview of current activity.

### The Event Calendar

To stay informed about upcoming events, CrunchDAO maintains a calendar widget that displays:

* Your activities
* Upcoming crunches
* Times when you joined a crunch
* Upcoming events (webinars, physical meetings, conferences, etc.).

<figure><img src="/files/GOwl1c1cJpqLaaL9KWgu" alt=""><figcaption><p>The calendar widget</p></figcaption></figure>

### The Contribution Graph

Similar to GitHub, it tracks your activity within the CrunchDAO ecosystem.

The deeper the colors, the more invested you are!

<figure><img src="/files/uZvTDOCpp3uDR4J2Chu2" alt=""><figcaption><p>The contributions widget</p></figcaption></figure>

{% hint style="info" %}
[Understand how activities are counted](/crunch-hub/dashboard/activity-graphs.md)
{% endhint %}

### The Rewards Graph

Track how much CrunchDAO gave to the community via leaderboard prizes.

To ensure full transparency regarding the rewards given to the community, all transactions are made on the blockchain and are accessible via the [payouts page](https://hub.crunchdao.com/account/payouts).

<figure><img src="/files/g2CcjoZwHvsE65SBAmtH" alt=""><figcaption><p>The rewards widget</p></figcaption></figure>

### The Competition Summary Card

Take a quick look at how your models are performing in the crunches you have joined that are currently active.

<figure><img src="/files/ZHr8HMhy9lb3VzUC0BIn" alt=""><figcaption></figcaption></figure>

## Currently Ongoing Crunches

You can find a directory of available crunches. We encourage users to explore a variety of crunches to expand their knowledge.

If you are curious, you can also consult previous crunches that have already ended.

<figure><img src="/files/AE7xBpQGcPdbIsFCZVB4" alt=""><figcaption><p>Currently open crunches</p></figcaption></figure>


---

# 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.crunchdao.com/crunch-hub/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.
