# How do I publish an experiment?

To collect data for your experiment you need to publish it to EmotivPRO Player (private/local), so that you can share it with your subjects remotely via link or in-house.

When you’re ready to publish an experiment:

1. Click **Edit** on the experiment you want to publish. The editing screen for the experiment will open.&#x20;
2. Click on **Publish** at the top right-hand corner of the experiment editing screen.&#x20;
3. Builder will ask you if you’re sure that you want to publish the experiment. Click on **Publish**.&#x20;
4. The experiment is now published.&#x20;

Once you’ve published your experiment, you cannot go back and edit it again. If you need to make changes to it, you will need to duplicate the experiment, make your changes, and then publish the duplicate experiment.&#x20;

The duplicate experiment cannot have the same name as the previously published experiment. To publish the duplicate experiment with the same name as before, you must delete the old version.<br>


---

# Agent Instructions: 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:

```
GET https://emotiv.gitbook.io/emotivpro-builder/publishing-an-experiment/how-do-i-publish-an-experiment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
