# The Heatmap

Heatmaps are a useful way to visualize data based on frequency. If you’ve seen GitHub commit heatmaps, this is basically the same idea but with blue circles instead of green squares.

You can manipulate the heatmap using the filters at the top to select only data of interest and the bollards at the bottom to change the time period of the search. Once you apply the filter, the heatmap will provide you a graphical representation of frequency of activities. The larger the circle, the more activity. In the example below you can see Bruce was doing a LOT of calendar work on Nov 5th and worked with a bunch of files on the 6th.

<figure><img src="/files/dYzT6NuhYcWOzdjPNGgP" alt=""><figcaption></figcaption></figure>

You can click on a dot to bring out a drawer with the raw information associated with that activity. From there, you can sort and further filter your view as you find the information you want.

## Wait, What Are All These Applications?

You may notice in the heatmap screnshot that we breakdown activities based on the type of application that generated the event. Rather than force you to know the details of all the logs from a given SaaS provider, we categorize them into generic applications so you can easily understand at a high level the nature of the events you’re looking at. Further, these buckets are really generic so if you want to search for all file access from a given IP address regardless if the users were using Box, Dropbox, Google Drive, or Microsoft OneDrive, you can just filter on FileStorage and see it all in once place. Cool, eh?

If you’re interested in learning more about how we think about logs and these categories, see [link](https://turngate.helpkit.so/1387e436e25f80ad98aae26a11b6b75b)


---

# 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://support.turngate.io/how-to-use/the-heatmap.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.
