> For the complete documentation index, see [llms.txt](https://doc.openioe.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.openioe.in/open-ioe-app/getting-started.md).

# 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;
