# Getting started

## Create Application

You need to add an application before adding devices. Application is like making a group for devices.&#x20;

* Application identifier eg: Wifi Plug, Door Sensor, Smart Hub, etc.
* Enter application description

![](/files/-MI_eO-NoDsxdRgzYAum)

## Add Devices

Go to "Devices" menu tab, click on "New device" button, and fill the inputs in the form with the:-

* Device Name
* Device ID
* Device Type eg. HTTP, MQTT (you want to integrate Imvvy Platform with your device with HTTP/MQTT )
* Device Protocol (Choose your device protocol)
* Device Application (Choose the device applications you have created earlier)
* Device Description
* Device AUTH key (Unique Device AUTH key generated by Imvvy IoT Platform)

![](/files/-MI_fyo4AmMk-dyI89tm)

## Device Dashboard

Once your device is successfully registered you can check your device dashboard for registered devices.

![](/files/-MI_giBOdCwAQ8Z5gehd)

> [Create your free account](https://platform.imvvy.com/) and learn below how to use Imvvy IoT Platform.


---

# 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.imvvy.com/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.
