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

# Connecting your headset

Before you connect your headset to EMOTIV App, make sure your device’s battery is charged.

## Bluetooth connection <a href="#bluetooth-connection" id="bluetooth-connection"></a>

To connect the application with your device using Bluetooth (BTLE 4.0) on Mac OS:

1. Turn on Bluetooth on MacOS ![](/files/-LIeS-lCzXqPfiKCzELA)
2. Turn on your headset.
3. Open EMOTIV App and access the device list in the Devices tab
4. You will see a headset appear in the device list. If you do not see a device listed, click on the refresh button.
5. Click on “Connect” next to the device you want to use to connect your device. If more than one device is available, click on the device you wish to connect to.

To connect the software with you device using Bluetooth (BTLE 4.0) on Windows:

1. Open setting for “Bluetooth and other devices” ![](/files/-LIeS-lEVeVxbJEM4ROU)
2. Turn on your headset
3. Turn on Bluetooth and click to “Add Bluetooth or other device” ![](/files/-LIeS-lGc3BCfa1xf4zZ)
4. Device should appear on the list of available devices and connect ![](/files/-LIeS-lIpd-Lvwa1F3K4)
5. Open EMOTIV App and access the device list in the Devices tab
6. You will see a headset appear in the device list. If you do not see a device listed, click on the refresh button.
7. Click on “Connect” next to the device you want to use to connect your device. If more than one device is available, click on the device you wish to connect to.

*Note: If you are experiencing trouble connecting your headset via Bluetooth and have other Bluetooth devices connected to your machine (e.g. a keyboard or mouse), we recommend that you disconnect your other devices and then try connecting your headset again.*

## USB dongle connection <a href="#usb-dongle-connection" id="usb-dongle-connection"></a>

To connect the application with your device using one of our [USB receiver](https://www.emotiv.com/product/emotiv-usb-receiver-universal-model/) (recommended if you are in an environment with high levels of Bluetooth interference):

1. Plug in the USB receiver to your computer’s USB port
2. Turn on your headset.
3. Open EMOTIV App and access the device list in the Devices tab
4. Click on “Connect” next to the device you want to use to connect your device. If more than one device is available, click on the device you wish to connect to.


---

# 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/cortex-manual/setting_up_your_eeg_device/connecting_your_headset.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.
