# Connection state block

Connection state settings allow you to define the time interval after which a GPS device is considered disconnected if it stops transmitting data.

You may need to adjust these settings for devices that report data less frequently. This prevents them from being marked as offline, ensuring their status is shown accurately, especially for devices in power-saving modes.

{% hint style="warning" %}
You can monitor the [Connection state](/docs/user/guide/tracking/objects-list/connection-state.md) of your GPS devices in the [Objects list](/docs/user/guide/tracking/objects-list.md) in the **Tracking module** of the web interface and the **X-GPS Monitor** mobile app. The connection state is displayed as a color-coded circle indicator within each device's widget, giving you a quick visual reference to assess whether the device is currently connected, not connected, or has lost its connection.
{% endhint %}

The **Connection state** block in **Devices and settings** has only one setting:

* **Time interval**: Set the duration after which a device is considered disconnected if it stops transmitting data. You can choose from minutes, hours, or days.

![](/files/Ljw1qd2qff2Hper1R2GM)

The **Reset to defaults** button reverts the settings to the default timeout if changes were made. Typically, this is 10 minutes, but it may vary depending on the device model.

## See also

* [**Connection state**](/docs/user/guide/tracking/objects-list/connection-state.md) — explains the connection statuses of GPS devices on the platform, including their meanings, color-coded indicators, and how they help users monitor the real-time connectivity and data transmission of their devices.


---

# 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/connection-state-block.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.
