# Leaderboard Export (CSV)

RaidSharksBot contains an export function, which will provide you with all relevant data.\
It is accessible through the same menu as [Blacklist](/leaderboard/blacklisting-users.md) function described above.\
\
Leaderboard data will be provided in csv format. The export will only contain data according to the chosen [Leaderboard tab](/leaderboard/leaderboard-tabs.md) and it's timeframe (Current/Previous - All Time, Monthly, Weekly or Daily).\
\
The export contains the following data:

<figure><img src="/files/VeH7ST8O20WA9azHQ5pC" alt=""><figcaption><p>Leaderboard Export in csv format</p></figcaption></figure>

{% hint style="info" %}
RaidSharksBot does also include data about how many tweets have been provided by users AND have been raided. So you can reward people for providing good content. <mark style="color:orange;">If admins decide to</mark> [<mark style="color:red;">DISMISS</mark>](/raid-settings/finder-feature.md) <mark style="color:orange;">a Tweet proposal, RaidSharksBot will not count this - Only raided tweets are counted.</mark>
{% endhint %}

* Telegram username
* Twitter username
* Repost points
* Comment points
* Smashes points
* Provided Tweet count
* Total points


---

# 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-export-csv.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.
