# Analytics

Low Tech Maps tracks anonymous usage counts for your maps so you can understand visitor engagement — without collecting any personal data.

## What's tracked

* **Map views** — each time a visitor opens your map in the viewer
* **POI taps** — each time a visitor taps a pin to open its popup

Counts are deduplicated per browser tab, so refreshing the page or opening and closing a POI popup multiple times won't inflate the numbers.

## What's not tracked

* No visitor identities or accounts
* No location data from visitors
* No cookies or persistent tracking

## Viewing analytics

1. Go to your map's **Settings** page
2. Click **View Analytics**
3. Choose a time window: **7 days**, **30 days**, or **90 days**

The analytics panel shows total map views and a breakdown of POI taps by location.

## Privacy

Analytics are intentionally minimal. The data shown is aggregate counts only — there is no way to identify individual visitors, trace a session, or see where visitors came from.


---

# 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://lower-technology.gitbook.io/low-tech-maps/features/analytics.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.
