# Getting Started

### Register

Register for OpenIoE Portal using the following Link. Click on \<Register> Link

{% embed url="<http://app.openioe.in/pages/userapp/register.jsp>" %}

<figure><img src="/files/LbGXqWh6oyeZoSKmib84" alt="" width="375"><figcaption><p>Registration Form</p></figcaption></figure>

### Login

After successful registration, login to OpenIoE using the following link.

{% embed url="<http://app.openioe.in/pages/userapp/login.jsp>" %}

<figure><img src="/files/MXOwuXruAe14WqMzoOyZ" alt="" width="370"><figcaption><p>Login Form</p></figcaption></figure>

### Create IoT Device

1. Go to Components >> IoT Devices >> Add IoT Devices

<figure><img src="/files/yNwXV4Xzu0N0klpsUxOi" alt="" width="375"><figcaption><p>Dashboard</p></figcaption></figure>

2. Provide the device name, hardware type, data format, and click on the \<Generate User ID and PIN> button. A notification will pop up.

<figure><img src="/files/XOFYLQCmNcsab5gSdZE8" alt="" width="375"><figcaption><p>Add IoT device Form</p></figcaption></figure>

### View Devices

Go to Components >> IoT Devices >> List of Devices

<figure><img src="/files/qTIWI9Fnvt5jmQIZvwXF" alt="" width="375"><figcaption></figcaption></figure>

### Read and Write APIs

Click on <img src="/files/UH62MoP4TdJ0R7V1Ysme" alt="" data-size="line">  button to see REST APIs as shown below. Note down Read and Write APIs.

<figure><img src="/files/FKG8M4bBL1PvRMOaCQj2" alt="" width="375"><figcaption></figcaption></figure>

Open any browser or API client tools (curl/Postman/Python/Matlab/..). Paste read API in URL box to see the values

<figure><img src="/files/pLpQm0CWkQJ6fvvxuuMt" alt="" width="375"><figcaption></figcaption></figure>

Open any browser or API client tools (curl/Postman/Python/Matlab/..). Paste write API in URL box to see the updation

<figure><img src="/files/LQEAtrDl8XejGwrUpboQ" alt="" width="375"><figcaption></figcaption></figure>

Note: Actually, Write API is embedded inside the IoT Device to modify the value in actual practice.&#x20;


---

# 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/getting-started.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.
