> 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/playing-an-experiment/experiments-played-in-emotivpro-player.md).

# How do I run an experiment?

When an experiment is published, it can be played in-house (at your lab or office) or remotely (at the participant's home or office, via a link sent to them).&#x20;

#### How do I run my experiments?&#x20;

1. Go to the Experiments screen in Builder;
2. Click on the **...** (dots) on the bottom-right side of a published experiment;
3. Select the option **Play Experiment**, and you will be taken to the Subjects page;&#x20;
4. On the Subjects page, you have two choices: Remote deployment (via a link) or select an in-house subject.&#x20;

**Remote deployment**\
To share an experiment with a participant, so they can do it at home or in their office, copy the URL link and paste the link into an email or message. The participant can then open the link on their computer, set up their headset, and play the experiment. <br>

**In-house**\
If the participant is going to do the experiment in-house, open the experiment on your computer and select your Subject (their name) from the list. The experiment will then open in another browser window.

![](https://lh5.googleusercontent.com/0z-eaK5QR0jwPaw69xuTSFYad1Bh7E1TUSTQ9Ck5VDvGt48aHOAIsAWBQ6_rT4-o4Fbq4itIy1PoeOeFyNf3rRozs9KAlm1li_JDfrP7W0nzDZrwG5wbTit-7Ch6AJRq3otmqTy8=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/playing-an-experiment/experiments-played-in-emotivpro-player.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.
