> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/harsh-driving-block.md).

# Harsh driving block

Many advanced vehicle GPS devices feature a built-in harsh driving detector. This detector continuously monitors acceleration values during acceleration, braking, and turning. When these values exceed predefined thresholds, the system generates a corresponding **Harsh driving** event. These events can be tracked and analyzed using [Notifications](/docs/user/guide/events-and-notifications/safety/harsh-driving.md) and [Eco-driving reports](/docs/user/guide/fleet-management/eco-driving.md), allowing for a detailed assessment of driving behavior.

## Configuring harsh driving detector thresholds

As vehicles vary in their technical characteristics, such as the ability of a sedan to accelerate faster than a bus, the critical acceleration values also differ. Navixy allows you to customize the harsh driving parameters of GPS devices according to the specific type of vehicle you are monitoring.

To access the **Harsh driving** block in Navixy, navigate to the **Devices and settings** module, select the desired device, and then expand the **Harsh driving** block to adjust the settings.

![](/files/M6KUGUF6FVznaUFnijlu)

In the block, you can adjust the threshold values for acceleration, braking, and turning. Exceeding these thresholds will trigger different event types, which can be analyzed later through event reports or eco-driving reports. This customization ensures that the system accurately reflects the driving conditions and safety requirements of your fleet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/harsh-driving-block.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
