# Engine hours

Engine hours is a tool that allows owners of vehicles and special machinery to monitor engine running time and schedule [maintenance works](/docs/user/guide/fleet-management/maintenance.md) based on this data.

To activate Engine hours:

1. Open [Devices and Settings](/docs/user/guide/devices-and-settings.md), choose the object you need, and proceed to the **Engine hours** block.
2. Click the **Add engine hours** button.
3. Choose a data source: ignition or engine hours from the CAN bus.
4. Set the initial value for engine hours.
5. Press **Save**.

{% hint style="warning" %}
To receive data from the ignition sensor, create it [beforehand.](/docs/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors.md)
{% endhint %}

To display engine hours data in the **Tracking** module, add the **Engine hours widget** to the widget bar at the bottom of the screen. Just click the **+** button at the upper-right corner of the widget bar and add the **Engine hours widget**.


---

# 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/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors/engine-hours.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.
