# Leaderboard Tabs

The leaderboard is splitted into a few tabs which sorts data from the database to different timespans.

* All time&#x20;
* Month [<mark style="color:orange;">(1st Day of the Month 0:00 UTC - Last Day of the Month 23:59 UTC)</mark>](#user-content-fn-1)[^1]
* Week <mark style="color:orange;">(Monday 0:00 UTC - Sunday 23:59 UTC)</mark>
* Day <mark style="color:orange;">(0:00 UTC - 23:59 UTC)</mark>

{% hint style="warning" %}
Each tab is like a window to the database. So you cannot do a manual reset.\
I.e. the "Daily" tab containing raids of "today" will be empty "tomorrow". So best thing to do for a manual competition is to align it with those timeframes.\
\ <mark style="color:red;">Use our integrated</mark> [<mark style="color:blue;">Airdrop</mark>](/airdrops.md) <mark style="color:red;">mechanism to have a separated Competition Leaderboard. It will only show data within your set timeframe.</mark>
{% endhint %}

Admins can also access "previous" timespans. To do that, just click on the blue text "Current period" to change it to "Previous period". That will change all tabs below from Day to PAST Day, PAST week and so on.

{% hint style="info" %}
Previous periods are not available to normal users.
{% endhint %}

[^1]:


---

# 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.raidsharksbot.com/leaderboard/leaderboard-tabs.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.
