> 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/what-are-phases.md).

# What are phases?

Phases contain the elements that make up an experiment. There are three types of phases in Builder. Each phase has a different purpose. The phases include:

* **Calibration phases** — for capturing EEG baseline data.&#x20;
* **Instructions phases** — for instructions and back-and-forth navigation through an experiment.&#x20;
* **Stimuli phases** — fully customizable with numerous settings that are not available in other phase types.&#x20;

![](https://lh6.googleusercontent.com/pHeboTGfOtKMilFEhGxNj4WQd-50PsiSIzLhg0wxozvdpEEN2i1nEKqMej3JS7Fxze7qnILEPYoLfQGmvop8zpNgZoC_2FQ2x7n6aJ3sfJfRec9auxY3P1XcPXuMBldH1Tcidw8M=s0)

When a participant plays an experiment, it will play as one long continuous string. They will not be aware that they are moving from one phase to the next as they complete the experiment; unless there is a notification.

\
**Important information on choosing the correct phase types**

You must choose the phase types you need for an experiment carefully before you start building it. Phase type parameters (such as duration of randomizations) are fixed and cannot be changed to a different phase type when you're building an experiment. If you don't use the right phase type for what you want to achieve for your experiment, the experiment won't work.&#x20;

For example, if you start building an Instructions phase when you need to build a stimuli phase, you will need to start building the phase again.<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/what-are-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.
