# Compatible Protocols

- [Device integration](https://docs.imvvy.com/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](https://docs.imvvy.com/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](https://docs.imvvy.com/compatible-protocols/http-devices/http-api-implimentation.md): For those Imvvy IoT Platform users who need to create the HTTP Based Device.
- [MQTT DEVICES](https://docs.imvvy.com/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](https://docs.imvvy.com/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


---

# 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/compatible-protocols.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.
