# Geolocation Clocks

The Geolocation Clocks report provides a map-based view to visually verify the physical location of employee clocks for a selected day. This feature displays data from clocking methods that capture GPS coordinates, such as WhatsApp Clocking.

The report defaults to showing all clock locations for the current day.

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

1. **Navigate to the Report**: To access the map view, navigate to [**Reports / Geolocation Clocks**](/modules/time-and-attendance/reports/geolocation-clocks.md) in the main menu.
2. **Select a Date**: Use the date selector to view clocking data for a specific day. You can only view one day at a time.
3. **Filter by Employee:** Use the filter to search for and select one or more employees. The map will update to display clocks only for the selected individuals.
4. **View Clock Details**: Click on any pin on the map to open a pop-up with additional information about the clocking event.
   * Clock-in events are represented by green pins, and clock-out events are represented by blue pins.
   * The pop-up displays the employee's name, team, the exact time of the clock, and any associated activity.
   * Click **View Timeline** to open the employee's daily timeline, where you can make changes or add overrides to their clocks.


---

# 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://help.allwage.com/modules/time-and-attendance/reports/geolocation-clocks.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.
