# Compatible Protocols

- [Device integration](/compatible-protocols/device-integration.md): After provisioning the device on the  Imvvy IoT Platform you need to configure the hardware devices. There are many different hardware communication technologies available however we support HTTP,MQTT
- [HTTP DEVICES](/compatible-protocols/http-devices.md): This integration provides bidirectional communication between Server and the data source by making use of HTTP request and response data, that consists of basic HTTP POST messages with JSON data.
- [HTTP API IMPLIMENTATION](/compatible-protocols/http-devices/http-api-implimentation.md): For those Imvvy IoT Platform users who need to create the HTTP Based Device.
- [MQTT DEVICES](/compatible-protocols/mqtt-devices.md): MQTT is M2M communication protocol that has become quite popular for IoT purposes due to its simplicity and lightness.
- [MQTT IMPLEMENTATION](/compatible-protocols/mqtt-devices/mqtt-implementation.md): By creating the MQTT device on Imvvy IoT Platform, you can access the device on device list of the platform. The device is available on the "devices" section of the main menu by clicking on the "Add d
