> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/emotivpro-builder/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/emotivpro-builder/data-collection-during-your-experiment/recording-eeg-data-with-an-emotiv-headset.md).

# Recording EEG data with an EMOTIV headset

When a participant plays an experiment, the EMOTIV headset they’re wearing collects raw EEG data, performance metrics, and motion data automatically.&#x20;

The data collected is saved securely in EMOTIV Cloud and stored in compliance with GDPR. Only the owner of an experiment can download the data stored in EMOTIV Cloud as per our privacy and licensing agreements governing data [Privacy Policy](https://id.emotivcloud.com/eoidc/privacy/privacy_policy/) and [Terms of Use](https://id.emotivcloud.com/eoidc/privacy/terms/). &#x20;

### Built-in stimuli markers for data analysis in EmotivPRO

All elements in an experiment are time-marked and can be viewed in EmotivPRO. These include:

* Start and finish times.&#x20;
* Key presses and mouse clicks. These are recorded and time-stamped in JSON format.&#x20;
* JSON maker files can be merged with EEG Parquet files.&#x20;

### Exporting data in EmotivPRO

To find a data recording(s) you want to export, you need to:

1. Go to the Recordings tab in EmotivPRO. You can either:
   1. Find the recording(s) you’re looking for on the screen;
   2. Use the search tool to search for it by name; or
   3. Use the filters option to find your recording(s).&#x20;
2. Select the recording(s) you want to export and click on the download  ![](https://lh4.googleusercontent.com/75AOb1c3CPcVnQN-xD_2oUls_zSzjHZD8pXYrNGK5DIGgfFzHmofW0ywx0o83BImRAfKhe8pPEqL62GrjrTw7YhSxZ2QS7inrw2jK0-Lo20cSQFqwYZvZxZOyp97ynN4Vy80fufU=s0)button at the top right-hand corner of the screen.&#x20;
3. A window will open in EmotivPRO with various options for exporting your EEG data recording(s).&#x20;

Select the information you want to export and the folder you want to export to and click on **Export**.

More information on exporting EEG data can be found in the EmotivPRO manual.


---

# 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/emotivpro-builder/data-collection-during-your-experiment/recording-eeg-data-with-an-emotiv-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.
