# Device Hub

The Device Hub lets you manage and monitor your connected telematics devices. It provides visibility into device status, vehicle assignments, and connectivity health across your fleet.

<figure><img src="/files/zQX3By7EhsICTJtNz4Xl" alt=""><figcaption></figcaption></figure>

## Overview

Go to **Settings > Device Hub** to view all connected telematics devices. The page displays a data grid showing each device's status, the vehicle it is connected to, and connectivity information. Use this page to monitor your telematics estate and troubleshoot connectivity issues.

## What the Device Hub Shows

* **Device status** -- Whether each device is online, offline, or reporting errors.
* **Connected vehicle** -- Which vehicle each device is assigned to.
* **Connectivity details** -- Last communication time and connection health indicators.
* **Integration source** -- Which telematics provider the device belongs to.

## Common Tasks

### Monitoring Device Health

Review the Device Hub regularly to identify devices that have gone offline or stopped reporting. Devices that lose connectivity may cause gaps in tracking data and telematics reports.

### Troubleshooting Connectivity

If a device shows as offline:

1. Check whether the vehicle is in an area with network coverage.
2. Verify the device is physically connected and powered.
3. Check the integration status on the **Integrations** page to ensure the provider connection is active.
4. If the issue persists, contact your telematics provider.

{% hint style="info" %}
Devices are added to the Device Hub automatically when a telematics integration syncs. You do not need to add devices manually, they appear once the integration pulls them from the provider.
{% endhint %}

## Related Articles

* [Integrations](/documentation/settings/integrations.md)
* [Tracking](/documentation/fleet-operations/tracking.md)
* [Vehicles](/documentation/core-modules/vehicles.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://docs.fleetfusion.ai/documentation/settings/device-hub.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.
