> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/flex-2.0-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/flex-2.0-user-manual/getting-started/charging-flex.md).

# Charging FLEX

FLEX is charged and tested before shipping—so you can start using it straight away.&#x20;

### Charging the Battery

To maximize the use of your FLEX, we recommend fully charging its battery before taking recordings. If the ON/OFF LED is not blue when you turn your FLEX on, it requires charging.&#x20;

To charge the battery:

1. Plug the USB-C charging cable into the USB-C port. &#x20;
2. Then, connect the other end of the USB-C charging cable to a power outlet or your PC/Mac.&#x20;

The time it takes to recharge the battery fully depends on the remaining capacity of the lithium polymer battery. Charging can take up to four hours. Charging the battery is faster if you connect the FLEX Controller to a dedicated USB port.&#x20;

If your FLEX is unused for a long period of time, the battery may completely deplete of charge. If this happens, you may need to charge it for 24 hours.&#x20;

If you have any issues charging FLEX, please contact the EMOTIV Support team. &#x20;

### &#x20;FLEX Charging Behavior&#x20;

| **Charging**                                                                                                                                                                                      | **Charging Complete**                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| When FLEX is charging, the orange LED is displayed.                                                                                                                                               | When FLEX is fully charged, the LED turns green. |
| ![](https://lh7-us.googleusercontent.com/1Axw4s74kb9cOjcqOYB1F2IrvpQdVvz93gIX7BSSG7DrFVqAIsREQsnYQNns6aW1C87L1pG3MbUCK28EPpe6SsloDbY81qzzuhCx359f4u8Ss2LZMAod-bfoUdu5eLzt0rCr0ashNq2FHZhKGSiq36Q) |                                                  |
|                                                                                                                                                                                                   |                                                  |


---

# 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://emotiv.gitbook.io/flex-2.0-user-manual/getting-started/charging-flex.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.
