# Send data from a non-integrated device (Navixy Generic Protocol)

## Question

How can I send data to the platform from a non-integrated device?

## Answer

If your specific device isn't integrated with the Navixy platform, you can use our Navixy Generic Protocol to do so. This is a universal protocol allowing you to send the specific data you need to our platform without waiting or paying for the costs associated with device integration. Once you have your device data, you will need to "convert" it to Navixy's accepted JSON format as shown in the documentation. Then all you have to do is send the data over HTTP/HTTPS to our platform and your device data will display.

The minimum required JSON is as follows:

| { "message\_time": "...", "device\_id": "..." } |
| ----------------------------------------------- |

## Links

* [Navixy Generic Protocol](/docs/iot-logic-api/technologies/navixy-generic-protocol.md)
* [Message structure and attributes](/docs/iot-logic-api/technologies/navixy-generic-protocol/message-structure-and-attributes.md)


---

# 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://navixy.com/docs/qna/using-navixy/send-data-from-a-non-integrated-device-navixy-generic-protocol.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.
