# Software

- [Overview of Software Architecture](https://khalil-lab.gitbook.io/evolver/software/overview-of-software-architecture.md): High-level description of software architecture
- [DPU](https://khalil-lab.gitbook.io/evolver/software/dpu.md): Description of how the DPU (Data Processing Unit) code functions.
- [Calibration](https://khalil-lab.gitbook.io/evolver/software/dpu/calibration.md): An overview of what happens in the software during a calibration
- [custom\_script.py](https://khalil-lab.gitbook.io/evolver/software/dpu/custom_script.py.md): Detailed description of the custom\_script.py file.
- [Experiment Data Files](https://khalil-lab.gitbook.io/evolver/software/dpu/experiment-data-files.md)
- [eVOLVER.py](https://khalil-lab.gitbook.io/evolver/software/dpu/evolver.py.md): Detailed description of the eVOLVER.py file.
- [Arduino](https://khalil-lab.gitbook.io/evolver/software/arduino.md)
- [Server (Raspberry Pi)](https://khalil-lab.gitbook.io/evolver/software/server-raspberry-pi.md): Description of how the Raspberry Pi eVOLVER server code functions.
- [Calibration Files](https://khalil-lab.gitbook.io/evolver/software/server-raspberry-pi/calibration-files.md)
- [Configuration Files (conf.yml)](https://khalil-lab.gitbook.io/evolver/software/server-raspberry-pi/configuration-files-conf.yml.md)
- [Known Issues](https://khalil-lab.gitbook.io/evolver/software/known-issues.md)


---

# 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/software.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.
