# eDroplets

## Overview

The eDroplets platform serves as a portal for users to design (through EWOD GUI) and fabricate electrowetting on dielectric microfluidics devices. Users can use the platform to order custom EWOD devices and also communicate with other users about EWOD.

This is accomplished through two sites, the main e-commerce site for the fabrication and ordering of the devices and the community site for users to share knowledge.

The project currently is growing both of these sites, as well as the platform to design EWOD chips (EWOD GUI which is done by another team). The goal is to create a well-formed online ecosystem surrounding microfluidics.

{% hint style="info" %}
To read more about the project and motivation, see [about](https://docs.edroplets.org/about "mention")
{% endhint %}

### Getting Started

To get started with the project, please visit the [https://github.com/eDrops/docs/blob/main/introduction.md](https://github.com/eDrops/docs/blob/main/introduction.md "mention") page for information on how to:

1. Setup development environment
2. Use the proper lifecycle for development and testing
3. How to properly make changes using Git


---

# 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://docs.edroplets.org/readme.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.
