> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/insight-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/insight-manual/introduction/safety-precautions.md).

# Safety Precautions

Please note the following safety considerations:

* CHOKING HAZARD – detachable small parts. Keep away from small children.
* INSIGHT is a consumer product, it is not intended to use for in-patient health care or in hazardous environments.
* INSIGHT  is designed to use at room temperature

*WARNING*: Device is powered by a Lithium-Polymer battery that is rated for operation in <45C environments. It is not user replaceable, please contact support if you suspect a fault or have any questions.

*WARNING*: Do not open the enclosure. Doing so will void the warranty and can damage the headset.

* DO NOT attach the Insight to the charger or USB connector while in use.
* ALWAYS remove the Insight during charging and avoid touching the sensors if fitted. Although unlikely, an insulation failure in the charger or USB source may cause the Insight to become live. Insight will automatically enter sleep mode while attached to the charger, so it is not possible to extend use while charging. Insight may be operated while charging ONLY when used in conjunction with the Emotiv Extender.

*WARNING*: Radio emissions may interfere with appliances and medical equipment including heart pacemakers and automated medical dosimetry systems. Use with caution.

*WARNING*: Discontinue to use if the system becomes uncomfortable to wear or if skin irritation occurs. Users are advised not to share sets of sensors to avoid cross-infection risks.


---

# 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/insight-manual/introduction/safety-precautions.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.
