> 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/building-an-experiment-in-builder/calibration-phases.md).

# Calibration phases

Calibration phases collect baseline EEG data before, during, or after stimuli phases.&#x20;

We recommend keeping calibration phases in your experiments, particularly if you intend to use performance metrics in your analysis.

When you add a calibration phase to your experiment, it automatically includes:

* a 15-second eyes open and eyes closed condition,
* a default instructions screen,
* a countdown, and&#x20;
* a fixation cross.&#x20;

You can also edit a calibration phase to:

* change the duration of the eyes open or eyes closed condition, and&#x20;
* disable the eyes open or eyes closed condition.&#x20;

*You cannot add new elements to a calibration phase; this is so calibration phases can be analyzed together and treated the same in your data download.*

![](https://lh5.googleusercontent.com/qmJnU0qSJCLHf6-NORf3xc248x2RF5eixdW9kx4V2QfJWDab_xZGznNS2hc-NHy_kOjgxQJHf1-jBF30xlmGnr5TcLVb-bIlLPfsLD61TRu2if_CvTLlbo30s_Bzi6d6_bTTB1yY=s0)

<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-builder/building-an-experiment-in-builder/calibration-phases.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.
