# Dashboard Player Stats Charts

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

Player statistics are recorded on a daily basis and are subsequently presented in a chart format for efficient visual analysis.&#x20;

**How to setup cron?** Setup a cron to run this url every 5 minutes which is supported on VPS/shared hosting already

```
https://yoursite.com/stats/player_count?token=replacehere with token(can be found in .env _token)
```

Example:

```
*/5 * * * * `https://yoursite.com/stats/player_count?token=123r48
```


---

# 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://css-bans.gitbook.io/css-bans-counterstirkesharp-admin-web-panel/panel-guide/dashboard-player-stats-charts.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.
