# TECHNOLOGIES

- [Navixy Generic Protocol](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol.md): Navixy Generic Protocol (NGP), an open, JSON-based telematics protocol for transmitting device data to the Navixy platform and compatible systems.
- [Transport layer](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/transport-layer.md): HTTP/HTTPS and MQTT connection parameters, regional endpoints, and code examples for sending NGP messages.
- [Data types and encoding standards](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/data-types-and-encoding-standards.md): JSON type mapping, timestamp formatting, binary encoding, and value constraints used in NGP messages.
- [Message structure and attributes](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/message-structure-and-attributes.md): Complete reference for NGP message attributes: location, events, cell towers, Wi-Fi, sensors, I/O, and custom fields.
- [Predefined event identifiers](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/predefined-event-identifiers.md): Standard event\_id values for NGP messages, covering power, security, safety, vehicle efficiency, track, I/O, and peripheral events.
- [NGP Mapper skill](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/ngp-mapper-skill.md): Use the NGP Mapper Claude skill to generate a ready-to-implement field mapping from any device or telematics platform format to Navixy Generic Protocol.
- [Navixy IoT Logic Expression Language](https://navixy.com/docs/iot-logic-api/technologies/navixy-iot-logic-expression-language.md)
- [Expression syntax reference](https://navixy.com/docs/iot-logic-api/technologies/navixy-iot-logic-expression-language/expression-syntax-reference.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/iot-logic-api/technologies.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.
