# Introduction

Open IoE is a free IoT platform that fetched sensor data and provide control signal through IoT devices. Data acquisition, storage, analytics, and visualization of physical systems are possible in the OpenIoE platform. &#x20;

<figure><img src="/files/GlCp0eIO8rJvRiJa3KWL" alt=""><figcaption><p>Architechure of IoT Platform</p></figcaption></figure>

### Supported Hardware/IoT Devices

* Raspberry Pi
* NodeMCU/ESP8266
* Jetson Nano
* and so on... (Any SBC/Digital device which executes web services)

### Supported Programming Languages

* All the programming languages (C++/Java/Matlab/Python/...)
* All API tools (curl, Postman, ...)


---

# 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://doc.openioe.in/open-ioe-app/introduction.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.
