> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/emotivpro-v3/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-v3/recordings/baseline-recording.md).

# Baseline recording

EmotivPRO gives you the option to take a baseline recording at the start of each recording session.  A baseline recording is a short recording of the subject with their eyes open and with their eyes closed. This standardized recording provides a way to make comparisons across recordings from different people or across the same people on different days.  Additionally, these recordings are stored by EMOTIV and may one day be used to provide insights into brain aging or other basic science.‌

![](https://lh5.googleusercontent.com/vvkmbGuC_pwyJFi5X6KalCXIvKGbkY3rAtrVKDLA45S52OxF1RxKA3LW2uWpgYZDksEA2H3hyzu_rS99JpwaP69awK7_CafiNULycdhvYVShsN8q6mDGzH6rI7NU9wHsncIRsa1q=s0)

To enable baseline recording, select **Include baseline** in the Start Recording window. Baseline recording is automatically set to 30 seconds in duration.&#x20;

#### Baseline protocol

Once you click on Start Recording, the baseline protocol will start. The baseline protocol involves six different states:

1. 3 seconds preparation time, with countdown.
2. 15 seconds eyes open recording, with countdown.
3. 2 seconds completion screen.
4. 3 seconds preparation time, with countdown.
5. 15 seconds eyes closed recording, with countdown.
6. 2 seconds completion screen.

At the beginning and end of the eyes open and eyes closed phases, you will hear an audio cue.&#x20;

![](https://lh6.googleusercontent.com/Sf43--sCW-ssptxcYqgOHILEEW8Phzb9Hg7tiGIzGXGZWqy22RcWtjXFW2pUcS0tDvOqF8mER0v8jn0rzHMv2sk80n_DFTYQfQm1-rKDA0dO2GBasHDdCMaf4eYRRFq58WUKMR5t=s0)

Once baseline recording is complete, your EEG data recording starts immediately.<br>


---

# 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-v3/recordings/baseline-recording.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.
