# Starting an Experiment

{% hint style="info" %}
*For a video guide and full written protocol for setting up an eVOLVER experiment, check out the 2019 JoVE* [*paper*](https://www.jove.com/t/59652/designing-automated-high-throughput-continuous-cell-growth)*. Note that some information there, such as using the GUI, is out of date.*
{% endhint %}

## Checklist

Before starting experiment prep:

1. Finished Getting Started Page
2. Calibrations
   1. Temperature (must be first, affects OD cals)
   2. OD
   3. Pump calibrations
3. Should things not be as expected
   1. [eVOLVER Maintenance](https://khalil-lab.gitbook.io/evolver/troubleshooting/evolver-maintenance)
   2. [Vial Troubleshooting](https://khalil-lab.gitbook.io/evolver/troubleshooting/vial-troubleshooting)

## Sample Experimental Workflow

{% hint style="info" %}
Starting eVOLVER experiments takes hours and it is important to supervise your experiment for the first few hours. Therefore, front-loading as much prep work as possible to the days before the experiment is strongly recommended.
{% endhint %}

{% hint style="warning" %}
Consider running a test experiment with just water or the wild type strain before you devote time to making everything perfect. If you are running an experiment with modified code this is especially essential.&#x20;
{% endhint %}

### Day 0:

Prepare media - especially if using a [20L carboy](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/carboy-media-prep) so it can cool overnight

[Prepare vials](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/preparing-vials)

[Sterilize fluidic lines](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/sterilizing-lines)

Make sure vials / pumps are behaving as expected

* Are all vials stirring, getting up to temperature, all pumps pumping, etc?
* Especially check that efflux is running long enough to remove enough culture from vials

Start overnight cultures

### Day 1:

[Load vials and set initial conditions](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/loading-vials-and-setting-initial-conditions)

Start experiment via [GUI](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/gui-start-guide) or [Command Line](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/command-line-start-guide)

Inoculate cultures into vials

Monitor experiment for correct behavior (over several hours)

* Are the cells growing?
* Is the experiment diluting as expected?
* Are all pumps working?

### Day 2 - Onwards:

Monitor media levels - make sure that there is more than enough media to make it to the next time you check the experiment

Monitor biofilming on the vials - this can cause increased OD over time&#x20;

{% hint style="warning" %}
If something goes wrong, check the [Experiment Troubleshooting](https://khalil-lab.gitbook.io/evolver/troubleshooting/experiment-troubleshooting) pages
{% endhint %}

Finally, end the experiment and [clean up](https://khalil-lab.gitbook.io/evolver/experiments/starting-an-experiment/cleaning-up-after-experiment)

## Relevant Forum Posts

[Considerations for your first eVOLVER experiment](https://www.evolver.bio/t/considerations-for-your-first-evolver-experiment/83)


---

# 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://khalil-lab.gitbook.io/evolver/experiments/starting-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.
