> For the complete documentation index, see [llms.txt](https://support.onegiantleap.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.onegiantleap.co.nz/general/deep-sleep.md).

# Deep Sleep

Your power meter will enter a light sleep after 180 seconds of inactivity and a little movement will wake it up again. However, if you are travelling a long distance, it may be worth putting your power meter into a deep sleep to conserve battery as this will prevent the power meter from waking up when experiencing movement.

You will need your charger to wake the shaft up from this deep sleep state, so keep that in mind before placing your power meter into deep sleep.&#x20;

## Step 1: Connect to your Power Meter

* Connect to your power meter with the Web Bluetooth App.
* Navigate to the configuration page.

## Step 2: Click the 'Deep sleep' button

![](/files/I1n9KvNeqYpo3i3w5yJj)

## Step 3. Click 'Confirm'

* Click 'Confirm' and your power meter will disconnect and shutdown.&#x20;

![](/files/yzb5jwVDCvsW7FC0pnFY)

{% hint style="info" %}
When you want to wake your power meter up, simply place the charger on the shaft as if you were going to charge it.

It should only take about 3-5 seconds for the charger to wake up your power meter.
{% endhint %}


---

# 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://support.onegiantleap.co.nz/general/deep-sleep.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.
