> 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/regulatory-compliance.md).

# Regulatory Compliance

**EMOTIV products are intended to be used for research applications and personal use only. Our products are not sold as Medical Devices as defined in EU directive 93/42/EEC. Our products are not designed or intended to be used for diagnosis or treatment of disease.**

The EMOTIV INSIGHT has been tested for EMC and Safety compliance as a consumer product against FCC, UL and CE standards.&#x20;

FCC ID Number **2ADIH-INSIGHT01** and IC ID Number: **12769A-INSIGHT01**.

EMOTIV has undertaken testing and confirms:

This device complies with the radio equipment directive (2014/53/EU).

This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions:

* This device may not cause harmful interference
* This device must accept any interference received, including interference that may cause undesired operation

This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment causes harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures:&#x20;

* Reorient or relocate the receiving antenna
* Increase the separation between the equipment and receiver
* Connect the equipment into an outlet on a circuit different from that to which the receiver is connected
* Consult the dealer or experienced person for help

This Class B digital apparatus complies with Canadian ICES-003.

Cet appareil numérique de la classe B est conforme à la norme NMB-003 du Canada.

This device contains licence-exempt transmitter(s)/receiver(s) that comply with Innovation, Science and Economic Development Canada’s licence-exempt RSS(s). Operation is subject to the following two conditions:

1. This device may not cause interference
2. This device must accept any interference, including interference that may cause undesired operation of the device

L’émetteur/récepteur exempt de licence contenu dans le présent appareil est conforme aux CNR d’Innovation, Sciences et Développement économique Canada applicables aux appareils radio exempts de licence. L’exploitation est autorisée aux deux conditions suivantes :

1. L’appareil ne doit pas produire de brouillage;
2. L’appareil doit accepter tout brouillage radioélectrique subi, même si le brouillage est susceptible d’en compromettre le fonctionnement.

**Please note that the changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment.**

Our USB dongle has FCC ID Number **XUE-USBD01.**

| ​Type                    | Standards Tested                                                                                                                 |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| EMC and Telecom: Class B | TSI EN 300 440                                                                                                                   |
| ​                        | EN 301 489-1                                                                                                                     |
| ​                        | EN 301 328                                                                                                                       |
| ​                        | AS/NZS CISPR22 :2009                                                                                                             |
| ​                        | AS/NZS 4268 :2008                                                                                                                |
| ​                        | FCC CFR 47 Part 15C                                                                                                              |
| Safety                   | <p>IEC 60950-1:2005 (2nd Edition); Am 1:2009</p><p>EN 60950-1:2006 + A1:2010 + A11:2009 + A12:2011</p><p>AS/NZS 60950.1:2011</p> |
|                          | CSA C22.2 No. 60950-1-07, 2nd Edition 2011-12                                                                                    |


---

# 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/regulatory-compliance.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.
