# Speed does not match with device status in the point report

## Question

Why does speed not match the device's status in the points report?

## Answer

It's quite common to think that the speed is directly related to the status in the points report, but it also takes into account the parking detection settings.

This means that if the car is on a trip and there is a red light on the road, the vehicle will stop, showing 0 speed, but the status may still be **moving** due to the fact that the vehicle is still on a trip.

On the other hand, if the vehicle is parked and there is GPS drift, but the ignition is set to be considered in the parking state, then it will remain parked even though it might show speed.

## Links

* [Types of reports](/docs/user/guide/reports/report-types.md)
* [Parking detection](/docs/user/guide/devices-and-settings/location-and-movement/parking-detection-block.md)


---

# 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://navixy.com/docs/qna/using-navixy/speed-does-not-match-with-device-status-in-the-point-report.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.
