> For the complete documentation index, see [llms.txt](https://docs.luasec.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luasec.org/account/analytics.md).

# Analytics

The dashboard rolls up activity across all your projects so you can see how your scripts are being used.

## What you can see

| Metric                           | Meaning                                                             |
| -------------------------------- | ------------------------------------------------------------------- |
| **Total executions**             | Lifetime runs across every key.                                     |
| **Executions today / over time** | A time series (7 / 30 / 90 days) of runs, from the auth handshakes. |
| **Total / active / banned keys** | Key health at a glance                                              |
| **Active rate**                  | Share of keys currently active.                                     |
| **Scripts and active builds**    | How many scripts you have and how many have a live build.           |
| **Where users run**              | A country map (globe) of executions.                                |

Each execution's IP is resolved to a **country only and** never an exact location, and the raw Ip is never stored.

## Privacy

* Only the **2-letter country code** is stored for analytics.
* Raw IPs are used transiently (to resolve country, and if you use [webhook protection](/protecting-your-script/webhook-protection.md), to fill `%CLIENT_IP%` in **your** webhook), but are not persisted.

## Project view

Open a project to see its own stats, keys, executions, unique devices, scripts and recent activity alongside the loader script.


---

# 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://docs.luasec.org/account/analytics.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.
