# Running the slow pumps

The slow pumps are currently operated independently of the main eVOLVER GUI and pump liquid at a rate of X mL/min.

The eVOLVER slow pumps currently operate exclusively through the [command line](/evolver/guides/command-line-usage.md). The navigate to the `run_slow_pumps.py` file similarly to starting an experiment via command line.

In the run\_slow\_pumps.py script you only need to modify one of two lines for time settings, one for modifying specific pumps and the other for modifying all pumps

<figure><img src="/files/zAozWuPoPljvBXq8w29r" alt=""><figcaption><p>Modify specific pumps timing</p></figcaption></figure>

<figure><img src="/files/rCU0w7sQqQxQxVkmuCtR" alt=""><figcaption><p>Modify all pumps timing</p></figcaption></figure>

Traditionally it takes about 200-300 seconds to fill the lines with liquid using the slow pumps, however this is dependent on the length of tubing.


---

# 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/extensions/custom-fluidics/running-the-slow-pumps.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.
