> 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/tickets/stats.md).

# Ticketing Statistics

## Ticketing Statistics

Using Ticket Stats, you can now track important info on your server's ticketing and it's usage, and see your server's ratings!

{% hint style="warning" icon="almost-equal-to" %}
Values are approximated, some values may not be 100% accurate
{% endhint %}

### How to use

To view your server's ticket stats, run the `/ticketing stats` command. -# (no seriously, that's it, yep literally just running a single command, no setup or anything)

### Statics Listed

* Tickets Opened/Closed, displays:
  * Tickets Opened/Closed Today
  * Tickets Opened/Closed in this week
  * Tickets Opened/Closed in this month
* Ratings, displays:
  * Displays the average rating for your server's tickets, and the amount of ratings you've gotten.
* Other Info, displays:
  * The amount of transcripts you've generated this month (and it's % usage of your transcript amount)

<figure><img src="/files/7iPL6ESlQBN1bjv85icv" alt=""><figcaption></figcaption></figure>


---

# 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/tickets/stats.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.
