> 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/device-specific-controls/power-management/sleep-mode.md).

# Sleep mode

Configure power-save sleep conditions on a battery GPS device in Navixy with the Sleep mode block. Available fields depend on the device model.

Controls how a battery-powered device sleeps to save power. A sleeping device reports less often, which extends battery life on assets that aren't continuously powered.

## Settings

The fields depend on the device. You may see:

* **Sleep conditions**: what triggers sleep mode, engine off, no motion, or no communication from the Navixy platform.
* **Sleep and deep-sleep durations**: how long a condition must hold before the device enters light sleep or deep sleep. Light sleep reduces reporting frequency; deep sleep cuts it further to save more power.
* **Wake-up intervals**: how often the device wakes to report while in sleep or deep-sleep mode.
* **Voltage thresholds**: on some models, the battery voltage levels that trigger light or deep sleep.
* **Stay online on external power**: on some models, a toggle to stay in active mode when the device is connected to external power.

## Availability

Appears on battery-powered device models that expose sleep settings.

## See also

* [Tracking mode](/docs/user/guide/devices-and-settings/location-and-movement/tracking-mode.md): power-save options that overlap with sleep mode.
* [Connection state](/docs/user/guide/devices-and-settings/connectivity/connection-state.md): set the offline timeout long enough that a sleeping device isn't shown offline too early.


---

# 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/device-specific-controls/power-management/sleep-mode.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.
