> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/stats/statistics.md).

# Statistics

## Member Stats

Using this, you can view server stats regarding it's member count.

### Viewing the stats

To check your member stats, you can run **/stats members**, This will display:

* Your server's total amount of members.
* Your server's member gain today, aswell as the % it is of your total member count.
* Your server's member gain this week, aswell as the % it is of your total member count

<figure><img src="/files/WADv9hrtcSMMWMU0UZFk" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
If your server doesn't have TicketsPRO, the bot will reply with a Text-Based stat message instead of a Sharable image&#x20;
{% endhint %}

<figure><img src="/files/IhEQpKT9nLzX91UTkuWX" alt="" width="375"><figcaption></figcaption></figure>

## Message Stats

{% hint style="info" %}
Tickets only starts counting messages from the moment it is added to the server, any messages prior are not counted
{% endhint %}

### Viewing the Stats

To View your server's message stats, run **/stats messages**, This will display:

* Your server's total messages
* Your server's amount of messages sent today, aswell as the % it is of your total message count.
* Your server's amount of messages sent this week, aswell as the % it is of your total message count.

<figure><img src="/files/eBRYCme7BglbnW9aZRKO" alt="" width="375"><figcaption></figcaption></figure>

### Configuring the stats

You can also reset your server's total message count by running **/messages config** which will let you reset your server's member count, or reset all your members' messages, this is more explored in [User & Server](/ticketsdocs/mssgtrack/user-and-server.md#manage-message-tracking)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://invomagic.gitbook.io/ticketsdocs/stats/statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
