# eVOLVER Documentation Wiki

{% hint style="info" %}
If you have any suggestions or feedback on the wiki, documentation, or eVOLVER, please let us know on the [forum](https://www.evolver.bio/)!

Please also note that we are still working on this wiki! There are many incomplete pages/stubs that we will fill out as we continue to build out documentation.
{% endhint %}

#### Useful Links

[Forum](https://www.evolver.bio/) for asking questions, posting guides, and discussing eVOLVER related topics.

[Nature Biotechnology Paper](https://www.nature.com/articles/nbt.4151)

[Nature Biotechnology Supplement](https://static-content.springer.com/esm/art%3A10.1038%2Fnbt.4151/MediaObjects/41587_2018_BFnbt4151_MOESM49_ESM.pdf)

[JoVE Paper](https://www.jove.com/t/59652/designing-automated-high-throughput-continuous-cell-growth) -  Visual protocol for running an eVOLVER continuous culture experiment.

#### Software Repositories

[Server (RPi) Code Repository](https://github.com/FYNCH-BIO/evolver)

[Data Processing Unit (DPU) Code Repository](https://github.com/FYNCH-BIO/dpu)

[Arduino Code Repository](https://github.com/FYNCH-BIO/evolver-arduino)

[Electron GUI Code Repository](https://github.com/FYNCH-BIO/evolver-electron) - Graphical UI for interacting with the eVOLVER platform

#### Hardware Repositories

[eVOLVER Hardware Repository](https://github.com/FYNCH-BIO/hardware) - eVOLVER Hardware (PCB, 3D printed parts)


---

# 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/evolver-documentation-wiki.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.
