# Rank Dashboard

This page can be open by clicking "Rank" from the left navigation menu of Chimney dashboard.

<figure><img src="/files/gwn7cJtcZz8keHkFGvzM" alt=""><figcaption><p>FIg1: Rank Page Link</p></figcaption></figure>

### Summary Section

<figure><img src="/files/AhQiOoqFEqwvfupf0pSV" alt=""><figcaption><p>Fig2: Summary Section</p></figcaption></figure>

This section shows 4 pieces of information about your blobber's challenge progress

<table><thead><tr><th width="212"></th><th></th></tr></thead><tbody><tr><td>Your Global Rank</td><td>This is the global rank of your blobber based on the success percentage of the challenges.</td></tr><tr><td>30 Day Completion %</td><td>This is the success percentage of the challenges (out of all the generated challenges for the blobber) over a 30-day period. </td></tr><tr><td>30 Day Challenges Passed</td><td>This is the count of the passed/successful challenges of the blobber over a 30-day period.</td></tr><tr><td>30 Day Challenges Failed</td><td>This is the count of the failed challenges of the blobber over a 30-day period.</td></tr></tbody></table>

### Challenges Graph

<figure><img src="/files/suBvzDLpTqB9a7Hhxzc6" alt=""><figcaption><p>Fig3: Challenges Graph</p></figcaption></figure>

This graph shows the increase of the count of your blobber's successful and failed challenges (each colored with different color as shown in the image). You can also change the time interval within which you need to show data on your graph from the date picker in the top right corner of the graph.

<figure><img src="/files/1oh8rSaImPuV56kAAA5t" alt=""><figcaption><p>Fig4: Date Picker</p></figcaption></figure>

### Daily Challenge Counts Table

<figure><img src="/files/kYhdWMSNnREF2d4cQIB2" alt=""><figcaption><p>Fig5: Challenge Counts Table</p></figcaption></figure>

This table shows the counts of the challenges of your blobbers day-by-day. Those counts are:

<table><thead><tr><th width="188"></th><th></th></tr></thead><tbody><tr><td>Open Challenges</td><td>Total challenges generated for the blobber by the blockchain.</td></tr><tr><td>Passed Challenges</td><td>Count of successful/passed challenges out of the total open challenges.</td></tr><tr><td>Failed Challenges</td><td>Count of failed challenges out of the total open challenges.</td></tr><tr><td>Total Challenges</td><td>Sum of successful and failed challenges.</td></tr></tbody></table>

***

If you have any questions or encounter any issues, please join our [Discord](https://discord.com/invite/h3BFjdtCp4) for further assistance. Our team and the community members are available to help troubleshoot your concerns and provide guidance.


---

# 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.zus.network/zus-docs/webapps/chimney/rank-page.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.
