> 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/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data/fuel-related-widgets.md).

# Fuel related widgets

To access the device control panel, simply press the "info" button or double-click on the desired device in the Object list. The control panel, prominently displayed in the central area, provides comprehensive information about the selected object, such as its current status, location, and telemetry data. Furthermore, it offers a variety of tools for effective operational management.

The widget list offers easy customization options. To personalize all widgets, there are three buttons at your disposal.

By clicking on "show all," you can expand all widgets and access the information within them. Conversely, clicking on "hide all" collapses the widgets for a more compact view.

Additionally, the "change the order" feature allows you to rearrange the widgets. Simply select a widget and drag it to a more convenient position in the list.

Lastly, the "gear" button opens a list of available widgets. You can deselect unnecessary widgets by unchecking the corresponding boxes.

![Device info and widgets](/files/a6maP17ICNGr3N4lZrRn)

If the tracker is connected to the CAN bus or OBD2 connector, the widget will display all available information from the vehicle. Fuel level and consumption, engine speed, coolant temperature, malfunction lamp (MIL), error codes (DTC), engine load, axle load, etc. To display the sensors, they [must be added](/docs/user/guide/devices-and-settings.md) to in the device settings menu.

![OBDII and CAN information](/files/ByJvGdpGlxbd8AZSdNlI)


---

# 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/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data/fuel-related-widgets.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.
