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

# Analytics

*Information deemed private and/or traceable in respect to the owner's identity, anonymous or not, will not be provided.  Addresses and associated information being on the public ledger is not deemed private and/or traceable in respect to the owner's identity.*

KillSwitch can provide various data points to analytics researchers.  Information such as:

* Addresses being set for notifications (ie: watched)
* The amount of times an address has been set for notifications (ie: watched)
* Quantity of notifications delivered per wallet and over which medium.
* Results to polls pertaining to security and other topics performed by KillSwitch.
* Trigger type preferences.
* Trigger & Mock trigger results.

Data paints pictures and we support analytics researchers that are painting with the data.  If you're interested in any of the data points above or curious on any unlisted topics that would abide by our privacy statement above, please reach out to us and we will discuss getting you access to a private API.  We will provide an API portal in the future.


---

# 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://praxxas.gitbook.io/killswitch/technicals/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.
