# Analyze Check-In/Check-Out Records

After plotting the records for Check-In and Check-Out, user can analyze the pushpins by distinguishing between the following two kinds of pushpins:

* **Valid Check-In/Check-Out:** When a user Checks-In/Checks-Out within the Default Radius or Geofence Radius, it is a valid record and will be represented by valid pushpin.
* **Invalid Check-In/Check-Out:** When a user Checks-In/Checks-Out outside the Default Radius it is represented by invalid pushpin.


---

# 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://docs.maplytics.com/features/check-in-check-out/visualize-check-in-check-out-records-on-detail-map/analyze-check-in-check-out-records.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.
