# Parking detection 0 km/h max idle speed

## Question

What happens if the max idle speed is set to 0 km/h in the Parking Detection configuration?

## Answer

If the idling speed is set to 0 km/h, the platform's logic requires receiving a speed lower than 0 km/h in order to classify the status as parked. This is impossible because devices never send negative speeds.

As a result, setting the threshold to 0 km/h negatively affects route processing:

* The platform can't separate trips by parking events.
* The unit always appears as "moving" (movement arrow), even when it is actually parked.

Therefore, setting the idle speed threshold to 0 km/h is not recommended.

For this reason, we recommend:

* Checking the motion sensitivity settings on the device.
* Possibly escalating the issue to the manufacturer, so they can help improve movement-detection accuracy.


---

# 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/parking-detection-0-km-h-max-idle-speed.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.
