> For the complete documentation index, see [llms.txt](https://docs.senstream.com/senstream-researcher-ring-application-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senstream.com/senstream-researcher-ring-application-user-guide/senstream-research-ring/charging-and-power-management-basics.md).

# Charging and Power Management Basics

First things first! Charge your ring! It leaves the factory in a “shipping mode” which requires power to be applied to the ring to power it on. Each ring is supplied with a charging cable that magnetically couples to the innermost electrodes. It can be applied from either side of the ring and doesn’t require the removal of any sizing shims

To charge your Senstream ring, connect the charging cable to a safety certified (for your region) USB charger with at least 500mA of current (this is typically the minimum of most USB chargers).

The state of charge is indicated by the color of the indicator light.

<div align="left"><figure><img src="/files/Z4zDI0hHCamEXUWQldxu" alt="" width="375"><figcaption><p>Yellow = Ring Battery Charging</p></figcaption></figure> <figure><img src="/files/1tCtORZMvzHydsyrcmAy" alt="" width="375"><figcaption><p>Green = Ring Battery Fully Charged</p></figcaption></figure></div>

***

### Power Saving Sleep Mode

After about 2 minutes of inactivity the ring will enter a sleep mode to conserve battery charge and shut down the LED.  To wake the ring, simply tap the ring and the flashing LED will indicate the ring is now awake.

<div align="left"><figure><img src="/files/bL1hlC8sS6MApxSSuClI" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.senstream.com/senstream-researcher-ring-application-user-guide/senstream-research-ring/charging-and-power-management-basics.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.
