# Navixy | Documentation

## Support center

- [Navixy documentation](https://navixy.com/docs/navixy-documentation.md): How-to guides, API references, and best practices for Navixy

## User guide

- [User guide](https://navixy.com/docs/user/guide.md)
- [Quick start](https://navixy.com/docs/user/guide/quick-start.md): Get started with Navixy by creating your account, activating a GPS device or the X-GPS Tracker app, and connecting with your service provider.
- [Sign up](https://navixy.com/docs/user/guide/quick-start/sign-up.md): Register a Navixy account, confirm your email, and get help if self-registration is unavailable or the confirmation email didn't arrive.
- [Activate GPS device](https://navixy.com/docs/user/guide/quick-start/activate-gps-device.md): Add a GPS tracking device to Navixy using automatic or manual activation, including APN and SIM setup for cellular, MQTT, LoRa, and satellite devices.
- [Activate X-GPS tracker app](https://navixy.com/docs/user/guide/quick-start/activate-x-gps-tracker-app.md): Activate the X-GPS Tracker app to turn a smartphone into a GPS tracker. Send an invitation to the employee and configure the app on their device.
- [Activate OEM device](https://navixy.com/docs/user/guide/quick-start/activate-oem-device.md): Connect a factory-installed vehicle telematics unit to Navixy without additional GPS hardware. Follow the OEM activation steps to begin tracking.
- [About service providers](https://navixy.com/docs/user/guide/quick-start/about-service-providers.md): Service providers handle GPS hardware supply, installation, and support for Navixy. Contact them from the built-in Help section in the web or mobile app.
- [User account](https://navixy.com/docs/user/guide/account.md): Manage your Navixy account settings: update your profile, view your balance, configure API keys, set up 2FA, manage users, and customize the platform.
- [Profile](https://navixy.com/docs/user/guide/account/profile.md): Customize your Navixy account preferences: set language, time zone, measurement system, date format, and manage local file storage settings.
- [Balance](https://navixy.com/docs/user/guide/account/balance.md): Manage payment methods, set up AutoPay, configure low balance alerts, and review transaction history in Navixy Account settings.
- [Users and roles](https://navixy.com/docs/user/guide/account/users-and-roles.md): Add team members to your Navixy account, assign roles with specific permissions, and control which devices and data each user can access.
- [User administration](https://navixy.com/docs/user/guide/account/users-and-roles/user-administration.md): Add and manage sub-accounts in Navixy. The Owner has full control; Users receive specific roles that define their access to tracking data and features.
- [Role management](https://navixy.com/docs/user/guide/account/users-and-roles/role-management.md): Create and manage user roles in Navixy to define what each team member can view and manage, from vehicle tracking to reporting and geofence editing.
- [Restricting access](https://navixy.com/docs/user/guide/account/users-and-roles/restricting-access.md): Control which GPS devices, geofences, places, and notification rules each user can see in Navixy. Protects sensitive data across different teams.
- [Two-factor authentication](https://navixy.com/docs/user/guide/account/two-factor-authentication.md): Enable two-factor authentication for your Navixy account. A one-time passcode sent to your email is required alongside your password on each login.
- [Activity log](https://navixy.com/docs/user/guide/account/activity-log.md): Track all user actions in your Navixy account, including logins, configuration changes, and data access. Available to account owners in Account settings.
- [IoT Logic](https://navixy.com/docs/user/guide/account/iot-logic.md): Process telematics data without coding in IoT Logic. Receive data from GPS trackers, apply transformations, and route results to Navixy or external systems.
- [Quick start guide](https://navixy.com/docs/user/guide/account/iot-logic/quick-start-guide.md): Set up your first IoT Logic data flow to start processing telematics data. Requires an Owner role and at least one activated device in your Navixy account.
- [Templates](https://navixy.com/docs/user/guide/account/iot-logic/quick-start-guide/templates.md): Start quickly with pre-configured IoT Logic flows for common data processing scenarios. Select a template from the start page and customize it for your needs.
- [Flow management](https://navixy.com/docs/user/guide/account/iot-logic/flow-management.md): Build custom IoT Logic flows on a visual canvas: connect nodes to receive device telemetry, process and transform data, and route it to external systems.
- [Default data processing](https://navixy.com/docs/user/guide/account/iot-logic/flow-management/default-flow.md): Navixy processes all device data through the default flow when no custom IoT Logic flow is assigned, ensuring no telemetry is lost or dropped.
- [Flow configuration example](https://navixy.com/docs/user/guide/account/iot-logic/flow-management/flow-configuration-example.md): A step-by-step example showing how to build an IoT Logic flow that collects device telemetry, calculates derived metrics, and forwards enriched data externally.
- [Nodes](https://navixy.com/docs/user/guide/account/iot-logic/nodes.md): Browse all IoT Logic node types, including Data Source, Initiate Attribute, IF/THEN Logic, Device action, Output Endpoint, and Webhook. Links to each guide.
- [Data Source](https://navixy.com/docs/user/guide/account/iot-logic/nodes/data-source-node.md): Data Source node is the IoT Logic entry point for device telemetry. It receives data via TCP, UDP, HTTP, or MQTT, decodes it, and passes it to downstream nodes.
- [Initiate Attribute](https://navixy.com/docs/user/guide/account/iot-logic/nodes/initiate-attribute-node.md): Create new data attributes from incoming telemetry using the Navixy Expression Language. Rename parameters, apply formulas, and enrich data before forwarding.
- [Managing attributes](https://navixy.com/docs/user/guide/account/iot-logic/nodes/initiate-attribute-node/managing-attributes.md): Create, edit, and delete attributes in the Initiate Attribute node. Use autofill to build formula expressions quickly from available telemetry fields.
- [Calculation examples](https://navixy.com/docs/user/guide/account/iot-logic/nodes/initiate-attribute-node/calculation-examples.md): Practical examples for writing attribute calculations in the IoT Logic Expression Language. Includes guidance on attribute naming and handling null values safely.
- [Displaying new calculated attributes on the Navixy platform](https://navixy.com/docs/user/guide/account/iot-logic/nodes/initiate-attribute-node/displaying-new-calculated-attributes-on-the-navixy-platform.md): Show calculated IoT Logic attributes in Navixy's Tracking module and Data Stream Analyzer by adding them as custom attributes to the relevant devices.
- [IF/THEN Logic](https://navixy.com/docs/user/guide/account/iot-logic/nodes/logic-node.md): Route IoT Logic data flows based on conditions with the IF/THEN Logic node. Evaluate telemetry values, trigger actions for matching records, and skip the rest.
- [IF/THEN Logic expressions and syntax](https://navixy.com/docs/user/guide/account/iot-logic/nodes/logic-node/logic-node-expressions-and-syntax.md): Write IF/THEN Logic expressions using the Navixy JEXL-based expression language. All expressions must return a boolean value to route data through the flow.
- [Geofence functions](https://navixy.com/docs/user/guide/account/iot-logic/nodes/logic-node/geofence-functions.md): Use named Navixy geofences in IF/THEN Logic node expressions to route data based on whether a device is inside, just entered, or has left a defined area.
- [Device action](https://navixy.com/docs/user/guide/account/iot-logic/nodes/action-node.md): Use Device action nodes in IoT Logic to send automated commands to GPS devices, such as switching outputs or sending GPRS commands when triggered by data flows.
- [Webhook](https://navixy.com/docs/user/guide/account/iot-logic/nodes/webhook-node.md): Send HTTP POST requests to external APIs when IoT Logic receives device data. Build custom JSON payloads with static values and dynamic telemetry attributes.
- [Output Endpoint](https://navixy.com/docs/user/guide/account/iot-logic/nodes/output-endpoint-node.md): Output Endpoint node transmits processed device data from IoT Logic flows to external systems using the Navixy Generic Protocol for standardized data delivery.
- [Data Stream Analyzer](https://navixy.com/docs/user/guide/account/iot-logic/data-stream-analyzer.md): Diagnose IoT device data flows in real time using the Data Stream Analyzer. Validate attribute values, check data integrity, and access TCP dumps and node logs.
- [Tags](https://navixy.com/docs/user/guide/account/tags.md): Create and assign tags to Places, Employees, Vehicles, and Tasks in Navixy for fast search and filtering across the platform.
- [Custom fields](https://navixy.com/docs/user/guide/account/custom-fields.md): Add custom fields to Places, Employees, Vehicles, and Tasks in Navixy to store additional data and improve filtering in field service workflows.
- [API keys](https://navixy.com/docs/user/guide/account/api-keys.md): Create and manage API keys to connect third-party or custom applications to your Navixy account securely without sharing your main credentials.
- [Password recovery](https://navixy.com/docs/user/guide/account/password-recovery.md): Recover access to your Navixy account by requesting a password reset link to your registered email address from the login page.
- [File Manager](https://navixy.com/docs/user/guide/account/file-manager.md): View and manage all files uploaded through Navixy and the X-GPS Tracker app. Access task attachments, check-in photos, and form submissions in one place.
- [User applications](https://navixy.com/docs/user/guide/account/user-applications.md): Embed third-party tools and custom add-ons directly into the Navixy interface to extend functionality and create a personalized workspace for your team.
- [Creating new User applications](https://navixy.com/docs/user/guide/account/user-applications/creating-new-user-applications.md): Set up a new User application in Navixy by configuring the integration URL and other parameters to connect an external tool to the platform interface.
- [Managing existing User applications](https://navixy.com/docs/user/guide/account/user-applications/managing-existing-user-applications.md): Manage User applications in Navixy: edit, enable, disable, or delete integrations. Account Owners have full control; Users have access based on enabled apps.
- [Navixy App Connect](https://navixy.com/docs/user/guide/account/user-applications/navixy-app-connect.md): Navixy App Connect is an authentication middleware that lets third-party applications integrate with Navixy using your existing credentials.
- [Tracking](https://navixy.com/docs/user/guide/tracking.md): Monitor live GPS device positions in the Objects list, review trip and event history, and manage map tools including geofences and points of interest.
- [Objects list](https://navixy.com/docs/user/guide/tracking/objects-list.md): Monitor all connected GPS devices in real time, filter by movement status, sort by name or distance, and access trip history or alert rules for any object.
- [Object widget](https://navixy.com/docs/user/guide/tracking/objects-list/object-widget.md): View GPS location, sensor readings, OBD2 data, engine hours, and driver details for any device. Pin data blocks as Favorites to show them in the Objects list.
- [Connection state](https://navixy.com/docs/user/guide/tracking/objects-list/connection-state.md): Color-coded connection statuses in Navixy indicate whether each device is Online, Offline, or GPS not updated. Covers all states and their transition sequence.
- [Object icons](https://navixy.com/docs/user/guide/tracking/objects-list/object-icons.md): Each tracked object's icon indicates movement status: moving, stopped, or parked. Browse the curated library and assign a custom icon from the Objects list.
- [History view](https://navixy.com/docs/user/guide/tracking/history-view.md): Access trip and event history for tracked objects. Review past routes with mileage and stops, or analyze geofence breaches, speeding, and sensor alerts.
- [Trip history](https://navixy.com/docs/user/guide/tracking/history-view/trip-history.md): Review past trips for any object, with mileage, fuel, stops, and duration. Replay routes on the map, color-code by speed, and export trips as KML files.
- [Event history](https://navixy.com/docs/user/guide/tracking/history-view/event-history.md): View a detailed log of fleet events by object and date range. Filter by type, review timestamps and locations, and play back event-triggered video recordings.
- [Map tools](https://navixy.com/docs/user/guide/tracking/map-tools.md): Access map search, geofences, places of interest, custom layers, route planning, and distance measuring tools from the Tracking module's map toolbar.
- [Geofences](https://navixy.com/docs/user/guide/tracking/map-tools/geofences.md): Create circular, polygon, or route geofences, import them from Excel or KML files, and link them to alert rules for entrance and exit monitoring.
- [Places (POIs)](https://navixy.com/docs/user/guide/tracking/map-tools/places-pois.md): Create and manage places of interest for key locations like offices and warehouses. Import them from Excel and use them in route planning or task assignments.
- [Layers](https://navixy.com/docs/user/guide/tracking/map-tools/layers.md): Add custom KML map layers to display city districts, responsibility areas, specialized routes, or terrain data not available in the standard map views.
- [Dashboards](https://navixy.com/docs/user/guide/dashboards.md): Navixy's pre-built dashboards answer your fleet's daily operational questions the moment you open the app, with telemetry from every device already aggregated and ready to act on.
- [Fleet live status dashboard](https://navixy.com/docs/user/guide/dashboards/fleet-live-status-dashboard.md)
- [Trips dashboard](https://navixy.com/docs/user/guide/dashboards/trips-dashboard.md)
- [Technical conditions dashboard](https://navixy.com/docs/user/guide/dashboards/technical-conditions-dashboard.md)
- [Geo links](https://navixy.com/docs/user/guide/geo-links.md): Share real-time tracking links with customers or partners using Geo links. Configure access duration, visible objects, and privacy settings for each link.
- [Creating geo links](https://navixy.com/docs/user/guide/geo-links/creating-geo-links.md): Create a geo link to share tracking data with external users. Configure the link's lifespan, visible objects, and map display options in the setup dialog.
- [Updating and sharing geo links](https://navixy.com/docs/user/guide/geo-links/updating-and-sharing-geo-links.md): Edit or share an existing geo link in Navixy. Updating a link preserves its URL; to generate a new URL, create a new geo link from scratch.
- [Embedding geo links](https://navixy.com/docs/user/guide/geo-links/embedding-geo-links.md): Embed a Navixy geo link as an iframe in a third-party website or dashboard. Generate the embed code from the geo link settings and customize the display.
- [Video telematics](https://navixy.com/docs/user/guide/solution-connectors.md): Connect Navixy to video telematics providers: Howen, Lightmetrics, Streamax, and MettaX. Access AI-powered dashcam video alongside GPS fleet tracking data.
- [MettaX](https://navixy.com/docs/user/guide/solution-connectors/mettax-integration-for-video-telematics.md): Integrate MettaX dashcam video telematics with Navixy to use third-party video features alongside Navixy's GPS tracking and telematics functionality.
- [Streamax](https://navixy.com/docs/user/guide/solution-connectors/streamax-integration-for-video-telematics.md): Integrate Streamax MDVR devices with Navixy to combine 24/7 video recording, ADAS, and driver safety monitoring with full fleet management capabilities.
- [LightMetrics](https://navixy.com/docs/user/guide/solution-connectors/lightmetrics-integration-for-video-telematics.md): Integrate Lightmetrics AI video telematics with Navixy to add edge-AI video analysis and driver safety monitoring to your fleet management workflow.
- [Howen](https://navixy.com/docs/user/guide/solution-connectors/howen.md): Integrate Howen video telematics with Navixy to combine AI-enhanced video surveillance, facial recognition, and driver monitoring with fleet management.
- [Rules and alerts](https://navixy.com/docs/user/guide/events-and-notifications.md): Set up GPS alert rules to detect geofence breaches, driver safety events, fuel changes, and device status. Get notified via SMS, email, push, or in-app.
- [Device power](https://navixy.com/docs/user/guide/events-and-notifications/device-power.md): Monitor GPS device power events: track when devices are switched on or off, detect external power cuts, OBDII plug or unplug events, and low battery alerts.
- [Device switched ON/OFF](https://navixy.com/docs/user/guide/events-and-notifications/device-power/device-switched-onoff.md): Get notified when a GPS tracking device is powered on or off. Requires a device capable of reporting its power state to the platform.
- [OBDII device plug/unplug](https://navixy.com/docs/user/guide/events-and-notifications/device-power/obdii-device-plugunplug.md): Get alerted when an OBD GPS tracker is plugged in or disconnected from the vehicle's OBD port, helping you prevent tracking gaps from unauthorized removal.
- [External power cut](https://navixy.com/docs/user/guide/events-and-notifications/device-power/external-power-cut.md): Detect when a vehicle-mounted GPS tracker loses external power and switches to its internal battery. Configure notifications for immediate awareness.
- [Battery low (Backup battery low)](https://navixy.com/docs/user/guide/events-and-notifications/device-power/battery-low-backup-battery-low.md): Receive alerts when a GPS device's primary or backup battery charge drops below the device's threshold, helping you prevent tracking downtime.
- [Device connection](https://navixy.com/docs/user/guide/events-and-notifications/device-connection.md): Track GPS device connectivity events, including loss of connection and GSM jamming, and configure alert rules to stay informed when devices go offline.
- [Device lost connection](https://navixy.com/docs/user/guide/events-and-notifications/device-connection/device-lost-connection.md): Get notified when a GPS device goes offline beyond your configured timeout. Covers the Offline time setting, reset behavior, and supported device combinations.
- [GSM jamming](https://navixy.com/docs/user/guide/events-and-notifications/device-connection/gsm-jamming.md): Detect and get alerted when GSM cellular signals are jammed on a GPS tracking device, preventing real-time data transmission to the platform.
- [Device positioning](https://navixy.com/docs/user/guide/events-and-notifications/device-positioning.md): Monitor GPS signal and satellite data events for your devices, including signal loss, GPS jamming, antenna disconnection, and on-demand location requests.
- [GPS signal loss and recovery](https://navixy.com/docs/user/guide/events-and-notifications/device-positioning/gps-signal-loss-and-recovery.md): Get notified when a GPS device loses satellite signal and when it recovers, helping you monitor assets in tunnels, warehouses, or low-coverage areas.
- [GPS antenna disconnected](https://navixy.com/docs/user/guide/events-and-notifications/device-positioning/gps-antenna-disconnected.md): Detect when an external GPS antenna is disconnected from a tracking device and get notified immediately to restore satellite signal reception.
- [GPS jamming](https://navixy.com/docs/user/guide/events-and-notifications/device-positioning/gps-jamming.md): Detect GPS signal interference on your fleet devices caused by GNSS frequency jamming, a common anti-tracking method used in vehicle theft.
- [Location report on demand](https://navixy.com/docs/user/guide/events-and-notifications/device-positioning/location-report-on-demand.md): Request the current GPS device location via SMS when standard IP connections are unavailable. Get notified as soon as the location update arrives.
- [Security](https://navixy.com/docs/user/guide/events-and-notifications/security.md): Alert rules for vehicle and asset security: auto-geofencing, unauthorized movement, car alarm, tracker detach, case intrusion, vibration, and padlock events.
- [Tracker detach](https://navixy.com/docs/user/guide/events-and-notifications/security/tracker-detach.md): Get alerted when a GPS tracking device is removed from the vehicle or asset it monitors. Essential for theft prevention in logistics and transportation.
- [Vibration sensor](https://navixy.com/docs/user/guide/events-and-notifications/security/vibration-sensor.md): Detect continuous vibrations on a parked vehicle via the GPS tracker's accelerometer. Alerts help identify potential theft or unauthorized access to the asset.
- [Case intrusion](https://navixy.com/docs/user/guide/events-and-notifications/security/case-intrusion.md): Get alerted when the GPS tracker's case is opened or tampered with. Protects valuable cargo by detecting unauthorized access to the tracking device itself.
- [Locking and unlocking padlock](https://navixy.com/docs/user/guide/events-and-notifications/security/lockingunlocking-padlock.md): Receive real-time notifications when a GPS-enabled smart lock is locked or unlocked. Monitor secure areas and cargo containers for all lock interactions.
- [Bracelet or ankle sensor](https://navixy.com/docs/user/guide/events-and-notifications/security/bracelet-or-ankle-sensor.md): Receive immediate alerts when a GPS bracelet or ankle sensor is removed without authorization. Designed for legal monitoring applications such as house arrest.
- [Unauthorized movement](https://navixy.com/docs/user/guide/events-and-notifications/security/unauthorized-movement.md): Get alerted when a stationary vehicle starts moving without authorization. Uses the GPS tracker's accelerometer to detect potential theft or unauthorized use.
- [Auto-geofencing](https://navixy.com/docs/user/guide/events-and-notifications/security/auto-geofencing.md): Auto-create a geofence around a parked vehicle and get alerted if it moves without the ignition on. A device-dependent anti-theft protection rule.
- [Car alarm](https://navixy.com/docs/user/guide/events-and-notifications/security/car-alarm.md): Get notified when a vehicle's car alarm triggers. Detected by the GPS device's connected input, the alert is sent immediately to your monitoring dashboard.
- [Driver safety](https://navixy.com/docs/user/guide/events-and-notifications/safety.md): Alert rules for driver safety monitoring: harsh driving, car crashes, ADAS warnings, fatigue and distracted driving alerts, SOS button presses, and fall detection.
- [ADAS warnings](https://navixy.com/docs/user/guide/events-and-notifications/safety/adas-warnings.md): Get ADAS alerts from video telematics devices: lane departure, forward collision, headway monitoring, pedestrian detection, and traffic sign recognition.
- [Distracted driving](https://navixy.com/docs/user/guide/events-and-notifications/safety/distracted-driving.md): Detect distracted driving such as phone use or smoking, captured by dash cams or GPS devices with camera capabilities. Requires compatible hardware support.
- [Fatigue driving](https://navixy.com/docs/user/guide/events-and-notifications/safety/fatigue-driving.md): Detect signs of driver fatigue using tracker cameras and send dispatch alerts immediately when drowsiness is identified, enabling preventive action.
- [Harsh driving](https://navixy.com/docs/user/guide/events-and-notifications/safety/harsh-driving.md): Alert when GPS device accelerometers detect harsh acceleration, braking, or sharp turns. Configure detection thresholds in Devices and Settings first.
- [Car crash detection](https://navixy.com/docs/user/guide/events-and-notifications/safety/car-crash-detection.md): Detect vehicle collisions using the GPS tracker's accelerometer and receive immediate alerts. Requires proper device installation with correct axis alignment.
- [Cruise control](https://navixy.com/docs/user/guide/events-and-notifications/safety/cruise-control.md): Get notified when Cruise control is switched on or off on a vehicle. Monitor its impact on fuel efficiency, battery management, and driver behavior patterns.
- [Pressing SOS Button](https://navixy.com/docs/user/guide/events-and-notifications/safety/pressing-sos-button.md): Receive immediate alerts when an SOS emergency button is pressed on a GPS device or personal tracker. Works with dedicated SOS buttons and discrete inputs.
- [Call button pressed](https://navixy.com/docs/user/guide/events-and-notifications/safety/call-button-pressed.md): Get notified when the call button on a GPS device is pressed. For devices equipped with a built-in phone call or radio function to enable rapid communication.
- [Fall detection](https://navixy.com/docs/user/guide/events-and-notifications/safety/fall-detection.md): Receive alerts when a personal GPS tracker detects a sudden fall, protecting elderly individuals, lone workers, or vulnerable people in real time.
- [Proximity monitoring](https://navixy.com/docs/user/guide/events-and-notifications/safety/proximity-monitoring.md): Monitor proximity between GPS-enabled devices and BLE tags using Bluetooth. Useful for detecting dangerous equipment proximity and enforcing safety distances.
- [Movement monitoring](https://navixy.com/docs/user/guide/events-and-notifications/movement-monitoring.md): Set up alert rules to track vehicle and asset movement: geofence entrance and exit, speeding, parking detection, route deviation, and movement inactivity.
- [Geofence entrance or exit](https://navixy.com/docs/user/guide/events-and-notifications/movement-monitoring/geofence-entrance-or-exit.md): Receive notifications when a tracked object enters or exits any of the configured geofences. Apply the rule to multiple vehicles or assets simultaneously.
- [Parking state detection](https://navixy.com/docs/user/guide/events-and-notifications/movement-monitoring/parking-state-detection.md): Receive notifications when a vehicle starts or ends a parking period. Monitor off-duty vehicle use or bind the rule to geofences to track dwell time.
- [Speeding](https://navixy.com/docs/user/guide/events-and-notifications/movement-monitoring/speeding.md): Alert when a vehicle exceeds a speed limit using GPS data analyzed by the platform, or based on events reported directly by the GPS device.
- [Movement inactivity](https://navixy.com/docs/user/guide/events-and-notifications/movement-monitoring/movement-inactivity.md): Get alerted when a GPS device detects no movement for an extended period. Useful for monitoring parked equipment, cargo in transit, or personal safety.
- [Distance between objects](https://navixy.com/docs/user/guide/events-and-notifications/movement-monitoring/distance-between-objects.md): Track the distance between fleet assets and receive alerts when objects approach, move away, or exceed a defined separation range, from 5 to 200,000 meters.
- [Scheduling and dispatching](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching.md): Alert rules for fleet dispatch: route deviation, driving time limits, driver identification and absence, task performance, and work status changes.
- [Deviation from the route](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/deviation-from-the-route.md): Get notified when a vehicle deviates from a planned route. Uses route-type geofences to define the permitted path and alerts when the object moves outside it.
- [Driving time](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driving-time.md): Alert when a driver exceeds the allowed continuous driving time. Set the maximum driving duration and the minimum parking time required to reset the timer.
- [Parking time](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/parking-time.md): Get notified when a vehicle remains parked beyond a configured time limit. Bind to geofences to monitor dwell time in specific locations.
- [Driver identification](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-identification.md): Track GPS driver identification events via iButton, RFID, or facial recognition. Ensure only authorized drivers operate vehicles and receive real-time alerts.
- [Driver change](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-change.md): Track driver changes on shared vehicles by detecting when a new hardware key (iButton, RFID, or BLE) is used. Logs and reports each change for accountability.
- [Driver absence](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/driver-absence.md): Detect when a driver is absent from their seat while the vehicle is in operation, using AI-equipped cameras. Alerts fleet managers to potential safety risks.
- [Task performance](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/task-performance.md): Receive notifications for field task events: task completion, delays, failures, arrivals, and form submissions. Applies to tasks assigned to field employees.
- [Work status change](https://navixy.com/docs/user/guide/events-and-notifications/scheduling-and-dispatching/work-status-change.md): Get notified when a field employee updates their work status via the X-GPS Tracker app. Define which statuses trigger alerts for better dispatch coordination.
- [Vehicle efficiency](https://navixy.com/docs/user/guide/events-and-notifications/vehicle-efficiency.md): Monitor vehicle efficiency with alert rules for check engine MIL status, excessive idling, and fuel level changes from sensors.
- [Fuel level change](https://navixy.com/docs/user/guide/events-and-notifications/vehicle-efficiency/fuel-level-change.md): Alert when the fuel sensor detects a significant level change, signaling refueling or potential fuel theft. Requires a configured fuel level sensor per device.
- [Excessive idling](https://navixy.com/docs/user/guide/events-and-notifications/vehicle-efficiency/excessive-idling.md): Alert when a vehicle idles for longer than a set threshold, using platform logic or hardware events. Helps identify fuel waste and unnecessary engine running.
- [Check engine (MIL)](https://navixy.com/docs/user/guide/events-and-notifications/vehicle-efficiency/check-engine-mil.md): Receive an alert when the Malfunction Indicator Lamp (check engine light) activates on a vehicle. Requires a GPS device with OBD or CAN data support.
- [Inputs and outputs](https://navixy.com/docs/user/guide/events-and-notifications/inputs-and-outputs.md): Alert rules for monitoring connected sensors and equipment: discrete input changes, output state, sensor readings within a range, and state field values.
- [Input triggering](https://navixy.com/docs/user/guide/events-and-notifications/inputs-and-outputs/input-triggering.md): Receive alerts when a discrete GPS device input changes state, such as a door sensor opening, ignition turning on, or an emergency button being pressed.
- [Output triggering](https://navixy.com/docs/user/guide/events-and-notifications/inputs-and-outputs/output-triggering.md): Monitor GPS device output state changes such as engine block activation or alarm engagement. Receive alerts whenever a configured output switches on or off.
- [Parameter in range](https://navixy.com/docs/user/guide/events-and-notifications/inputs-and-outputs/parameter-in-range.md): Alert when a GPS device sensor enters or exits a defined value range. Supports measurement sensors and virtual sensors, with a configurable accuracy buffer.
- [State field value](https://navixy.com/docs/user/guide/events-and-notifications/inputs-and-outputs/state-field-value.md): Get notified when a specific device state field reaches an expected value, such as a door opening, DTC code appearing, or a driver key being recognized.
- [Reports](https://navixy.com/docs/user/guide/reports.md): Create and schedule fleet reports in Navixy. Select from standard report types, configure date ranges and object filters, and export to XLSX or PDF.
- [Report types](https://navixy.com/docs/user/guide/reports/report-types.md): Browse all Navixy report categories: trips and mileage, fuel analysis, driver safety, sensor readings, and events. Find the right report for any use case.
- [How to read reports](https://navixy.com/docs/user/guide/reports/read-and-understand-reports.md): Interpret Navixy report graphs and tables, apply common parameters like date range and object filters, and export or share generated reports.
- [Report details](https://navixy.com/docs/user/guide/reports/specific-report-details.md): Find detailed guidance for key Navixy reports: how each report calculates its data, which parameters you can configure, and how to interpret the output.
- [Trips report](https://navixy.com/docs/user/guide/reports/specific-report-details/trip-report.md): Analyze trips with the Trips report: review mileage, duration, average and max speed, stops, and fuel consumption per trip for any date range.
- [Trips and stops by shifts report](https://navixy.com/docs/user/guide/reports/specific-report-details/trips-and-stops-by-shifts-report.md): Analyze trips and stops by work shift with the Trips and stops by shifts report. Compare shift-based mileage, time, idling, and fuel data.
- [Engine hours report](https://navixy.com/docs/user/guide/reports/specific-report-details/engine-hours-report.md): Analyze engine-on time, idling, and movement with the Engine hours report. Understand how values are calculated and which parameters affect the output.
- [Fuel volume 2.0 report](https://navixy.com/docs/user/guide/reports/specific-report-details/fuel-volume-2.0-report.md): Track fuel consumption with Fuel volume 2.0: automatic refueling detection, daily fuel data, and sensor quality indicators per vehicle.
- [Fuel volume report](https://navixy.com/docs/user/guide/reports/specific-report-details/fuel-volume-report.md): Analyze fuel level changes with the Fuel volume report. Detect refueling and drain events, review daily consumption, and assess sensor quality.
- [Equipment working time report](https://navixy.com/docs/user/guide/reports/specific-report-details/equipment-working-time-report.md): Track equipment uptime, motion time, and idle time with the Equipment working time report. Configure parameters and interpret the results.
- [Report on all events](https://navixy.com/docs/user/guide/reports/specific-report-details/report-on-all-events.md): Filter platform events by type and date in the Report on all events. Review timestamps, locations, and event details in tables, timelines, and summaries.
- [Measuring sensors report](https://navixy.com/docs/user/guide/reports/specific-report-details/measuring-sensors-report.md): Analyze measurement and virtual sensor readings with the Measuring sensors report. Configure parameters and review sensor graphs, statistics, and data tables.
- [Vehicle sensors report](https://navixy.com/docs/user/guide/reports/specific-report-details/vehicle-can-obdii-readings-report.md): Analyze CAN, OBD, and virtual sensor readings with the Vehicle sensors report. Configure parameters and interpret sensor graphs, statistics, and data tables.
- [Speed violation report](https://navixy.com/docs/user/guide/reports/specific-report-details/speed-violation-report.md): Identify speeding episodes with the Speed violation report. Configure speed and duration thresholds and review violation graphs and tables.
- [Fleet management](https://navixy.com/docs/user/guide/fleet-management.md): Register vehicles and drivers, organize garages and departments, schedule vehicle maintenance, and review driver safety scores in the Eco Driving report.
- [Vehicles](https://navixy.com/docs/user/guide/fleet-management/vehicles.md): Add fleet vehicle profiles with specs, fuel consumption rates, and insurance data. Link vehicles to GPS devices and import multiple profiles from Excel files.
- [Garages](https://navixy.com/docs/user/guide/fleet-management/garages.md): Create and manage garage (depot) profiles in Navixy, storing location, mechanic, and dispatcher details for better multi-site fleet coordination and reporting.
- [Drivers](https://navixy.com/docs/user/guide/fleet-management/drivers.md): Create and manage driver profiles in Navixy, assign hardware keys for automatic identification, and link drivers to vehicles for accurate fleet reporting.
- [Departments](https://navixy.com/docs/user/guide/fleet-management/departments.md): Organize fleet drivers into departments in Navixy. Create department profiles with names and addresses, and link them to drivers for better task coordination.
- [Driver journal](https://navixy.com/docs/user/guide/fleet-management/driver-journal.md): Classify vehicle trips as business or private in the Driver journal. Select a vehicle and date range, then assign trip statuses individually or in bulk.
- [Eco Driving](https://navixy.com/docs/user/guide/fleet-management/eco-driving.md): Score driver safety from 0 to 100 using penalties for speeding, harsh driving, and excessive idling. Configure thresholds and export or schedule PDF reports.
- [Maintenance](https://navixy.com/docs/user/guide/fleet-management/maintenance.md): Create and track fleet maintenance tasks by date, mileage, or engine hours. Set up repeating schedules, add costs and attachments, and monitor service status.
- [Field service](https://navixy.com/docs/user/guide/field-service.md): Assign tasks to mobile employees, track their completion on a map or timeline, and analyze field performance with the Navixy Field Service module.
- [Staff](https://navixy.com/docs/user/guide/field-service/staff.md): Manage field service employee profiles in Navixy. View contact details, current work status, assigned tasks, and link staff to GPS devices.
- [Tasks](https://navixy.com/docs/user/guide/field-service/tasks.md): Create and assign field tasks to employees, set locations, deadlines, and forms. Monitor task status on a map, table, or timeline view in real time.
- [Forms](https://navixy.com/docs/user/guide/field-service/forms.md): Design electronic forms for field tasks and let employees submit text, signatures, and photos via the X-GPS Tracker app when completing assignments.
- [Departments](https://navixy.com/docs/user/guide/field-service/departments-field-service.md): Organize field service employees into named departments in Navixy. Assign staff to departments and use them to filter task assignments and reports.
- [Places](https://navixy.com/docs/user/guide/field-service/places-field-service.md): Manage places of interest for field service: add customer sites and key locations your staff visits, and use them to streamline task assignments and routes.
- [Devices and settings](https://navixy.com/docs/user/guide/devices-and-settings.md): Manage GPS device configuration in Navixy through settings blocks for tracking, sensors, connectivity, driver safety, tachograph, and hardware controls.
- [Managing devices and groups](https://navixy.com/docs/user/guide/devices-and-settings/managing-devices-and-groups.md): Find devices in the settings list by name or tag, and create, rename, color-code, and delete device groups to organize your fleet.
- [Object management](https://navixy.com/docs/user/guide/devices-and-settings/object-management.md): Manage a device's identity and admin settings: label, group, tags, SIM and trusted numbers, service plan, working statuses, and data export.
- [Object label](https://navixy.com/docs/user/guide/devices-and-settings/object-management/object-label.md): Manage the GPS device's name, group, tags, and model in Navixy. Labels and tags make it easier to organize and filter devices across the platform.
- [Phone number](https://navixy.com/docs/user/guide/devices-and-settings/object-management/phone-number.md): Set the SIM phone number and APN for a GPS device in Navixy. Needed after a SIM change for SMS-based commands, location requests, and two-way communication.
- [Trusted phone numbers](https://navixy.com/docs/user/guide/devices-and-settings/object-management/trusted-phone-numbers.md): Control which phone numbers may send SMS and USSD commands to a GPS device, protecting it from unauthorized configuration. Up to five numbers.
- [Change plan](https://navixy.com/docs/user/guide/devices-and-settings/object-management/change-plan.md): Switch the service plan for a GPS device in Navixy. Review available plan options and select the one that matches your operational and data needs.
- [Working statuses](https://navixy.com/docs/user/guide/devices-and-settings/object-management/working-statuses.md): Create and manage working status lists for field employees. Assign statuses with custom names and colors, and control who can change them via the mobile app.
- [Raw data](https://navixy.com/docs/user/guide/devices-and-settings/object-management/raw-data.md): Download parsed telemetry data from any GPS device as a CSV file. Useful for device diagnostics, data analysis, and integration with AI or analytics tools.
- [Device timezone](https://navixy.com/docs/user/guide/devices-and-settings/object-management/device-timezone.md): Correct the timezone offset for GPS devices that report timestamps in local time. Prevents tracking data misalignment when the device clock doesn't match UTC.
- [Commands](https://navixy.com/docs/user/guide/devices-and-settings/object-management/commands.md): Define custom device and software commands for a GPS device in Navixy and send them on demand from the Object widget.
- [Location and movement](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement.md): Control how a GPS device reports position: tracking mode, parking detection, LBS radius, odometer, engine hours, ignition source, and towing.
- [Tracking mode](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/tracking-mode.md): Control how often a GPS device reports position by interval, distance, and cornering, plus power-save, freeze, and sleep options.
- [Parking detection](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/parking-detection.md): Tune idle time and speed thresholds to control trip and stop boundaries in reports, with optional ignition or motion sensor confirmation.
- [LBS detection radius](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/lbs-detection-radius.md): Tune the LBS search radius for cellular and Wi-Fi positioning in Navixy. Use a larger radius in rural areas and a smaller one in cities.
- [Odometer](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/odometer.md): Set up the odometer data source, match it to the vehicle's actual reading, and apply a correction multiplier to keep mileage totals accurate.
- [Engine hours](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/engine-hours.md): Activate engine hours by choosing an ignition or CAN-bus data source and setting an initial value, then use the counter to trigger maintenance reminders.
- [Ignition source](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/ignition-source.md): Set the ignition source on a GPS device so Navixy can accurately detect engine on/off when the ignition wire isn't directly connected.
- [Tow detection](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/tow-detection.md): Configure tow detection sensitivity and delay so the device triggers an alert when a parked vehicle moves without the ignition on.
- [Vehicle sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors.md): Add and configure vehicle sensors in Navixy: discrete on/off states, fuel and temperature measurement, virtual derived values, and manufacturer-specific types.
- [Discrete sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors.md): Add discrete sensors to GPS devices in Navixy: configure the sensor label, type, and device input number for binary state monitoring.
- [Ignition source](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors/ignition-source.md): Configure the ignition source for GPS devices that use virtual ignition detection via motion sensor or voltage instead of a direct ignition cable connection.
- [Doors, trunk, and hood sensor](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors/doors-trunk-and-hood-sensor.md): Set up door, trunk, and hood sensors for vehicles that transmit this data via the CAN bus. The platform logs open status events as they arrive from the device.
- [Measurement sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/measurement-sensors.md): Add measurement sensors in Navixy to track fuel, temperature, voltage, or RPM. Set the input, units, calibration table, and filtering rules per sensor.
- [Fuel level sensor](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/measurement-sensors/fuel-level-sensor.md): Configure fuel level sensors in Navixy: set calibration data, accuracy, smoothing, and tank details for reliable fuel monitoring and consumption analysis.
- [Aggregation sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/aggregation-sensors.md): Average or sum readings from multiple fuel level sensors in Navixy to track total fuel across tanks or get a balanced reading from sensors in one tank.
- [Virtual sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors.md): Virtual sensors in Navixy convert raw telemetry into plain labels, derive ignition from voltage, and map multi-value device states to readable indicators.
- [Eye sensor configuration](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors/eye-sensor-configuration.md): Set up virtual sensors in Navixy for Teltonika Eye accessories to expose motion state, temperature, humidity, and magnet data collected over Bluetooth.
- [Specialized sensors by manufacturer](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer.md): Configure GPS device sensors specific to Galileosky, Teltonika, and CalAmp: user-defined tags, passenger counters, BLE beacons, and accumulators.
- [Galileosky sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/galileosky-sensors.md): Configure Galileosky-specific sensors in Navixy: map user-defined Easy Logic tags and set up the passenger counter for public transport tracking.
- [User-defined tags (Galileosky)](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/galileosky-sensors/user-defined-tags-galileosky.md): Add custom measurement sensors in Navixy for Galileosky devices using Easy Logic scripts to capture any parameter the standard device data set does not include.
- [Passenger counter (Galileosky)](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/galileosky-sensors/passenger-counter-galileosky.md): Set up Galileosky and PP-01 sensor integration in Navixy to log real-time passenger entry and exit counts for transit vehicles and ridership reporting.
- [Teltonika sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/teltonika-sensors.md): Configure Teltonika BLE sensors in Navixy: set up BLE beacons for temperature and proximity monitoring, and BLE fuel level sensors for wireless tank readings.
- [BLE Beacons (Teltonika)](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/teltonika-sensors/ble-beacons-teltonika.md): Configure Teltonika BLE beacons in Navixy as temperature, magnet detection, or driver ID sensors. Works without wiring, with battery life up to 19 years.
- [BLE fuel level sensors (Teltonika)](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/teltonika-sensors/ble-fuel-level-sensors-teltonika.md): Add Teltonika BLE fuel sensors to Navixy: select the LLS level input, configure calibration, and monitor fuel, temperature, humidity, and battery charge.
- [CalAmp sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/calamp-sensors.md): Access board voltage, temperature, mileage, and analog sensor data from CalAmp devices in Navixy by configuring the Accumulators block.
- [CalAmp accumulators](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/calamp-sensors/calamp-accumulators.md): Map CalAmp accumulator variables in Navixy to retrieve board voltage and external temperature data from supported CalAmp GPS devices.
- [Connectivity](https://navixy.com/docs/user/guide/devices-and-settings/connectivity.md): Configure each device connection in Navixy: set the offline detection timeout and route live tracking data to external servers via data forwarding.
- [Connection state](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/connection-state.md): Control the offline timeout for each device so power-saving and low-frequency trackers stay accurately shown as connected in Navixy.
- [Data forwarding](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding.md): Set up GPS and telematics data forwarding from Navixy to third-party servers for compliance, enterprise integration, or data consolidation needs.
- [ILSP](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/ilsp.md): Push vehicle positioning and alarm events from Navixy to ILSP shared security monitoring centers in Mexico, enabling multi-company data sharing via HTTP.
- [Navixy Web Service](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/navixy-ws.md): Forward GPS tracking data from Navixy to external systems using the Navixy Web Service SOAP endpoint, supporting time-based queries for historical telemetry.
- [Recurso Confiable](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/recurso-confiable.md): Transfer GPS tracking data from Navixy to the Recurso Confiable enterprise platform every 5 minutes via SOAP, used across Mexico, Colombia, and Central America.
- [Simpliroute](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/simpliroute.md): Sync vehicle positions from Navixy to SimpliRoute order management via HTTP JSON, linking live tracker data to delivery routes and orders in Latin America.
- [Unigis](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/unigis.md): Send GPS and telematics data from Navixy to the Unigis TMS network every 5 minutes via SOAP, integrating fleet data with retail and logistics supply chains.
- [Wialon IPS](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/wialon-ips.md): Retransmit GPS and GLONASS fleet data to Wialon-based monitoring servers or a separate Navixy instance using the Gurtam TCP retranslation protocol.
- [Maquinaria Amarilla](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/maquinaria-amarilla.md): Comply with Colombian Decree 723 by forwarding heavy machinery GPS data from Navixy to Maquinaria Amarilla for National Police monitoring via SOAP every hour.
- [Startrack](https://navixy.com/docs/user/guide/devices-and-settings/connectivity/data-forwarding/startrack.md): Send vehicle location and status data to Startrack's SOAP endpoint over HTTPS, used by fleet operators in Guatemala, El Salvador, and Honduras.
- [Driver safety](https://navixy.com/docs/user/guide/devices-and-settings/driver-safety.md): Configure device-side thresholds for harsh driving events that feed into Navixy Notifications and Eco-driving reports for fleet safety monitoring.
- [Harsh driving](https://navixy.com/docs/user/guide/devices-and-settings/driver-safety/harsh-driving.md): Set harsh-driving thresholds on the GPS device in Navixy. Events generated here power Notifications and Eco-driving reports. Units vary by device family.
- [Tachograph and compliance](https://navixy.com/docs/user/guide/devices-and-settings/tachograph-and-compliance.md): Manage tachograph compliance for your fleet by downloading DDD files on demand and routing them automatically to the right recipients.
- [DDD files download](https://navixy.com/docs/user/guide/devices-and-settings/tachograph-and-compliance/ddd-download.md): Request DDD files from a vehicle's tachograph over the air without a physical connection. Covers on-demand download options by device type.
- [DDD files recipient email](https://navixy.com/docs/user/guide/devices-and-settings/tachograph-and-compliance/ddd-emails.md): Add up to five email recipients so downloaded DDD files are delivered automatically after each tachograph download completes.
- [Device-specific controls](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls.md): Configure hardware-specific device blocks in Navixy: anti-theft alarms, buttons and keys, power saving, external sensors, and diagnostics.
- [Anti-theft and security](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security.md): Device-side anti-theft blocks in Navixy: unauthorized movement, no movement, vibration detection, accelerometer, security mode, and social distance.
- [Unauthorized movement](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/unauthorized-movement.md): Enable the device to treat its current position as a parking reference and report to Navixy when the vehicle leaves the set radius after ignition off.
- [No movement](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/no-movement.md): Alert in Navixy when a vehicle on an active route stays stationary longer than the configured no-movement timeout. Optionally set a pre-alarm for early notice
- [Vibration detection](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/vibration-detection.md): Set sensitivity and timing so the device detects tampering or vibration after the ignition switches off, then reports an event to Navixy
- [Vibration settings](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/vibration-settings.md): Adjust the device's motion sensor sensitivity to control how tow detection, impact alarms, and stop-time tracking respond to movement
- [Accelerometer](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/accelerometer.md): Configure impact force thresholds on the device so it detects and reports collisions to Navixy. Some models support separate weak and strong impact levels.
- [Security mode](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/security-mode.md): Guard a parked vehicle by arming the device's motion sensor and perimeter detection. Set time windows, sensitivity thresholds, and a parking radius in Navixy.
- [Social distance](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/anti-theft-and-security/social-distance.md): Configure the Social distance block in Navixy so the device reports when another tagged device stays within a set distance for too long.
- [Buttons and keys](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/buttons-and-keys.md): Configure device buttons and access keys in Navixy: call buttons, SOS button action, switch off button, unlocking, and temporary password.
- [Call buttons](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/buttons-and-keys/call-buttons.md): Assign phone numbers to the device's hardware buttons in Navixy so the device places a voice call to the right contact when a button is pressed.
- [SOS button action](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/buttons-and-keys/sos-button-action.md): Configure the SOS button action in Navixy so an SOS press sends an alert, or makes a call to a phone number and sends an alert.
- [Switch off button](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/buttons-and-keys/switch-off-button.md): Prevent drivers or unauthorized users from powering off a GPS device by disabling its physical button in Navixy. The device can only be switched off remotely.
- [Unlocking](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/buttons-and-keys/unlocking.md): Set and use the digital unlock password for a GPS device in Navixy with the Unlocking block. Availability depends on the device model.
- [Password](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/buttons-and-keys/password.md): Issue a time-limited unlock code for a GPS device in Navixy with the Password block. The code expires after the duration you set.
- [Power management](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/power-management.md): Manage power on battery devices in Navixy: configure battery charge mode and sleep mode conditions. Available controls depend on the device model.
- [Battery charge mode](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/power-management/battery-charge-mode.md): Choose when a GPS device's backup battery charges in Navixy, with options for automatic, ignition-on only, or ignition-on with low-battery fallback.
- [Sleep mode](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/power-management/sleep-mode.md): Configure power-save sleep conditions on a battery GPS device in Navixy with the Sleep mode block. Available fields depend on the device model.
- [External sensors](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/external-sensors.md): Bind external Bluetooth channels on the device side in Navixy so the platform reads their data. Covers the Bluetooth and Bluetooth sensors blocks.
- [Bluetooth](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/external-sensors/bluetooth.md): Manage the Bluetooth connection on a GPS device in Navixy with the Bluetooth block, used to pair accessories such as a driver-ID key.
- [Bluetooth sensors](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/external-sensors/bluetooth-sensors.md): Configure external Bluetooth sensors on a GPS device in Navixy by MAC address and type, so the platform interprets their values correctly.
- [Engine and diagnostics](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics.md): Device-side engine and diagnostics blocks in Navixy: engine state detection, OBD data acquisition, and fuel consumption calculation.
- [Engine state detection](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/engine-state-detection.md): Configure the Engine state detection block in Navixy so the device reports engine on and off based on on-board voltage levels and durations.
- [OBD data acquisition](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/obd-data-acquisition.md): Configure the OBD data acquisition block in Navixy to enable PID reports on an OBD device and set the collection interval and upload batch size.
- [Fuel consumption calculation](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/fuel-consumption-calculation.md): Configure the device-side Fuel consumption calculation block in Navixy by setting fuel type, engine volume, and a multiplier for the estimate.
- [Other controls](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/other.md): Other device-side blocks in Navixy: LED display, SMS channel usage, virtual ignition, and tracks upload. Availability depends on the device model.
- [LED display](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/other/led-display.md): Control the status LED on a GPS device in Navixy with the LED display block, choosing between always on and switching off after a timeout.
- [SMS channel usage](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/other/sms-channel-usage.md): Configure how a GPS device uses its SMS channel in Navixy with the SMS channel usage block, including a low-battery alert mode.
- [Virtual ignition](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/other/virtual-ignition.md): Use on-board voltage or motion as the ignition source when the GPS device has no ignition wire. Set the voltage threshold or motion timing in Navixy.
- [Tracks upload](https://navixy.com/docs/user/guide/devices-and-settings/device-specific-controls/other/tracks-upload.md): Upload recorded track and datalogger files from a GPS device into Navixy with the Tracks upload block. A one-off upload, not a stored setting.
- [X-GPS mobile apps](https://navixy.com/docs/user/guide/x-gps-mobile-apps.md): Navixy's three mobile apps: X-GPS Mobile for fleet monitoring, X-GPS Monitor for tracking and dispatching, and X-GPS Tracker for field employee GPS.
- [X-GPS Mobile](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile.md): X-GPS Mobile is a fleet monitoring app for real-time asset tracking. Monitor GPS device locations, sensor readings, and object status from iOS or Android.
- [Quick start](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/quick-start.md): Download X-GPS Mobile from Google Play or the App Store and log in with your Navixy credentials to start monitoring your fleet from a mobile device.
- [Assets list](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/assets-list.md): Browse all tracked assets in X-GPS Mobile, with icons showing movement status. Search by name to quickly locate any vehicle, staff member, or GPS device.
- [Asset information](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/asset-information.md): View detailed information for a tracked asset in X-GPS Mobile: map location, trip and event history, linked GPS device, tags, reminders, and custom fields.
- [Account and settings](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/account-and-settings.md): View and manage your Navixy account details in the X-GPS Mobile app, including your profile name, logo, email address, and phone number.
- [User applications](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/user-applications.md): Access custom third-party applications embedded in Navixy through X-GPS Mobile. Applications are configured in the web platform and available in the mobile app.
- [X-GPS Monitor](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-monitor.md): X-GPS Monitor displays real-time fleet locations, telemetry data, and track history on your mobile device. Supports task management and object monitoring.
- [Quick start](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-monitor/quick-start.md): Download X-GPS Monitor from Google Play or the App Store, then log in with your Navixy credentials to start monitoring your fleet on mobile.
- [Features](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-monitor/features.md): Explore all tools in X-GPS Monitor: object list, map controls, task management, trip history, notifications, and telematics data panels.
- [Video events (Android only)](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-monitor/video-events-android-only.md): View and manage video events captured by connected cameras in X-GPS Monitor on Android. Access event-triggered recordings from your fleet devices.
- [X-GPS Tracker](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker.md): X-GPS Tracker turns a smartphone or tablet into a GPS tracking device. Install the app, accept an invitation, and start transmitting location to Navixy.
- [Invitation to X-GPS Tracker](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/invitation-to-x-gps-tracker.md): Send an invitation to install X-GPS Tracker on an employee's iOS or Android device, turning their smartphone into a GPS tracker linked to your Navixy account.
- [First launch](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/first-start.md): Start X-GPS Tracker for the first time by entering the device ID from your invitation link. Follow the link from SMS or email to configure the ID automatically.
- [Main features](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/main-features.md): Overview of X-GPS Tracker's five main sections: Map, Statuses, Chat, Tasks, and Settings. Learn how each section supports field employee productivity.
- [Application settings](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/application-settings.md): Configure X-GPS Tracker app settings: enable or disable geolocation tracking and select the operating mode for how the app reports location.
- [Task assignment](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/task-assignment.md): View and update assigned tasks in X-GPS Tracker. Employees receive push notifications when a manager assigns a new task or changes an existing one.
- [Check-ins](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/check-ins.md): Use Check-ins in X-GPS Tracker to record your location with photos and comments. Report on checkpoint visits, completed work, or field events with timestamps.
- [Messages](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/messages.md): Exchange real-time messages between field employees and office staff via X-GPS Tracker. Report task results, signal difficulties, or notify about new assignments.
- [Places](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/places.md): View assigned places of interest in X-GPS Tracker. Places appear when a custom field with the employee's name is configured for the POI in the platform.
- [Offline mode](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/offline-mode.md): X-GPS Tracker stores check-ins and completed forms locally when offline and uploads them automatically when internet connection is restored.
- [F.A.Q.](https://navixy.com/docs/user/guide/faq.md): Frequently asked questions about Navixy, covering GPS device activation troubleshooting and common platform setup issues.
- [GPS device activation troubleshooting](https://navixy.com/docs/user/guide/faq/gps-device-activation-troubleshooting.md): Resolve common GPS device activation issues in Navixy. Covers required device configuration, timezone settings, and steps when devices fail to appear online.

## Expert center

- [Expert Center](https://navixy.com/docs/expert-center/expert-center.md): Access vehicle telematics guides, FAQ troubleshooting steps, sensor configuration tutorials, and connectivity references to get the most from Navixy.
- [Vehicle telematics technology](https://navixy.com/docs/expert-center/vehicle-telematics-technology.md): CAN/OBD protocols, MQTT connectivity, fuel management, device certification, positioning techniques, vehicle sensors, and video telematics guides.
- [Positioning techniques](https://navixy.com/docs/expert-center/vehicle-telematics-technology/positioning-techniques.md): LBS tracking using Cell ID and Wi-Fi Positioning System as GPS alternatives for locating vehicles and assets when satellite signals are unavailable.
- [What is LBS tracking: Cell ID and WPS](https://navixy.com/docs/expert-center/vehicle-telematics-technology/positioning-techniques/what-is-lbs-tracking-cell-id-and-wps.md): Cell towers and Wi-Fi access points locate devices without GPS in LBS tracking. Covers Cell of Origin, E-OTD, and Wi-Fi positioning accuracy.
- [Connectivity](https://navixy.com/docs/expert-center/vehicle-telematics-technology/connectivity.md): Publish/subscribe messaging for IoT device connectivity in fleet telematics. MQTT protocol guides cover broker setup, message formats, and QoS levels.
- [MQTT fundamentals](https://navixy.com/docs/expert-center/vehicle-telematics-technology/connectivity/mqtt-fundamentals.md): Publish/subscribe protocol powering lightweight IoT device communication. Covers MQTT broker setup, message formats, QoS levels, and telematics use cases.
- [Vehicle sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/vehicle-sensors.md): Wireless telematics sensors for fleet monitoring use Bluetooth Low Energy and UHF frequencies to transmit TPMS, temperature, and other readings.
- [Wireless Telematics Sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/vehicle-sensors/wireless-telematics-sensors.md): BLE and UHF sensors transmit TPMS, temperature, and environmental data to GPS trackers using GATT/ATT protocols for wireless fleet monitoring.
- [Fuel management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management.md): Sensor selection, installation, calibration, and platform configuration for fuel monitoring and detecting anomalies in fleet vehicles.
- [Fundamentals of fuel management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fundamentals-of-fuel-management.md): Fuel cost control depends on sensor accuracy, calibration quality, and the right monitoring method. Covers the foundations for fuel management.
- [Choosing the optimal method and device for fuel monitoring](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fundamentals-of-fuel-management/choosing-the-optimal-method-and-device-for-fuel-monitoring.md): Compare GPS-based fuel estimates, flow meters, and level sensors by accuracy and application to select the right monitoring method for your fleet.
- [Fuel level sensor calibration (tare)](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fundamentals-of-fuel-management/fuel-level-sensor-calibration-tare.md): Calibrate fuel level sensors in Navixy by setting the baseline tare, completing the full tank calibration procedure, and verifying measurement accuracy.
- [Fuel control in Navixy](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy.md): Set up fuel sensors in Navixy, assess reading quality, and analyze consumption with reports, widgets, and Grafana dashboards.
- [Sensors setup and configuration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/sensors-setup-and-configuration.md): Create fuel sensor entries in Navixy and configure calibration settings, filtering options, and measurement parameters for accurate readings.
- [Analyzing fuel data](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data.md): Navixy stores fuel sensor readings with flexible reconstruction options. Reports, widgets, and alerts help monitor consumption and detect anomalies.
- [Fuel related widgets](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data/fuel-related-widgets.md): Device info panel widgets in Navixy display CAN/OBD2 fuel data including consumption rates, tank levels, and engine fault codes.
- [Fuel alerts and notifications](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data/fuel-alerts-and-notifications.md): Set up fuel level alerts in Navixy with customizable thresholds, geofencing conditions, and notifications for refills and drain events.
- [Fuel volume report](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data/fuel-volume-report.md): Per-vehicle drains, refills, and consumption rates in the fuel volume report. Assess sensor quality scores and calibration accuracy from report data.
- [Fuel consumption report](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data/fuel-consumption-report.md): Actual fuel consumption from flow meters in Navixy: compare recorded usage against manufacturer specifications and calculate operating costs per vehicle.
- [Fuel sensor readings analysis and assessment](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/fuel-sensor-readings-analysis-and-assessment.md): Evaluate fuel sensor data quality and calibration accuracy in Navixy. Identifies reading anomalies and suggests improvements for measurement reliability.
- [Fuel data analysis with Grafana via Navixy API integration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/fuel-data-analysis-with-grafana-via-navixy-api-integration.md): Visualize fuel and telematics data in Grafana by connecting to the Navixy API. Step-by-step setup for dashboards tracking historical consumption.
- [Installation and initial configuration of fuel control devices](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices.md): Fuel control device setup guides covering OEM level sensors, fuel consumption meters, and aftermarket fuel level sensors for fleet vehicles.
- [OEM fuel level sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/oem-fuel-level-sensors.md): Factory-fitted level sensors measure tank fuel through resistance variation and transmit data via CAN/OBD-II or analog inputs to the GPS device.
- [Fuel consumption meters](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/fuel-consumption-meters.md): Fuel flow meters measure actual consumption using internal chambers. Covers operating principles, vehicle applications, and fluid specifications.
- [Types of fuel consumption meters](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/fuel-consumption-meters/types-of-fuel-consumption-meters.md): Single-chamber, dual-chamber, and CAN-bus fuel meters each suit different engine types. Compare specifications to select the right meter for your vehicle.
- [Fuel consumption meter installation](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/fuel-consumption-meters/fuel-consumption-meter-installation.md): Install a fuel consumption meter using single-chamber or differential meter types. Covers mounting procedures, CAN-bus setup, and connection interfaces.
- [Fuel level sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/fuel-level-sensors.md): Mechanical, magnetic, pressure, electrostatic, and ultrasonic sensor types each suit different tank designs and measurement requirements.
- [Types of fuel level sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/fuel-level-sensors/types-of-fuel-level-sensors.md): Float, capacitive, and ultrasonic fuel sensors differ in accuracy and tank compatibility. Use the selection guide to choose the right type for your vehicles.
- [Fuel level sensor installation](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/installation-and-initial-configuration-of-fuel-control-devices/fuel-level-sensors/fuel-level-sensor-installation.md): Install ultrasonic and capacitive fuel level sensors. Covers CAN bus connections, output interface types, and specialized sensor probe designs.
- [CAN and OBDII](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii.md): GPS trackers read engine data and fault codes via CAN bus and OBD-II. Covers DTC decoding, communication protocols, and OBD tracker fundamentals.
- [Intra-vehicle communication: CAN, FlexRay, and MOST](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii/intra-vehicle-communication-can-flexray-and-most.md): In-vehicle networks use CAN, FlexRay, MOST, and Ethernet for ECU communication. Each protocol targets different speed, reliability, and bandwidth needs.
- [OBD Tracker Fundamentals](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii/obd-tracker-fundamentals.md): Plug-and-play OBD devices connect to the vehicle diagnostic port to read engine data without extra wiring. Covers data types and fleet management use cases.
- [DTC (Diagnostic Trouble Codes)](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii/dtc-diagnostic-trouble-codes.md): Diagnostic Trouble Codes flag vehicle system faults via onboard diagnostics. Decode DTC structures, interpret error categories, and apply fault data.
- [Video telematics](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics.md): Dashcam integration with GPS tracking enables driver safety monitoring, incident footage capture, and real-time event alerts for fleet managers.
- [Video Telematics 101](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101.md): Technical guides on dashcam hardware, codec selection, and video quality benchmarking for evaluating and deploying fleet camera systems.
- [Inside the dashcam: What really powers video telematics](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101/inside-the-dashcam-what-really-powers-video-telematics.md): SoC architecture determines dashcam AI, compression, and feature capabilities. Compares budget Novatek and premium Ambarella chips used in fleet cameras.
- [H.264 vs H.265 in fleet telematics: Cracking the codec puzzle](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101/h.264-vs-h.265-in-fleet-telematics-cracking-the-codec-puzzle.md): H.265 compresses fleet video more efficiently than H.264 but increases thermal load and licensing cost. Compare both codecs for dashcam deployment decisions.
- [What makes Dash Cam video reliable for fleets? A Benchmarking guide](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101/what-makes-dash-cam-video-reliable-for-fleets-a-benchmarking-guide.md): Evaluate dashcam reliability by benchmarking driver monitoring sensitivity, HDR performance, and low-light handling under real fleet conditions.
- [Test framework checklist to videocameras in Navixy](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101/what-makes-dash-cam-video-reliable-for-fleets-a-benchmarking-guide/test-framework-checklist-to-videocameras-in-navixy.md): Dashcam testing checklist for Navixy covering video quality, GPS accuracy, streaming stability, compression, and AI recognition rates.
- [Building a Video Telematics Test Lab: Key Components and Considerations](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101/what-makes-dash-cam-video-reliable-for-fleets-a-benchmarking-guide/building-a-video-telematics-test-lab-key-components-and-considerations.md): Set up a video telematics test lab using a projector, windshield mount, lighting controls, and steering wheel rig to evaluate dashcam performance.
- [Dash cam installation](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/dash-cam-installation.md): Install a dashcam in a fleet vehicle by selecting the mounting position, wiring power through the fuse box, and calibrating ADAS sensors.
- [Configuration guides](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides.md): Dashcam configuration guides for Howen MDVR and Jimi IoT devices, covering platform registration, network setup, event alerts, and activation steps.
- [Jimi IoT](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot.md): Configure Jimi IoT JC400 and JC261 dashcams for Navixy: firmware updates, SMS activation, event alerts, traffic optimization, and troubleshooting steps.
- [Jimi IoT dashcam configuration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot/jimi-iot-dashcam-configuration.md): Set up Jimi JC400 and JC261 dashcams for Navixy by updating firmware, activating via SMS, and configuring platform and traffic settings.
- [Jimi JC400 troubleshooting](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot/jimi-jc400-troubleshooting.md): Troubleshoot Jimi JC400 connectivity and registration issues in Navixy by checking IMEI, SIM status, firmware version, and SMS activation commands.
- [Event configuration on Jimi JC series](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot/event-configuration-on-jimi-jc-series.md): Configure custom event alerts on Jimi JC series dashcams in Navixy using state field value rules with a reference table of supported event codes.
- [Howen](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/howen.md): Configure Howen MDVR devices for Navixy: startup settings, network registration, time zone configuration, and ADAS/DMS event alert setup.
- [Howen MDVR configuration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/howen/howen-mdvr-configuration.md): Set up a Howen MDVR device by configuring startup settings, network parameters, time zone, and platform registration to connect it to Navixy.
- [Event configuration on Howen MDVR](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/howen/event-configuration-on-howen-mdvr.md): Configure ADAS, DMS, and input-triggered event alerts on Howen MDVR devices using state field value rules with a full event code table.
- [Turning Feedback Into Benchmarks: Ranking Fleet Camera Priorities](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/turning-feedback-into-benchmarks-ranking-fleet-camera-priorities.md): Driver monitoring, incident detection, and real-time alerts rank as top fleet camera priorities. Analysis includes ROI data and cost-benefit breakdowns.
- [Sustainable fleet management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/sustainable-fleet-management.md): Electric vehicle fleet management in Navixy covers EV types, charging levels, State of Charge monitoring, and battery optimization strategies.
- [EV fleets management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/sustainable-fleet-management/ev-fleets-management.md): Manage EV fleets in Navixy by monitoring State of Charge and State of Health, tracking charging sessions, and optimizing battery performance.
- [Legislation](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legislation.md): GPS device certification requirements for fleet telematics by region, covering safety, electromagnetic compliance, and cellular operator standards.
- [GPS device certification](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legislation/gps-device-certification.md): GPS device certification covers safety, electromagnetic compliance, cellular operator approvals, and national security standards per region.
- [Certification in US](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legislation/gps-device-certification/certification-in-us.md): US GPS tracker certification requires FCC approval, RoHS compliance, and operator certifications from PTCRB, AT\&T, T-Mobile, and Verizon.
- [Certification in Canada](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legislation/gps-device-certification/certification-in-canada.md): Canadian GPS tracker certification requires ISED wireless approval, RoHS compliance, and PTCRB and carrier certifications from Rogers, Telus, and Bell.
- [Certification in Mexico and Latin America](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legislation/gps-device-certification/certification-in-mexico-and-latin-america.md): GPS device certification in Mexico and Latin America involves IFT, NOM, ICONTEC, INACAL, and other regional certification bodies.
- [FAQ and troubleshooting](https://navixy.com/docs/expert-center/faq-and-troubleshooting.md): Resolve GPS device setup issues, configure sensors, troubleshoot IoT Logic flows, and access raw tracking data from connected devices.
- [GPS devices](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices.md): Add and manage GPS devices in Navixy, configure input and output controls, and troubleshoot connection issues and parking detection settings.
- [Add and manage devices](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices.md): Activate GPS and MQTT devices in Navixy, check connection status, troubleshoot activation failures, and integrate data from third-party gateways.
- [Device Connection Status](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/device-connection-status.md): Status indicators in Navixy show device activation and connection health. Color codes diagnose online, offline, and transitional device states.
- [Troubleshoot Device Activation](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/troubleshoot-device-activation.md): Diagnose and fix GPS device activation failures in Navixy. Covers device, SIM card, and platform configuration causes for connection problems.
- [Activate Your MQTT Device on Navixy](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/activate-your-mqtt-device-on-navixy.md): Connect an MQTT device to Navixy by configuring the publish/subscribe protocol. Includes setup examples for Xirgo, Globalmatix, and similar devices.
- [Integrate IoT Data from Servers and Gateways](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/integrate-iot-data-from-servers-and-gateways.md): Receive telematics data from third-party gateways and servers using Wialon Retranslator, Combine, and IPS retranslation protocols in Navixy.
- [Wialon Protocols for Data Ingestion](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/integrate-iot-data-from-servers-and-gateways/wialon-protocols-for-data-ingestion.md): Three Wialon protocols supported by Navixy for IoT data ingestion: connection parameters, supported inputs, event types, and message formats for each.
- [Outputs Control](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/outputs-control.md): Control remote outputs in Navixy to activate locks, immobilizers, and engine cutoff. Covers safety logic, command methods, and device troubleshooting.
- [Input control](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/input-control.md): Map physical device inputs to Navixy platform inputs for ignition and motion sensors. Covers configuration for Suntech and similar GPS devices.
- [Mapping the ignition motion input for Suntech devices on Navixy](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/input-control/mapping-the-ignition-motion-input-for-suntech-devices-on-navixy.md): Map the motion ignition input for Suntech ST4315, ST4410, and ST4215 models in Navixy. Shows how physical inputs map to platform input channels.
- [Parking Detection Logic](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/parking-detection-logic.md): Parking detection combines speed, inactivity time, and ignition status to mark trip ends. Configure per-device thresholds for accurate stop detection.
- [Sensors](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors.md): Configure and troubleshoot sensors in Navixy: temperature, fuel, environmental, and OBD sensors across device models with setup and calibration guides.
- [Configuring Sensors on Teltonika Trackers](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/configuring-sensors-on-teltonika-trackers.md): Configure Teltonika tracker sensors by selecting parameters in the configurator, applying settings remotely, and creating sensor entries in Navixy.
- [Configuring Eye Sensor on Teltonika Tracker](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/configuring-eye-sensor-on-teltonika-tracker.md): Set up the Teltonika Eye Sensor in three steps: configure the mobile app, set parameters in the desktop configurator, and map readings in Navixy.
- [Configuring ERM Efuel Dome Sensor on Navixy](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/configuring-erm-efuel-dome-sensor-on-navixy.md): Set up the ERM Efuel Dome fuel sensor in Navixy. Covers physical installation, platform configuration, sensor mapping, and alert setup.
- [Configuring Suntech ST4410G master-slave on Navixy.](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/configuring-suntech-st4410g-master-slave-on-navixy.md): Set up Suntech ST4410G master-slave redundancy in Navixy. Covers slave mapping, distance monitoring parameters, and alert integration for asset security.
- [Manage Sensors](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/manage-sensors.md): Fix common sensor issues in Navixy: missing readings, incorrect units, and measurement gaps. Includes steps for adding sensors and calibrating fuel levels.
- [Monitor Sensor Values](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/monitor-sensor-values.md): Set up multi-conditional sensor alerts in Navixy for cold chain, fuel theft, and equipment monitoring. Includes use cases and rule configuration examples.
- [Mileage and odometer](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/mileage-and-odometer.md): Odometer and GPS distance use different calculation methods in Navixy. Compare accuracy, choose the right approach, and apply automatic correction.
- [IoT Logic](https://navixy.com/docs/expert-center/faq-and-troubleshooting/iot-logic.md): Connect Telegram to IoT Logic for automated notifications and implement event-driven scheduling using Unix timestamps in your IoT Logic flows.
- [How to connect Telegram with Navixy-IoT Logic](https://navixy.com/docs/expert-center/faq-and-troubleshooting/iot-logic/how-to-connect-telegram-with-navixy-iot-logic.md): Integrate a Telegram bot with Navixy IoT Logic to send automated notifications. Set up the bot, configure the chat ID, and connect the webhook.
- [How to Implement Event-Driven Scheduling Using Unix Time in IoT Logic](https://navixy.com/docs/expert-center/faq-and-troubleshooting/iot-logic/how-to-implement-event-driven-scheduling-using-unix-time-in-iot-logic.md): Schedule timer-based output actions in IoT Logic using Unix timestamps. Trigger device commands at exact times with continuous device reporting enabled.
- [Access IoT Data](https://navixy.com/docs/expert-center/faq-and-troubleshooting/access-iot-data.md): Retrieve raw telematics data from Navixy using AirConsole, API calls, database export, device logging, and CSV export for analysis.
- [View tracks recorded in interval tracking mode](https://navixy.com/docs/expert-center/faq-and-troubleshooting/access-iot-data/view-tracks-recorded-in-interval-tracking-mode.md): Display interval-mode device data as map tracks by generating tracks and disabling the Split by stops option in the Navixy tracking settings.
- [GPS tracking of stationary assets with BLE tags](https://navixy.com/docs/expert-center/faq-and-troubleshooting/access-iot-data/gps-tracking-of-stationary-assets-with-ble-tags.md): Track stationary assets using BLE tags attached to GPS devices. Set up device configuration and API integration to monitor trailers and equipment.
- [Save IoT data to CSV file](https://navixy.com/docs/expert-center/faq-and-troubleshooting/access-iot-data/save-iot-data-to-csv-file.md): Export raw IoT device data to CSV from Navixy with customizable parameters, timezone adjustment, and date range selection for analytics and diagnostics.
- [Columns in CSV File](https://navixy.com/docs/expert-center/faq-and-troubleshooting/access-iot-data/save-iot-data-to-csv-file/columns-in-csv-file.md): Reference for the CSV raw data file structure exported from Navixy: parameter types, event IDs, and how to interpret GPS, sensor, and state fields.
- [Mobile apps](https://navixy.com/docs/expert-center/faq-and-troubleshooting/mobile-apps.md): X-GPS Tracker and X-GPS Monitor mobile apps provide real-time GPS location tracking for vehicles and personal use with an accessible interface.
- [X-GPS Tracker mobile app](https://navixy.com/docs/expert-center/faq-and-troubleshooting/mobile-apps/x-gps-tracker-mobile-app.md): Configure X-GPS Tracker app permissions for GPS, battery, network, and background access to ensure reliable location reporting from your phone.
- [How to integrate your devices](https://navixy.com/docs/expert-center/platform-essentials/how-to-integrate-your-devices.md): Connect GPS and IoT devices of any brand or protocol to Navixy using the Navixy Generic Protocol. Compatible with Teltonika, Queclink, and custom sensors.

## Developer hub

- [Navixy Developer Hub](https://navixy.com/docs/developers/navixy-developer-hub.md): Design. Create. Integrate.

## Navixy API

- [Navixy Developer Documentation](https://navixy.com/docs/navixy-api/general/readme.md): Getting started with Navixy API
- [API automation tools](https://navixy.com/docs/navixy-api/general/api-tools.md)
- [Using Postman with Navixy](https://navixy.com/docs/navixy-api/general/api-tools/postman.md): Testing API with Postman
- [Zapier Integration](https://navixy.com/docs/navixy-api/general/api-tools/zapier.md): Work with API using Zapier.
- [Contact Us](https://navixy.com/docs/navixy-api/general/contacts.md): Contact Navixy Team
- [Navixy platform API](https://navixy.com/docs/navixy-api/user-api/getting-started.md)
- [Platform authentication](https://navixy.com/docs/navixy-api/user-api/authentication.md)
- [Backend functionality](https://navixy.com/docs/navixy-api/user-api/backend-api.md): Getting started with Navixy Backend API
- [Errors](https://navixy.com/docs/navixy-api/user-api/backend-api/errors.md)
- [Guides and Examples](https://navixy.com/docs/navixy-api/user-api/backend-api/guides.md)
- [Data retrieval](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/data-retrieval.md)
- [Getting Track Points](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/data-retrieval/get-track-points.md)
- [Getting List of GPS Trackers](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/data-retrieval/get-tracker-list.md)
- [Obtaining Report Information](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/data-retrieval/obtain-reports.md)
- [Retrieving Sensor and Counter Data](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/data-retrieval/sensor-data.md)
- [Device management](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/device-management.md)
- [Activate device](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/device-management/activate-device.md)
- [Sending Commands to a GPS Tracker via IP protocol (OTA)](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/device-management/send-commands.md)
- [Tracking Stationary Objects with BLE Tags](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/device-management/ble-beacons.md)
- [Field service management](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/field-service-management.md)
- [Changing Employee Statuses](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/field-service-management/change-task-statuses.md)
- [Working with Check-ins](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/field-service-management/check-ins.md)
- [Using Task Forms](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/field-service-management/create-forms.md)
- [How to Create and Assign Tasks](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/field-service-management/manage-tasks.md)
- [Fleet management](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/fleet-management.md)
- [Using Driver Journals](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/fleet-management/driver-journals.md)
- [Managing Vehicles and Service Works](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/fleet-management/service-works.md)
- [Using Tags](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/fleet-management/use-tags.md)
- [Places](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/places.md)
- [Managing Geofences](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/places/manage-geofences.md)
- [Managing POIs](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/places/manage-pois.md)
- [Rules and notifications](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/rules-notifications.md)
- [Receiving Push Notifications in Your App](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/rules-notifications/get-push-notifications.md)
- [Using Rules](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/rules-notifications/use-rules.md)
- [Working with Notifications](https://navixy.com/docs/navixy-api/user-api/backend-api/guides/rules-notifications/work-with-notifications.md)
- [Resources](https://navixy.com/docs/navixy-api/user-api/backend-api/resources.md)
- [Tracking](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking.md)
- [APN settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/apn_settings.md): API call to get APN settings by device's phone number.
- [Delivery info](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/delivery.md): API calls to get delivery states and tasks by IDs.
- [Geocoder](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/geocoder.md): API calls to search address and location using geocoder
- [Map layer](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/map_layer.md): Contains map layer object structure and API calls to interact with it.
- [Retranslator](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/retranslator.md): Retranslator
- [Beacon](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/beacon.md)
- [BLE beacon data](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/beacon/index.md): Contains list of methods to get BLE beacon data.
- [Route](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/route.md)
- [Getting route](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/route/index.md): API call for getting the route to destination point.
- [Getting the route with Google](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/route/route_google.md)
- [Getting route with OSRM](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/route/route_osrm.md)
- [Getting route with Progorod](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/route/route_progorod.md)
- [Status](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status.md)
- [Working status](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/index.md): Contains status object and API calls to interact with them.
- [Tracker's working status](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/tracker.md): This resource contains methods to read and assign working status of a particular tracker.
- [Listing](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/listing.md)
- [Working status list](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/listing/index.md): Contains status listing object and API calls to interact with working status list.
- [Tracker's working status list](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/status/listing/tracker.md): Contains API call which link together trackers and working status lists.
- [Track](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track.md)
- [Track](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/index.md): Contains API calls to interact with tracks and for getting all track points.
- [Waybill](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/waybill.md)
- [Waybill](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/waybill/index.md): This resource contains information to download waybill report for tracks.
- [Waybill settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/track/waybill/settings.md): Contains API call to get the last waybill number.
- [Tracker](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker.md): This document contains tracker object structure and API calls to interact with it.
- [Alarm mode for tracker](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/alarm_mode.md): Contains API calls to read and set alarm mode of device.
- [APN settings by tracker ID](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/apn_settings.md): Contains API call to get APN settings by tracker ID.
- [Avatar for the tracker](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/avatar.md): Contains API call to upload avatar for the tracker.
- [Chat](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/chat.md): API calls to work with chat module.
- [Contact](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/contact.md): API call to get user's trackers with special grouping by "contacts"
- [Counters](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/counter.md): This resource contains counter specific actions
- [Datalogger](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/datalogger.md): API call for uploading datalogger information.
- [Assigning employee to tracker](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/employee.md): API calls for assigning employee ("driver") to a device and reading who is already assigned.
- [Engine immobilizer](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/engine_immobilizer.md): API requests to read the state of immobilizer and to set the new state.
- [Group](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/group.md): Contains group object structure and API calls to interact with them.
- [LED](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/led.md): API calls to get and update LED state of the tracker.
- [Mobile app register](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/mobile.md): API call to register a mobile application. Deprecated.
- [Digital output](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/output.md): API calls for output control.
- [Sensor readings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/readings.md): API call to get last values for all metering sensors and state values. Includes CAN, OBD, and fuel.
- [Retranslator](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/retranslator.md)
- [Trusted number](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/trusted_number.md): API calls to interact with list of trusted numbers for trackers.
- [Command](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/command.md)
- [Unconfirmed commands](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/command/unconfirmed.md): API calls for to interact with unconfirmed SMS commands in the queue of the specified tracker.
- [Rules](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/rules.md)
- [Rule](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/rules/rule.md): API calls to interact with tracker's rules. Rules used to set up conditions according to which the system logs the events and sends notifications to user.
- [Rule types](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/rules/rule_types.md)
- [Sensor](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/sensor.md)
- [Sensor calibration data](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/sensor/calibration_data.md): API calls to read and set sensor calibration data.
- [Sensor actions](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/sensor/index.md): API calls to interact with sensors.
- [Input name](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/sensor/input_name.md): API call to get descriptions of all sensor inputs existing in the system.
- [Settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings.md)
- [Tracker settings actions](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/index.md): API calls to get and change tracker's label and group.
- [LBS settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/lbs.md): API calls for reading and changing LBS settings.
- [Tracking mode](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/tracking.md): API calls for setting data transmission and operating modes of devices.
- [Tracking profiles](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/tracking_profiles.md): Tracking profiles of all device models with description.
- [Parking detection](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/trip_detection.md): API calls for getting and changing parking detection for the tracker.
- [Special](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/special.md)
- [About special settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/special/index.md): About special settings. Some trackers provide additional specific kind of control which is defined with \`special\_control\` field of tracker model.
- [Specific portlets](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/settings/special/portlets.md)
- [Stats](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/stats.md)
- [Engine hours](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/stats/stats_engine_hours.md): API call to read engine hours (time when engine is on) counted for the specified period.
- [Mileage](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/stats/stats_mileage.md): API call to get mileage in kilometers in specified period grouped by trackers and day.
- [Commands](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/commands.md): Create, manage, and execute custom device commands and HTTP POST webhooks for individual trackers.
- [Zone](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/zone.md): This document contains zone object description and CRUD actions for geofences.
- [Geofence import](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/zone/import.md): API calls to import circle geofences from a preloaded TSV file.
- [Geofence point](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/zone/zone_point.md): All actions to retrieve and manipulate points of the geofence.
- [Asset](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/asset.md)
- [Asset groups](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/tracking/asset/asset-groups.md)
- [Geo Links](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/location_link.md): API calls for working with Geo Links.
- [Billing](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing.md)
- [Bill](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/bill.md): Bill object description and API calls for work with user's bills.
- [Payment system](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/payment_system.md): Payment system settings object and API calls for working with payment systems and make payments.
- [Subscription](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/subscription.md): API calls to interact with payment subscriptions
- [Transaction](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/transaction.md): Transaction object description and API call to get list of user's billing transactions for the specified period.
- [Tariff](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/tariff.md)
- [Plan](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/tariff/index.md): Tariff object description and API call to get the list of device's tariffs available to user.
- [Tracker plans](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/tariff/tariff_tracker.md): API calls on user's actions with tracker tariffs
- [User commons](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons.md)
- [API Keys](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/api-keys.md): Working with API keys
- [Base](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/base.md): Contains API calls to health-check and send email.
- [Data](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/data.md): API call to parse the spreadsheet data
- [Dealer](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/dealer.md): Contains API call to get dealer info and dealer-specific UI settings.
- [Feedback](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/feedback.md): Contains feedback object and API call to send a feedback email, ask for help or suggest a new feature.
- [File](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/file.md): Contains an API call to get user's file statistic.
- [Notification](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/notification.md): Contains an API call to get list of user notifications.
- [Timezone](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/timezone.md): Contains an API call to get information about all supported timezones.
- [Entity](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/entity.md)
- [Entity Fields](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/entity/fields.md): Contains field object description and API calls to interact with it.
- [Entity actions](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/entity/index.md): Contains entity object description and API calls to interact with it. Entity describes a class of objects for which representation and editable fields can be customized.
- [Entity Search Conditions](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/entity/search_conditions.md): Contains search conditions object description and condition types. Search conditions used to search and filter list of certain entities by built-in and/or custom fields.
- [History](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history.md)
- [Tracker events](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history/history_tracker.md): Contains list method to get tracker's events.
- [Event type](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history/history_type.md): Contains list method to get event types available to user with localized descriptions.
- [Unread events](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history/history_unread.md): Contains API calls to interact with unread history entries.
- [User events](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history/history-user.md): Contains list method to get user's events.
- [Events history](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history/index.md): Contains history entry object description and API calls to interact with it.
- [Asset events](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/history/asset-events.md)
- [Plugin](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/plugin.md)
- [Plugin](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/plugin/index.md): Contains plugin object description and API calls to interact with it.
- [Report plugins](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/plugin/report_plugins.md): Contains report plugins with plugin-specific parameters.
- [Report](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/report.md)
- [Report schedule](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/report/report_schedule.md): Particular report can be delivered to user's mailbox regularly.
- [Report Tracker](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/report/report_tracker.md): User reports enable comprehensive statistics and analytics, presenting summary data in various perspectives through tables and graphs.
- [Subuser](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser.md)
- [Subuser](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser/index.md): API calls related to sub-users, that is, additional users who have access to your account and monitoring assets.
- [Subuser places](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser/places.md): Contains API calls to control which places is available to which sub-user.
- [Subuser security group](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser/security_group.md)
- [Subuser session](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser/session.md): Sub-user session actions to obtain its hash
- [Subuser tracker](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser/tracker.md): Contains API calls to control which tracker is available to which sub-user.
- [Subuser geofences](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/subuser/zones.md): Contains API calls to control which geofences is available to which sub-user.
- [Tag](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/tag.md)
- [Tag](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/tag/index.md): Information about the tag object and the API calls used to interact with it.
- [Tag avatar](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/tag/tag_avatar.md): Contains API calls to interact with tag avatars.
- [User](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user.md)
- [User](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/index.md)
- [User password](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/password.md): Contains API calls to change and set users' passwords.
- [User personal info](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/personal_info.md): Contains user personal info update API call.
- [Audit](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/audit.md)
- [User audit](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/audit/index.md)
- [User audit log](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/audit/audit_log.md)
- [Auth](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/auth.md)
- [User authentication code](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/auth/code.md): A user authentication code account lets you authenticate yourself as part of multi-factor authentication.
- [Session](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session.md)
- [Delivery](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session/delivery.md): Calls to work with "delivery" type sessions. Those are special sessions to integrate order (task) tracking functionality into external systems.
- [User session](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session/index.md): Contains a call to prolong user session.
- [Push token](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session/push_token.md): Contains API calls to interact with push token.
- [Settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/settings.md)
- [User settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/settings/index.md): CRUD actions for user settings.
- [User UI settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/settings/ui.md)
- [User applications](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications.md): Information about embedding custom applications to the UI on user's own
- [App Connect](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications/app-connect.md): Integrate custom applications with Navixy authentication
- [User](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications/user.md)
- [Models](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications/models.md)
- [Field service](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service.md)
- [Check-ins](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/checkin.md): API actions to interact with check-ins
- [Departments](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/department.md): API calls to work with departments
- [Employee](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/employee.md)
- [Changing avatar](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/employee/avatar.md): API calls to assign and upload avatars.
- [Employee import](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/employee/import.md): API calls to import employees.
- [Working with employees and drivers](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/employee/index.md): Employee object and API calls to work with.
- [Form](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/form.md)
- [Form fields and values](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/form/field-types.md)
- [About forms](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/form/index.md)
- [Form templates](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/form/template.md)
- [Place](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/place.md)
- [Changing POI avatar](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/place/avatar.md): API calls to upload and assign avatars for POIs.
- [POI import](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/place/import.md): API calls to import points of interest (POI) from a preloaded TSV file.
- [Working with points of interest (POI)](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/place/work-with-poi.md): Place object and API calls to work with points of interest (POI).
- [Task](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task.md): API calls to work with tasks
- [Checkpoints](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/checkpoint.md)
- [Task history](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/history.md): Contains API calls to get this information.
- [Form](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/form.md)
- [Attaching files](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/form/file.md): Contains API calls which manipulate files attached to form's fields.
- [Working with task forms](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/form/index.md): API actions specific to working with task forms (except task/form/list which can return all kinds of forms).
- [Updating task form values](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/form/values.md): API call for updating task form values.
- [Route](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/route.md)
- [Routes](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/route/index.md)
- [Optimizing routes](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/route/optimize.md): API call to get optimized order of route checkpoints.
- [Schedule](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/schedule.md)
- [Task schedule checkpoints](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/schedule/checkpoint.md): API actions for manipulating schedule checkpoint entries similarly to regular route checkpoints.
- [Recurring tasks](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/schedule/index.md): API actions to interact with recurring tasks.
- [Schedule proposals](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/schedule/proposal.md)
- [Scheduling routes](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/task/schedule/route.md)
- [Fleet management](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet.md)
- [Garage](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/garage.md): Contains garage object and API calls to interact with it.
- [Driver journal](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/driver_journal.md)
- [Driver journal entry](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/driver_journal/entry.md): Contains driver journal entry object description and API calls to work with it.
- [Trip proposal for driver journal](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/driver_journal/proposal.md): Contains API call to get the list of driver journal proposal.
- [Vehicle](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/vehicle.md): Contains the vehicle object and API calls to interact with it.
- [Vehicle avatar](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/vehicle/avatar.md): API calls to upload and assign avatar to the vehicle.
- [Vehicle import](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/vehicle/import.md): API calls to import vehicles.
- [Service task](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/vehicle/service-task.md): Contains service task object description and API calls to work with it.
- [Vehicle service work file](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/vehicle/service-task/file.md): Service work file creation API call.
- [Vehicle status listing](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/fleet/vehicle/listing.md): Contains vehicle status listing object and API calls to interact with it.
- [Websocket](https://navixy.com/docs/navixy-api/user-api/backend-api/websocket.md): Information about WebSocket API and how to open connection.
- [WebSocket Events](https://navixy.com/docs/navixy-api/user-api/backend-api/websocket/events.md): Information about WebSocket events with conditions for obtaining and message samples.
- [WebSocket Subscription](https://navixy.com/docs/navixy-api/user-api/backend-api/websocket/subscription.md): Information about WebSocket subscription and how to subscribe to every type of event.
- [Frontend extentions](https://navixy.com/docs/navixy-api/user-api/frontend.md)
- [Login redirect](https://navixy.com/docs/navixy-api/user-api/frontend/login-redirect.md)
- [extensions](https://navixy.com/docs/navixy-api/user-api/frontend/extensions.md)
- [App: Courier on the map](https://navixy.com/docs/navixy-api/user-api/frontend/extensions/delivery-app.md): Delivery is a special plugin which can be embedded to any other application or website and allows track user's task by external ID and bounded tracker in the real time.
- [mobile-tracker](https://navixy.com/docs/navixy-api/user-api/frontend/extensions/mobile-tracker.md)
- [UI plugins](https://navixy.com/docs/navixy-api/user-api/frontend/extensions/ui-plugins.md): Information about adding 3rd-party apps to the marketplace and UI with the help of developers and support
- [Navixy Raw IoT Data API](https://navixy.com/docs/navixy-api/user-api/data-warehouse-api.md): Overview of Navixy Raw IoT Data API.
- [Guides](https://navixy.com/docs/navixy-api/user-api/data-warehouse-api/guides.md)
- [Requesting Raw IoT Data](https://navixy.com/docs/navixy-api/user-api/data-warehouse-api/guides/raw-data.md): How to request raw tracker data from Navixy Raw IoT Data API and typical use cases.
- [Resources](https://navixy.com/docs/navixy-api/user-api/data-warehouse-api/resources.md)
- [Tracker](https://navixy.com/docs/navixy-api/user-api/data-warehouse-api/resources/tracker.md)
- [Raw IoT Data](https://navixy.com/docs/navixy-api/user-api/data-warehouse-api/resources/tracker/raw-data.md): Contains API calls to retrieve trackers raw data.
- [Eco Fleet API](https://navixy.com/docs/navixy-api/user-api/eco-fleet-api.md): Overview of Navixy Eco Fleet API
- [Resources](https://navixy.com/docs/navixy-api/user-api/eco-fleet-api/resources.md)
- [Trackers](https://navixy.com/docs/navixy-api/user-api/eco-fleet-api/resources/trackers.md)
- [Fuel data resampling](https://navixy.com/docs/navixy-api/user-api/eco-fleet-api/resources/trackers/resampling.md)
- [Sensors](https://navixy.com/docs/navixy-api/user-api/eco-fleet-api/resources/trackers/sensors.md)
- [Fuel Sensor Quality Index](https://navixy.com/docs/navixy-api/user-api/eco-fleet-api/resources/trackers/sensors/quality.md): Contains API calls to interact with fuel sensor quality index.
- [Navixy Admin Panel API](https://navixy.com/docs/navixy-api/panel-api/getting-started.md): Overview of Navixy Admin Panel API
- [Admin Panel authentication](https://navixy.com/docs/navixy-api/panel-api/authentication.md)
- [Resources](https://navixy.com/docs/navixy-api/panel-api/resources.md)
- [Account](https://navixy.com/docs/navixy-api/panel-api/resources/account.md): API calls on getting the panel's hash, getting permissions and logout.
- [Equipment](https://navixy.com/docs/navixy-api/panel-api/resources/equipment.md): An API call to get the list of available equipment.
- [Gateways](https://navixy.com/docs/navixy-api/panel-api/resources/gateways.md): Information about email gateways objects. Email gateway can be owned by a dealer or leased from platform owner.
- [Order](https://navixy.com/docs/navixy-api/panel-api/resources/order.md): API call to read the order by its ID.
- [Plans](https://navixy.com/docs/navixy-api/panel-api/resources/tariff.md): API calls for interaction with user plans.
- [Timezone](https://navixy.com/docs/navixy-api/panel-api/resources/timezone.md): API call to get information about all supported timezones for the specified locale.
- [Tracker](https://navixy.com/docs/navixy-api/panel-api/resources/tracker.md): API calls to interact with trackers in the admin panel.
- [Dealer](https://navixy.com/docs/navixy-api/panel-api/resources/dealer.md): API call to get information about a dealer.
- [Activation code](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/activation_code.md): API calls for interacting with activation codes used for device registration.
- [Password](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/password.md): API call to update dealer's password.
- [Settings](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings.md)
- [Branding Customization](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings/image.md): API calls for interaction with images that used for branding of the panel.
- [Notification Settings](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings/notification.md): API calls to read and update notification settings.
- [Service Settings](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings/service.md): API calls to read and update panel's service settings.
- [Subpaas](https://navixy.com/docs/navixy-api/panel-api/resources/subpaas.md): API calls to interact with Subpaases.
- [Change password](https://navixy.com/docs/navixy-api/panel-api/resources/subpaas/password.md): API call to change subpaas password.
- [Subpaas session key](https://navixy.com/docs/navixy-api/panel-api/resources/subpaas/session.md): API call to create a subpaas session.
- [User](https://navixy.com/docs/navixy-api/panel-api/resources/user.md): API calls on work with users in the admin panel.
- [Multi-factor authentication settings](https://navixy.com/docs/navixy-api/panel-api/resources/user/mfa-settings.md)
- [Menu preset](https://navixy.com/docs/navixy-api/panel-api/resources/user/preset.md): API calls to work with user menu presets.

## IoT Logic API

- [Navixy IoT Logic API](https://navixy.com/docs/iot-logic-api/readme.md): Build and manage IoT data flows with the Navixy IoT Logic API. Connect devices, transform data in real time, and route processed telemetry to external systems.
- [Authentication](https://navixy.com/docs/iot-logic-api/authentication.md): Access the IoT Logic API using a session hash or a long-lived API key. Pass credentials as a query parameter or header on each request.
- [Technical reference](https://navixy.com/docs/iot-logic-api/technical-details.md): IoT Logic API technical reference: environments, authentication, rate limits, request formats, response structure, error codes, and flow architecture.
- [Nodes](https://navixy.com/docs/iot-logic-api/technical-details/nodes.md): Build IoT Logic flows with six node types: data source, attribute, logic, webhook, action, and output endpoint. Schema and property reference for each.
- [Flow object structure](https://navixy.com/docs/iot-logic-api/flow-schema-structure.md): Create IoT Logic flows with data source, initiate attribute, and output endpoint nodes. Defines flow object properties, node types, and the connection schema.
- [JSON-schema template](https://navixy.com/docs/iot-logic-api/flow-schema-structure/general-json-schema-example.md): Build IoT Logic flows from the JSON schema template. Includes the full flow object model with property names, types, and constraints for API-based creation.
- [Guides](https://navixy.com/docs/iot-logic-api/navixy-iot-guide.md): Use IoT Logic API guides to send device data to MQTT, manage flows and endpoints, configure advanced scenarios, and add calculated attributes to the Navixy UI.
- [Sending device data to an external system](https://navixy.com/docs/iot-logic-api/navixy-iot-guide/scenario1.md): Create an IoT Logic flow with an embedded MQTT output node in a single API request. Includes the full request body, curl example, and response structure.
- [Managing your flows and endpoints](https://navixy.com/docs/iot-logic-api/navixy-iot-guide/scenario2.md): List, inspect, and update IoT Logic flows and endpoints via the REST API. Shows how to view node configs and modify existing flows with curl request examples.
- [Advanced configurations](https://navixy.com/docs/iot-logic-api/navixy-iot-guide/advanced-configurations.md): Configure IoT Logic flows with multiple output endpoints and nested node schemas. Shows how flow, node, and endpoint API resources relate to each other.
- [Adding calculated attributes to Navixy UI](https://navixy.com/docs/iot-logic-api/navixy-iot-guide/adding-calculated-attributes-to-navixy-ui.md): Configure Initiate Attribute nodes in IoT Logic flows to calculate custom values and expose them as sensor parameters in the Navixy UI via the platform API.
- [AI flow generation guide](https://navixy.com/docs/iot-logic-api/navixy-iot-guide/ai-flow-generation-guide.md)
- [Websocket access to Data Stream Analyzer](https://navixy.com/docs/iot-logic-api/websocket-access-for-dsa.md): Subscribe to real-time device events via WebSocket using the iot\_monitor stream. Receive location updates, state changes, and telemetry without polling.
- [API reference](https://navixy.com/docs/iot-logic-api/resources/api-reference.md): Browse IoT Logic API endpoints for flow and endpoint management. Covers authentication, regional base URLs, and the full OpenAPI specification.
- [Flow](https://navixy.com/docs/iot-logic-api/resources/api-reference/flow.md)
- [Node](https://navixy.com/docs/iot-logic-api/resources/api-reference/node.md)
- [Models](https://navixy.com/docs/iot-logic-api/resources/api-reference/models.md)
- [Navixy Generic Protocol](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol.md): Send device telemetry to Navixy using NGP, an open JSON telematics protocol. Start with the quick-start, then see transport, encoding, and message format.
- [Transport layer](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/transport-layer.md): Connect to Navixy via HTTP/HTTPS or MQTT to send NGP messages. Regional endpoint URLs, connection parameters, and code examples for both transport methods.
- [Data types and encoding standards](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/data-types-and-encoding-standards.md): Map JSON types to NGP fields, format timestamps as ISO 8601 UTC, and encode binary values as Base64. Covers size limits and constraints for each data type.
- [Message structure and attributes](https://navixy.com/docs/iot-logic-api/technologies/navixy-generic-protocol/message-structure-and-attributes.md): Define NGP message payloads using mandatory and optional attributes: location, events, mobile cells, Wi-Fi, device motion, 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): Write JEXL-based expressions in IoT Logic flows to transform raw device data, compute custom attributes, and route telemetry conditionally in logic nodes.
- [Expression syntax reference](https://navixy.com/docs/iot-logic-api/technologies/navixy-iot-logic-expression-language/expression-syntax-reference.md): Full syntax reference for the IoT Logic Expression Language: literals, operators, attribute access, built-in functions, data types, and null handling rules.
- [Formula error reference](https://navixy.com/docs/iot-logic-api/technologies/navixy-iot-logic-expression-language/formula-errors.md): Human-readable explanations for all JEXL formula validation error messages in Navixy IoT Logic, with causes and corrected examples.

## Navixy Repository API

- [Overview](https://navixy.com/docs/navixy-repository-api/readme.md)
- [GraphQL basics](https://navixy.com/docs/navixy-repository-api/graphql-basics.md): Learn GraphQL fundamentals for Navixy Repository API: how it differs from REST, plus queries, mutations, and core type concepts.
- [GraphQL tips and patterns](https://navixy.com/docs/navixy-repository-api/graphql-basics/graphql-tips-and-patterns.md): Practical GraphQL patterns for cleaner requests: variables, operation names, fragments, aliases, and directives.
- [Getting started](https://navixy.com/docs/navixy-repository-api/getting-started.md)
- [Authentication](https://navixy.com/docs/navixy-repository-api/authentication.md)
- [Pagination](https://navixy.com/docs/navixy-repository-api/pagination.md): Cursor-based pagination in Navixy GraphQL APIs
- [Filtering and sorting](https://navixy.com/docs/navixy-repository-api/filtering-and-sorting.md): Use filter and orderBy on list queries to control which results come back and in what order, including text search and sort rules that affect pagination cursors.
- [Custom field filtering and sorting](https://navixy.com/docs/navixy-repository-api/filtering-and-sorting/custom-field-filtering.md): Filter and sort assets, geo objects, and schedules by their custom field values in Navixy Repository API.
- [Error handling](https://navixy.com/docs/navixy-repository-api/error-handling.md): Understand Navixy Repository API errors based on RFC 9457 format
- [Optimistic locking](https://navixy.com/docs/navixy-repository-api/optimistic-locking.md): Preventing lost updates with version-based concurrency control
- [Guides](https://navixy.com/docs/navixy-repository-api/guides.md)
- [Working with devices](https://navixy.com/docs/navixy-repository-api/guides/working-with-devices.md): Register and manage GPS trackers, sensors, and other hardware devices.
- [Managing device inventory](https://navixy.com/docs/navixy-repository-api/guides/managing-device-inventory.md): Create inventories, assign devices to them, transfer devices, and track assignment history.
- [Working with assets](https://navixy.com/docs/navixy-repository-api/guides/working-with-assets.md): Create and manage assets — vehicles, equipment, and other tracked objects.
- [Organizing assets into groups](https://navixy.com/docs/navixy-repository-api/guides/organizing-assets-into-groups.md): Organize assets into typed, color-coded collections for fleet segmentation, reporting, and access control.
- [Implementing custom fields](https://navixy.com/docs/navixy-repository-api/guides/implementing-custom-fields.md): Define and use custom fields to attach domain-specific data to entities.
- [Managing schedules](https://navixy.com/docs/navixy-repository-api/guides/managing-schedules.md): Create, update, query, and delete JSCalendar-aligned schedules compatible with RFC 5545 (iCalendar).
- [Working with geo objects](https://navixy.com/docs/navixy-repository-api/guides/working-with-geo-objects.md): Create geofences, POIs, and routes in different shapes using GeoJSON geometry.
- [Configuring user permissions](https://navixy.com/docs/navixy-repository-api/guides/configuring-user-permissions.md)
- [Directives](https://navixy.com/docs/navixy-repository-api/core-api-reference/directives.md): GraphQL directives supported by Navixy Repository API, including standard directives and the custom @trim directive.
- [Common resources](https://navixy.com/docs/navixy-repository-api/core-api-reference/common.md): Foundational types, scalars, and interfaces shared across the API, including Node, Titled, Versioned, pagination types, and common scalars like DateTime and Decimal.
- [Organizations](https://navixy.com/docs/navixy-repository-api/core-api-reference/organizations.md): Organizations are the top-level containers for all business data. Each organization operates as an isolated tenant with its own users, devices, assets, and configuration.
- [Members](https://navixy.com/docs/navixy-repository-api/core-api-reference/organizations/members.md): Query reference for organization members, including their roles, permissions, and user profile data within each organization.
- [Actors](https://navixy.com/docs/navixy-repository-api/core-api-reference/actors.md): Actors represent entities that can authenticate and perform actions in the system, including users and integrations.
- [Users](https://navixy.com/docs/navixy-repository-api/core-api-reference/actors/users.md): Queries and mutations for user accounts, including profile lookups and user settings updates.
- [Integrations](https://navixy.com/docs/navixy-repository-api/core-api-reference/actors/integrations.md): Queries and mutations for integration accounts used by API clients, automated systems, and third-party service connections.
- [Devices](https://navixy.com/docs/navixy-repository-api/core-api-reference/devices.md): GPS trackers, sensors, and hardware units. Register devices, manage identifiers, link them to assets, and track inventory assignments.
- [Queries](https://navixy.com/docs/navixy-repository-api/core-api-reference/devices/queries.md): Query reference for devices. List device types, models, and devices with filtering by type, status, identifiers, and custom fields.
- [Mutations](https://navixy.com/docs/navixy-repository-api/core-api-reference/devices/mutations.md): Mutation reference for devices. Create, update, and delete devices, manage identifiers, and link or unlink device relations.
- [Types](https://navixy.com/docs/navixy-repository-api/core-api-reference/devices/types.md): Type definitions for devices, including Device, DeviceType, DeviceModel, identifier types, relation types, and associated inputs and enums.
- [Inventory](https://navixy.com/docs/navixy-repository-api/core-api-reference/devices/inventory.md): Complete reference for device inventory. Manage warehouses, assign devices to inventory locations, and query assignment history.
- [Assets](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets.md): Assets represent trackable business objects such as vehicles, equipment, and other entities your organization needs to monitor and manage.
- [Queries](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/queries.md): Query reference for assets. List asset types and assets with filtering by type, linked device, title, and custom fields.
- [Mutations](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/mutations.md): Mutation reference for assets. Create, update, and delete assets, and manage custom field values.
- [Types](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/types.md): Type definitions for assets, including Asset, AssetType, and associated inputs and enums.
- [Asset groups](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/groups.md): Asset groups allow organizing assets into named collections for easier management, reporting, and access control.
- [Queries](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/groups/queries.md): Query reference for asset groups. List group types and groups with filtering, sorting, and membership history.
- [Mutations](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/groups/mutations.md): Mutation reference for asset groups. Create, update, and delete group types and groups, and manage asset memberships.
- [Types](https://navixy.com/docs/navixy-repository-api/core-api-reference/assets/groups/types.md): Type definitions for asset groups, including AssetGroupType, AssetGroup, membership types, and associated inputs and enums.
- [Geo objects](https://navixy.com/docs/navixy-repository-api/core-api-reference/geo-objects.md): Geo objects define geographic boundaries and points of interest, including geofences, routes, and landmarks used for location-based automation.
- [Queries](https://navixy.com/docs/navixy-repository-api/core-api-reference/geo-objects/queries.md): Query reference for geo objects. List and retrieve geo object types and geo objects with filtering, sorting, and pagination.
- [Mutations](https://navixy.com/docs/navixy-repository-api/core-api-reference/geo-objects/mutations.md): Mutation reference for geo objects. Create, update, and delete geo object types and geo objects.
- [Types](https://navixy.com/docs/navixy-repository-api/core-api-reference/geo-objects/types.md): Type definitions for geo objects, including GeoObjectType, GeoObject, geometry types, and associated inputs and enums.
- [Schedules](https://navixy.com/docs/navixy-repository-api/core-api-reference/schedules.md): Complete reference for schedules, including queries, mutations, and types for defining recurring time patterns such as working hours and maintenance windows (iCalendar-compatible).
- [Access control](https://navixy.com/docs/navixy-repository-api/core-api-reference/access-control.md): Role-based access control for your organization. Manage roles, assign permissions, and configure per-actor resource scopes.
- [Queries](https://navixy.com/docs/navixy-repository-api/core-api-reference/access-control/queries.md): Query reference for access control. List roles and retrieve permission and scope assignments for actors.
- [Mutations](https://navixy.com/docs/navixy-repository-api/core-api-reference/access-control/mutations.md): Mutation reference for access control. Assign and revoke roles, grant and revoke permissions, and set or remove user scopes.
- [Types](https://navixy.com/docs/navixy-repository-api/core-api-reference/access-control/types.md): Type definitions for access control, including Role, Permission, UserScope, and associated inputs and enums.
- [Custom fields](https://navixy.com/docs/navixy-repository-api/core-api-reference/custom-fields.md): Type definitions for custom field definitions, including field types, params, options, filter inputs, and the patch input used in asset and geo object mutations.
- [Audit](https://navixy.com/docs/navixy-repository-api/core-api-reference/audit.md): Query the audit trail to retrieve a paginated, filterable log of all create, update, and delete events across your organization.
- [Catalogs](https://navixy.com/docs/navixy-repository-api/core-api-reference/catalogs.md): Explains catalogs as Navixy Repository API reference data, including the CatalogItem interface, item origins, display metadata, and hierarchical items.
- [Catalog items](https://navixy.com/docs/navixy-repository-api/core-api-reference/catalogs/catalog-items.md): Queries, mutations, and types for catalog items, the configurable lookup entries used for device types, asset types, statuses, and other reference data.
- [Catalog reference](https://navixy.com/docs/navixy-repository-api/core-api-reference/catalogs/catalog-reference.md): Cross-reference of all catalog types organized by entity. Use this page to find which catalog backs a given field.
- [Tags](https://navixy.com/docs/navixy-repository-api/core-api-reference/catalogs/tags.md): Complete reference for tags. Create and manage flexible labels for classifying assets, geo objects, and other entities.
- [System catalogs](https://navixy.com/docs/navixy-repository-api/core-api-reference/catalogs/system.md): Predefined system catalog items available to all organizations. These read-only reference types cannot be modified or deleted.
- [All operations and types](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types.md): All Navixy Repository API operations and types in one place, organized by category rather than by domain.
- [Queries](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/queries.md): All Navixy Repository API queries in one place. Retrieve nodes, list entities with filtering and pagination, and look up audit events.
- [Mutations](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/mutations.md): All Navixy Repository API mutations in one place. Create, update, delete, and manage entity relationships.
- [Inputs](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/inputs.md): All input types used in Navixy Repository API queries and mutations, organized by entity.
- [Objects](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/objects.md): All object types returned by queries and mutations in the Navixy Repository API.
- [Scalars](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/scalars.md): All custom scalar types defined in the Navixy Repository API, with format specifications and usage examples.
- [Enums](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/enums.md): All enum types in the Navixy Repository API. Use the exact values shown when passing enums as arguments.
- [Interfaces](https://navixy.com/docs/navixy-repository-api/graphql-reference/all-operations-and-types/interfaces.md): All interfaces in the Navixy Repository API. Types implementing an interface guarantee the presence of its fields.

## IoT Query

- [IoT Query](https://navixy.com/docs/analytics/iot-query.md): Query telematics and business data from IoT Query via PostgreSQL. Connect BI tools, run custom analytics, and build integrations with your complete dataset
- [Getting started](https://navixy.com/docs/analytics/iot-query/getting-started.md): Enable IoT Query from Admin Panel, configure your database connection, explore the data schema, and run initial telematics queries
- [Connection setup](https://navixy.com/docs/analytics/iot-query/connection-setup.md): Establish a PostgreSQL connection to IoT Query, configure credentials, understand the data schema architecture, and apply connection security settings
- [Selecting BI tools](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools.md): Compare Power BI, Apache Superset, Grafana, and Streamlit to find the right BI tool for visualizing your IoT Query telematics data
- [Connecting Power BI](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-power-bi.md): Connect Power BI to IoT Query via the PostgreSQL connector. Query live telematics data and build interactive fleet monitoring reports and dashboards
- [Connecting Apache Superset](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-apache-superset.md): Connect Apache Superset to IoT Query via the PostgreSQL driver. Configure the database connection and build interactive fleet monitoring dashboards
- [Connecting Streamlit](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-streamlit.md): Build custom Streamlit apps connected to IoT Query via PostgreSQL. Query tracker data in Python and display live fleet status in custom dashboards
- [Connecting Grafana](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-grafana.md): Connect Grafana to IoT Query via the PostgreSQL data source. Build time series charts and dashboards for live and historical telematics monitoring
- [Schema overview](https://navixy.com/docs/analytics/iot-query/schema-overview.md): IoT Query data is organized in Raw, Transformation, and Insight layers. Browse available schemas, table structures, and learn how to reference them in SQL
- [Raw data layer](https://navixy.com/docs/analytics/iot-query/schema-overview/bronze-layer.md): Raw data layer stores business entities, device telemetry, and asset records in three schemas. Browse key tables and field formats for direct SQL analysis
- [Transformation layer](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer.md): The Transformation layer reshapes raw IoT Query data into analytics-ready entities. Browse pre-built transformations and understand how data is processed
- [Common transformations](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/common-transformations.md): Ready-made analytical entities in the Transformation layer, available to query immediately and adaptable through Transformation Builder
- [Trips](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/common-transformations/trips.md): Vehicle trip records derived from raw telematics data. Includes start and end times, distance, speed statistics, and zone detection
- [Sensor data aggregation](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/common-transformations/sensor-data-aggregation.md): Process raw IoT sensor readings into hourly time-bucketed records with decoded calibration, fuel volume calculations, and device-level aggregation
- [Driver performance events](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/common-transformations/driver-performance-events.md): How the Driver performance events table detects driving violations in real time and how to query it.
- [Transformation Builder](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/transformation-builder.md): Build custom IoT Query transformations with a visual workflow editor. Configure SQL nodes, preview results, validate workflows, and schedule executions
- [Workflow YAML reference](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/transformation-builder/workflow-yaml-reference.md): The workflow YAML format captures Transformation Builder node graphs, parameters, and edges for export, import, and sharing between environments
- [Templates](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/transformation-builder/templates.md): Pre-built Transformation Builder workflows for common Navixy transformations. Download, import, and adapt them to your scenario
- [Dashboard Studio](https://navixy.com/docs/analytics/dashboard-studio.md): Build interactive fleet dashboards and reports from SQL queries without external BI tools. Self-service analytics with drag-and-drop visualization
- [Creating dashboards](https://navixy.com/docs/analytics/dashboard-studio/creating-dashboards.md): Add visualization panels to a canvas, configure SQL queries, and arrange layouts for real-time fleet monitoring and operational decision-making
- [Creating reports](https://navixy.com/docs/analytics/dashboard-studio/creating-reports.md): Generate exportable reports with coordinated data tables, charts, and location maps from a single SQL query. Export to HTML, Excel, or PDF
- [Writing SQL queries](https://navixy.com/docs/analytics/dashboard-studio/writing-sql-queries.md): Write PostgreSQL queries optimized for Dashboard Studio visualizations. Learn data access patterns, layer selection, and performance best practices
- [Open-source Studio](https://navixy.com/docs/analytics/dashboard-studio/open-source-studio.md): Deploy Dashboard Studio in your infrastructure with full React frontend customization. Maintain feature parity while controlling branding and design
- [SQL Recipe Book](https://navixy.com/docs/analytics/example-queries.md): Ready-made SQL templates for frequent fleet management and telematics analyses. Customize and execute queries directly against your data warehouse
- [Common queries](https://navixy.com/docs/analytics/example-queries/common-queries.md): Sample SQL patterns for object information, device locations, vehicle activity, driver assignments, sensor data, and geospatial zone analysis
- [Logistics](https://navixy.com/docs/analytics/example-queries/logistics.md): SQL query templates for logistics and transportation analytics, covering route optimization, cargo monitoring, fleet utilization, and delivery performance
- [Leasing](https://navixy.com/docs/analytics/example-queries/leasing.md): SQL query templates for banking and leasing analytics, covering asset lifecycle, contract compliance, maintenance scheduling, and usage limit tracking

## Admin panel

- [Admin Panel](https://navixy.com/docs/admin/admin-panel.md): Manage your Navixy dealer account: configure the GPS tracking platform, create user accounts, manage devices, and set up billing and reseller plans
- [Access roles](https://navixy.com/docs/admin/access.md): Manage Admin Panel access for your team. Set up Employee accounts with restricted rights to protect sensitive data while enabling efficient delegation.
- [Overview](https://navixy.com/docs/admin/overview.md): Monitor your dealer account health in Admin Panel with six KPI cards for active trackers, users, and resellers, plus six-month growth trend charts
- [Users](https://navixy.com/docs/admin/users.md): Create and manage user accounts in the Admin Panel, including search, edit/delete, and CSV/XLSX export
- [User details](https://navixy.com/docs/admin/users/user-details.md): View a user’s profile and run admin actions such as editing details, logging as the user, changing balance/password, and managing trackers
- [Creating users](https://navixy.com/docs/admin/users/create-user.md): Create individual user accounts in Admin Panel or bulk-import multiple users at once from an XLSX or CSV file using the provided template
- [Deleting users](https://navixy.com/docs/admin/users/delete-user.md): Permanently delete a user account in Admin Panel, removing all associated devices, sub-users, and historical data. This action cannot be undone.
- [Billing operations](https://navixy.com/docs/admin/users/billing-operations.md): View the full transaction history for any user account and manually adjust their balance and bonus credits directly from Admin Panel
- [Trackers](https://navixy.com/docs/admin/devices.md): Manage GPS trackers in Admin Panel: search, filter, and view details for each device. Edit, clone, delete, or change pricing plans from the tracker list.
- [Tracker details and operations](https://navixy.com/docs/admin/devices/basic-operations.md): View tracker status and run core actions like edit/assign, clone, activation, plan changes, and Air Console
- [Tracker clones](https://navixy.com/docs/admin/devices/tracker-clones.md): Clone a tracker into other user accounts for shared monitoring. Clone owners get read-only access, while the original account retains full control.
- [Changing plan](https://navixy.com/docs/admin/devices/change-plan.md): Change a tracker’s pricing plan in Admin Panel and choose how billing is handled immediately or at the next billing cycle
- [Bulk activation](https://navixy.com/docs/admin/devices/bulk-activation.md): Register 30 or more GPS trackers in Navixy at once. Submit a CSV or Excel file to Navixy support with device model, ID, APN, and user assignment.
- [Air Console](https://navixy.com/docs/admin/devices/air-console.md): Real-time terminal to view raw tracker data, monitor device status, and send diagnostic commands over WebSocket
- [Plans](https://navixy.com/docs/admin/plans.md): Create and manage pricing plans in Admin Panel: define billing cycles, fees, data rates, device limits, map access, and which features are available to users
- [Suspending a tracker](https://navixy.com/docs/admin/plans/suspending-service-for-a-device.md): Suspend a tracker by switching it to a restricted pricing plan, stopping new tracking while keeping historical data
- [Activation codes](https://navixy.com/docs/admin/activation-codes.md): Manage activation codes that restrict tracker registration and link codes to device plans for automated setup
- [Resellers](https://navixy.com/docs/admin/resellers.md): Create and manage resellers (sub-dealers), configure permissions, and control activation and suspension statuses
- [Settings](https://navixy.com/docs/admin/settings.md): Central hub for configuring your Navixy instance, including service, maps, branding, menus, defaults, security, and gateways
- [Service preferences](https://navixy.com/docs/admin/settings/service-preferences.md): Configure core service UI settings like domain/URLs, language/currency, login page, demo account, activation, and support links
- [Regional settings](https://navixy.com/docs/admin/settings/service-preferences/regional-settings.md): Set the default UI language for all new user accounts and choose the service currency used across the Navixy platform
- [Login page settings](https://navixy.com/docs/admin/settings/service-preferences/login-page-settings.md): Configure login page behavior, including self-registration, mobile app download prompts, and demo user credentials
- [Demo user account](https://navixy.com/docs/admin/settings/service-preferences/demo-user-account.md): Create a limited-rights demo user account, clone trackers into it, and share it via the login page or a direct link to showcase the platform
- [Domain name](https://navixy.com/docs/admin/settings/domain-name.md): Point your custom subdomain to Navixy via CNAME, update instance settings, and enable SSL for secure access
- [Payment gateway](https://navixy.com/docs/admin/settings/payment-gateway.md): Enable online payments via Stripe (webhooks and API keys) or connect a custom gateway using a payment URL
- [Map preferences](https://navixy.com/docs/admin/settings/maps.md): Choose which maps users can access, set the default map view, and configure GIS providers, including Google Maps
- [Navixy GIS packages](https://navixy.com/docs/admin/settings/maps/navixy-gis-packages-compare.md): Compare Basic vs Premium GIS packages, including Google Maps licensing, geocoding, routing, traffic, and LBS support
- [Overcoming GIS limits](https://navixy.com/docs/admin/settings/maps/overcoming-gis-limits.md): Avoid GIS API rate limits by using Premium GIS, enabling paid Google services, or self-hosting Nominatim
- [Branding](https://navixy.com/docs/admin/settings/branding-options.md): White-label the platform with custom login page settings, logos/backgrounds/favicon, and UI themes for web and mobile
- [Menu editor](https://navixy.com/docs/admin/settings/custom-menu-editor.md): Create menu presets to rename/reorder items, add/remove tabs, and assign custom menus to specific users
- [User defaults](https://navixy.com/docs/admin/settings/user-defaults.md): Set default profile settings for new users, including time zone, date/time formats, units, and menu preset
- [Security](https://navixy.com/docs/admin/settings/two-factor-authentication.md): Enable two-factor authentication for all users or specific accounts, with inheritance to sub-users and API management options
- [Messaging gateways](https://navixy.com/docs/admin/settings/messaging-gateways.md): Configure Email and SMS gateways for user notifications, alerts, and device messaging (commands and activation)
- [SMS gateway](https://navixy.com/docs/admin/settings/messaging-gateways/sms-gateway.md): Connect an SMS provider to Navixy to send M2M device commands, activation messages, and user SMS notifications through the SMS gateway
- [Email gateway](https://navixy.com/docs/admin/settings/messaging-gateways/email-gateway.md): Configure Navixy-provided or custom SMTP email delivery for notifications, reports, and billing alerts, including sender settings
- [Report](https://navixy.com/docs/admin/report.md): Generate platform usage reports for active devices by date range, filter by owner, and export to CSV

## On-premise

- [On-Premise](https://navixy.com/docs/on-premise/on-premise.md): Access guides for Navixy on-premise installation, configuration, maintenance, and upgrades. Compare on-premise and PaaS options in the Q\&A section.
- [Deployment guides](https://navixy.com/docs/on-premise/on-premise/how-to-guide.md): Deploy and maintain Navixy on-premise with guides covering requirements, installation methods, configuration options, maintenance tasks, and troubleshooting procedures.
- [Requirements](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements.md): Review hardware, software, and service requirements before installing Navixy on-premise. Covers server specs, OS, GIS, SMS gateway, SSL, domain, and network prerequisites.
- [Owning On-Premise: skills and qualifications](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/owning-on-premise-skills-and-qualifications.md): Review the IT skills required to operate Navixy on-premise: server administration, networking, Linux or Windows management, and database operations.
- [Server hardware](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/server-hardware.md): Size server hardware for Navixy on-premise based on active device count from 100 to 15,000+. Covers CPU, RAM, disk storage, and RAID configuration recommendations.
- [Server software](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/server-software.md): Install required software for Navixy on-premise: Ubuntu 20+ or Windows Server 2016+, Java JDK 21, MySQL 8.0, and Nginx. Covers all environment prerequisites.
- [Network](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/network.md): Configure inbound and outbound firewall rules for Navixy on-premise. Includes port requirements and estimated bandwidth for deployments with 2,000 active GPS devices.
- [Domains](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/domains.md): Configure domain names and DNS A-records for Navixy on-premise. Set up records for the API, admin panel, and monitoring service to enable platform access.
- [SSL encryption](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/ssl-encryption.md): Configure SSL certificates for Navixy on-premise. Choose a provider, meet domain requirements, and manage expiration using commercial or free Let's Encrypt certificates.
- [SMS gateway](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/sms-gateway.md): Select an SMS gateway for Navixy on-premise: cloud providers, SMPP-compatible SMS centers, or Yeastar hardware VoIP gateways for device activation and notifications.
- [Email gateway](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/email-gateway.md): Set up an SMTP server to enable email notifications, invites, and reports in Navixy on-premise. Configure SPF and DKIM records to improve delivery reliability.
- [GIS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/gis.md): Configure GIS services for Navixy on-premise: geocoding, routing, distance matrix, and LBS. Supported providers include Navixy Premium GIS, Google Maps, and Nominatim.
- [Cloud deployment](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment.md): Deploy Navixy on-premise on a cloud virtual server. Guides for AWS, Google Cloud, and Microsoft Azure cover network setup, VM provisioning, and SSH access.
- [Amazon Web Services (AWS)](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment/amazon-web-services-aws.md): Deploy Navixy on-premise on Amazon Web Services. Set up VPC networking, provision an EC2 instance, configure Elastic IPs, and establish SSH access.
- [Google Cloud Platform](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment/google-cloud-platform.md): Deploy Navixy on-premise on Google Cloud Platform. Create a virtual machine with required specs, configure SSH keys, and connect via browser or client.
- [Microsoft Azure](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment/microsoft-azure.md): Deploy Navixy on-premise on Microsoft Azure. Create a virtual machine, set network security rules, configure disks and networking, and connect via SSH.
- [Platform installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation.md): Install Navixy on-premise with automatic or advanced methods. Covers operational responsibilities, update eligibility, and system scalability for larger deployments.
- [Easy installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/easy-installation.md): Install Navixy on-premise on Linux using the Docker-based quick deployment wizard. Enter license key and domain parameters, then verify access via the admin panel.
- [Advanced installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation.md): Install Navixy on-premise with the advanced method on Ubuntu or Windows Server. Recommended for instances with over 5,000 assets using a separate database server.
- [Ubuntu 20+](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/ubuntu-20.md): Install Navixy on-premise on Ubuntu 20, 22, or 24 using an automated script. Complete the installation and configuration wizards, then log in to the admin panel.
- [Installation wizard](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/ubuntu-20/installation-wizard.md): Run the Ubuntu installation wizard for Navixy on-premise on a single or two-server setup. Configure server roles, domain names, and SSL certificates.
- [Configuration wizard](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/ubuntu-20/configuration-wizard.md): Run the Ubuntu configuration wizard for Navixy on-premise to set domains, SSL, SMS and email gateways, Google Maps API keys, and license key.
- [Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/windows-installation.md): Install Navixy on-premise on Windows Server using automatic or manual deployment. Covers OS version requirements and third-party software coexistence considerations.
- [Automatic installation - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/windows-installation/automatic-installation-windows.md): Install Navixy on-premise on Windows Server using the NavixyInstaller PowerShell script. Configure domain and SSL options in a single or two-server deployment.
- [Manual installation - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/windows-installation/manual-installation-windows.md): Manually install Navixy on-premise on Windows Server. Configure MySQL, environment variables, Nginx frontend, and Java backend services as Windows services.
- [Update](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update.md): Update Navixy on-premise to the latest version on Linux or Windows. Covers update frequency, delivery methods, and links to OS-specific update procedures.
- [Update - Linux](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-linux.md): Update Navixy on-premise on Linux using automatic scripts for standard or Docker-based installations. Select the procedure that matches your deployment type.
- [Automatic Update - Linux](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-linux/automatic-update-linux.md): Run the update.sh script to update Navixy on-premise on Linux. The script checks prerequisites, updates the database and Java services, then restarts all components.
- [Dockered update - Linux](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-linux/dockered-update-linux.md): Update Dockered Navixy on-premise on Linux. Prepare the environment, stop containers, unpack the update package, and restore configuration files.
- [Update - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-windows.md): Update Navixy on-premise on Windows Server using automatic or manual procedures. Select the method based on your deployment configuration and requirements.
- [Automatic update - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-windows/automatic-update-windows.md): Run the NavixyUpdater PowerShell script to update Navixy on Windows. Select the update type, apply changes, and verify admin panel and UI functionality.
- [Manual update - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-windows/manual-update-windows.md): Manually update Navixy on-premise on Windows. Apply database changes, replace Java service files, update web services, and reconfigure services for Java 21.
- [Optional software](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software.md): Extend Navixy on-premise with optional GIS tools: map tile servers, Nominatim geocoding, and OSRM routing. Each runs locally to reduce external API dependency.
- [Map tile servers](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/map-tile-servers.md): Deploy a local map tile server for Navixy on-premise to serve custom map data. Prepare tiles, launch the server, and integrate it into the platform map panel.
- [Nominatim](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/nominatim.md): Install Nominatim for unlimited local geocoding in Navixy on-premise. Review hardware requirements and follow the official OpenStreetMap installation process.
- [OSRM](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/osrm.md): Install OSRM for local routing in Navixy on-premise with no request limits. Choose a routing profile, check hardware requirements, and access routes via REST API.
- [Configuration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration.md): Customize Navixy on-premise to meet specific operational needs. Guides cover Nginx, SMS gateways, SSL certificates, maps, device lists, and system limits.
- [Maps and GIS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis.md): Configure mapping and GIS services for Navixy on-premise. Set up Cell ID location services, custom map layers, and Google Maps API keys.
- [Google maps and geocoding](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis/google-maps-and-geocoding.md): Create and configure Google Maps API keys for Navixy on-premise. Set up separate keys for UI maps, GIS services, and email notifications.
- [Custom maps](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis/custom-maps.md): Add custom map layers to Navixy from tile servers or SVG files. Use for restricted area cartography or custom routes not available in standard map providers.
- [Cell ID / LBS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis/cell-id-lbs.md): Enable Cell ID location services in Navixy on-premise using Mozilla Location Services or Google LBS. Configure the provider connection and fallback coordinates.
- [SMS gateway configuration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration.md): Configure SMS gateways for Navixy on-premise. Add supported provider settings via SQL queries and manage multiple gateways in the database configuration table.
- [SMPP](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/smpp.md): Connect any SMPP-compatible SMS center to Navixy on-premise using JSON gateway configuration. Covers minimal and complete parameter sets for SMPP protocol setup.
- [Twilio](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/twilio.md): Configure the Twilio SMS gateway in Navixy on-premise for global connectivity. Add credentials using the SQL configuration example for the sms\_gates table.
- [Vonage](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/vonage.md): Configure the Vonage SMS gateway in Navixy on-premise for IoT-compatible messaging. Add API key and secret credentials using the JSON configuration example.
- [Textlocal](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/textlocal.md): Configure the Textlocal SMS gateway for Navixy on-premise deployments in the UK. Set up API key authentication and optional incoming message handling.
- [Tyntec](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/tyntec.md): Configure the Tyntec cloud communications gateway for Navixy on-premise SMS messaging. Add the JSON configuration parameters for messaging and voice integration.
- [SMS Traffic](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/sms-traffic.md): Configure the SMS Traffic gateway in Navixy on-premise for messaging in Russia and Kazakhstan. Add the provider settings using the SQL configuration example.
- [Yeastar](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/yeastar.md): Configure Yeastar TG Series GSM gateway hardware for Navixy on-premise SMS delivery. Suited for smaller instances with limited SMS load requirements.
- [SSL certificates](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/ssl-certificates.md): Install and manage SSL certificates for Navixy on-premise. Guides cover initial certificate installation and the process for renewing expired certificates.
- [SSL certificates installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/ssl-certificates/ssl-certificates-installation.md): Install SSL certificates on Navixy on-premise and convert HTTP to HTTPS. Covers certificate preparation, Nginx configuration, and platform configuration updates.
- [SSL certificates update](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/ssl-certificates/ssl-certificates-update.md): Update expired SSL certificates on Navixy on-premise running Nginx. Locate certificate and key files, then replace them with the new certificate chain.
- [Dockered configuration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/dockered-configuration.md): Configure the Docker-based Navixy on-premise deployment. Covers the .env file settings and locations for service configuration files and log files.
- [.env file](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/dockered-configuration/env-file.md): Configure Dockered Navixy using the .env file. Set database credentials, domain names, SSL certificate paths, Let's Encrypt options, and MySQL parameters.
- [Dockered solution configurations and logs](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/dockered-configuration/dockered-solution-configurations-and-logs.md): Locate configuration files and logs for Dockered Navixy services: API-server, SMS-server, and TCP-server. Access container files via the WORKDIR path.
- [Nginx web server](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/nginx-web-server.md): Configure Nginx as the Navixy on-premise web server on Linux or Windows. Set up HTTP and HTTPS virtual hosts, SSL certificates, and domain-based proxy rules.
- [Applications](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/applications.md): Add custom web applications to the Navixy main menu using SQL queries. Enable apps for entire service accounts or individual users, with HTTPS required.
- [System limits](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/system-limits.md): Adjust report and alert device limits in Navixy on-premise to prevent server overload. Edit configuration files on Linux or Windows to set date range caps.
- [Device list](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/device-list.md): Filter GPS device manufacturers and models visible in Navixy on-premise. Configure show or hide rules in the database to control device visibility per vendor.
- [Device statuses](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/device-statuses.md): Adjust online, GPS-not-updated, and offline timeout thresholds for device status indicators in Navixy on-premise. Edit the tcp-server configuration file.
- [MQTT](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/mqtt.md): Configure MQTT support for IoT devices in Navixy on-premise. Set host, port, and authentication settings for compatible devices including Xirgo Global.
- [Maintenance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance.md): Maintain Navixy on-premise with guides for data archiving, backups, instance restarts, server credentials, monitoring, and platform migration.
- [Server credentials](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/server-credentials.md): Manage credentials for Navixy on-premise servers. Covers password policies, admin panel access, SSH key authentication, and support team access requirements.
- [Password reset](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/server-credentials/password-reset.md): Reset the Navixy admin panel password on-premise using a Java command-line tool. Use when the password is lost or changed without authorization.
- [SSH keys](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/server-credentials/ssh-keys.md): Set up SSH key authentication for Navixy on-premise Linux servers as a secure alternative to passwords. Generate keys on Linux or Windows and disable password login.
- [Dockered maintenance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/dockered-maintenance.md): Maintain the Dockered Navixy on-premise deployment. Covers database access inside containers, restarting backend services, and Docker-specific operational procedures.
- [Restarting dockered instance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/dockered-maintenance/restarting-dockered-instance.md): Restart Dockered Navixy containers using docker ps to list running services and docker restart to reload specific backend components.
- [Dockered database access](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/dockered-maintenance/dockered-database-access.md): Access the MySQL database inside the Dockered Navixy platform using docker exec. Retrieve credentials from the .env file and connect to the navixy database.
- [Backup](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup.md): Back up the Navixy on-premise platform to protect against data loss. Guides cover backup basics, advanced strategies, and MySQL-specific backup procedures.
- [Backup basics](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup/backup-basics.md): Set up basic backups for Navixy on-premise using MySQL dump scripts and file system snapshots. Always back up the license key file separately from database data.
- [MySQL backup](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup/mysql-backup.md): Back up the Navixy MySQL database without downtime using Percona XtraBackup. Create a dedicated user, calculate volume, install the tool, and run full backups.
- [Advanced backup strategies](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup/advanced-backup-strategies.md): Apply advanced backup methods for high-load Navixy instances using xtrabackup, database replication, and combined application and database backup approaches.
- [Migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration.md): Migrate the Navixy on-premise platform to a new server or data center. Covers full platform, separate services, and Dockered deployment migration scenarios.
- [Entire platform migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration/entire-platform-migration.md): Migrate the full Navixy on-premise platform to a new server. Covers prerequisites, database migration strategies, service transfer, IP management, and startup procedures.
- [Dockered platform migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration/dockered-platform-migration.md): Migrate the Dockered Navixy platform to a new server by copying the navixy-package directory, updating network access configuration, and restarting containers.
- [Separate services migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration/separate-services-migration.md): Migrate individual Navixy services to a custom directory or separate server. Update configuration files to reconnect the database, web server, and other dependencies.
- [Restarting instance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/restarting-instance.md): Restart Navixy on-premise on Linux using the restart-navixy command or on Windows via the services.msc console to manage Windows NT services.
- [Archiving data](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/archiving-data.md): Archive old tracking data in Navixy on-premise to control database growth. Use pt-archiver from Percona to move aged records and free disk space with OPTIMIZE TABLE.
- [Monitoring](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring.md): Monitor Navixy on-premise server health and service availability. Guides cover three tools: UptimeRobot, Uptime Kuma, and Zabbix for tracking platform performance.
- [UptimeRobot](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring/uptimerobot.md): Use UptimeRobot to monitor Navixy on-premise availability from the cloud. Free tier covers basic uptime checks; consider local alternatives for secure infrastructures.
- [Uptime Kuma](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring/uptime-kuma.md): Install and configure Uptime Kuma for local Navixy on-premise monitoring. Set up website, API, and TCP port checks with notification alerts for service downtime.
- [Zabbix](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring/zabbix.md): Install Zabbix on a dedicated server to monitor Navixy on-premise resources, web accessibility, and advanced infrastructure metrics without internet access requirements.
- [MySQL update script for Debian and CentOS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/mysql-update-script-for-debian-and-centos.md): Run the automated MySQL update script for Navixy on Debian 9/10 or CentOS 7. The script performs compatibility checks and installs the required MySQL version.
- [Memory allocation for services](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/memory-allocation-for-services.md): Adjust RAM allocation for Navixy Java services and MySQL on systemd, runit, Docker, and Windows deployments. Edit service configuration files to set memory limits.
- [High availability and Disaster Recovery](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/high-availability-and-disaster-recovery.md): Set up high availability and disaster recovery for Navixy on-premise with distributed data centers. Covers licensing and ongoing monitoring requirements.
- [Troubleshooting](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting.md): Diagnose and resolve issues in Navixy on-premise deployments. Covers system architecture, service components, and guides for web interface, devices, reports, and logs.
- [System components](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/system-components.md): Navixy on-premise platform architecture covers Nginx frontend, API-server, SMS-server, TCP-server, and MySQL. Find component locations and roles for troubleshooting.
- [Checking service statuses](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/checking-service-statuses.md): Check the status of Navixy Java services, Nginx, and MySQL on Linux or Windows. Use platform health check commands to identify which component is not running.
- [Working with logs](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/working-with-logs.md): Locate and analyze Navixy on-premise backend service logs for API-server, SMS-server, and TCP-server. Use command-line tools to search and filter log entries.
- [Service logs storage settings](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/working-with-logs/service-logs-storage-settings.md): Configure log storage location, compression archiving, and retention period for Navixy on-premise backend services. Edit logback.xml in each service directory.
- [Extended logging](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/working-with-logs/extended-logging.md): Enable extended device logging in Navixy on-premise by editing the TCP-server configuration. Captures detailed operation data for diagnosing device-specific issues.
- [Web interface](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/web-interface.md): Troubleshoot Navixy on-premise web interface issues including Nginx configuration errors, DNS failures, SSL certificate problems, and database unavailability.
- [On-Premise email gateway troubleshooting](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/on-premise-email-gateway-troubleshooting.md): Troubleshoot SMTP email gateway issues on Navixy on-premise. Verify settings, check service status, and resolve common authentication and network connectivity errors.
- [On-Premise SMS gateway troubleshooting](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/on-premise-sms-gateway-troubleshooting.md): Troubleshoot SMS gateway failures on Navixy on-premise. Check activation status, verify service operation, and resolve connection and authentication errors.
- [Device activation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/device-activation.md): Troubleshoot device activation failures on Navixy on-premise. Check SMS gateway configuration, backend service status, network settings, and platform version compatibility.
- [Device operation and connection](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/device-operation-and-connection.md): Diagnose devices going offline on Navixy on-premise. Covers TCP-server failures, network issues, mobile connectivity problems, and data processing troubleshooting.
- [Tracking data export](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/tracking-data-export.md): Export raw tracking data from the Navixy on-premise database. Covers both bucket-structure and file-by-file database organization with SQL query examples.
- [Understanding tracking data](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/tracking-data-export/understanding-tracking-data.md): Interpret exported Navixy tracking data columns including status codes, event IDs, and binary input/output values from the on-premise database.
- [Reports](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/reports.md): Diagnose report generation issues on Navixy on-premise. Disk space shortages cause timeout errors, and hardware resources directly affect report generation speed.
- [Q\&A](https://navixy.com/docs/on-premise/qa.md): Find answers to common questions about Navixy on-premise and PaaS deployment, including subscription fees, software updates, and user migration procedures.
- [PaaS](https://navixy.com/docs/on-premise/qa/paas.md): Deploy Navixy as a PaaS cloud service by creating an instance through the customer portal. Manage the platform via the admin panel without managing server infrastructure.
- [PaaS vs. On-Premise](https://navixy.com/docs/on-premise/qa/paas-vs-on-premise.md): Compare Navixy PaaS and on-premise deployment across 18 criteria including updates, hosting, security, support, video telematics, and data warehouse capabilities.
- [Subscription fees](https://navixy.com/docs/on-premise/qa/subscription-fees.md): Understand Navixy subscription billing based on active devices, payment deadlines, and service suspension rules for both PaaS and on-premise instances.
- [Software updates](https://navixy.com/docs/on-premise/qa/software-updates.md): Keep Navixy up to date on PaaS or on-premise. Covers update frequency, eligibility requirements, and links to OS-specific update procedures for Linux and Windows.
- [Current version](https://navixy.com/docs/on-premise/qa/software-updates/current-version.md): Find the Navixy on-premise platform version number in the VERSION file on your server. Understand the major and minor build numbering scheme.
- [Migrating users](https://navixy.com/docs/on-premise/qa/migrating-users.md): Migrate users to Navixy from another instance or vendor using data forwarding. Covers user account creation, device configuration, and data synchronization setup.
- [Migrating from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon.md): Migrate from Wialon to Navixy with guides for users, geofences, trackers, and sensors. Each guide covers the export and import steps for that data type.
- [Users migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/users-migration-from-wialon.md): Export users from Wialon and import them into the Navixy Admin panel. Use the template file format with required fields: email, password, and account status.
- [Geofences migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/geofences-migration-from-wialon.md): Export geofences from Wialon as KML or KMZ files and import them into Navixy. Covers polygon and circle geofence handling with custom radius configuration.
- [Trackers migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/trackers-migration-from-wialon.md): Migrate devices from Wialon to Navixy in bulk using exported device information. Map Wialon fields to Navixy fields and choose whether to send configuration commands.
- [Tracker data](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/trackers-migration-from-wialon/tracker-data.md): Transfer Wialon tracker data history and sensor calibration to Navixy using the Wialon Retranslator tool. Configure retranslation and handle trip history import.
- [Sensors migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/sensors-migration-from-wialon.md): Copy sensor configurations from Wialon to Navixy in bulk and import calibration tables via CSV files. Use Navixy sensor migration tools to transfer settings.
- [Changelog](https://navixy.com/docs/on-premise/versions.md): Track Navixy on-premise version history by year. Each build covers new device integrations, platform improvements, bug fixes, and update scripts.
- [2025](https://navixy.com/docs/on-premise/versions/2025.md): Release notes for Navixy on-premise builds in 2025. Details new device integrations, third-party video telematics additions, performance improvements, and bug fixes.

## Navixy MCP

- [Overview](https://navixy.com/docs/navixy-mcp/overview.md)
- [Getting started](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/getting-started.md)
- [Configuring Navixy MCP in Claude Desktop](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/getting-started/configuring-navixy-mcp-in-claude-desktop.md)
- [Configuring Navixy MCP in Cursor](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/getting-started/configuring-navixy-mcp-in-cursor.md)
- [Configuring Navixy MCP in ChatGPT](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/getting-started/configuring-navixy-mcp-in-chatgpt.md)
- [Configuring Navixy MCP in Codex](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/getting-started/configuring-navixy-mcp-in-codex.md)
- [Connecting other AI tools](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/getting-started/connecting-other-ai-tools.md)
- [Navixy User MCP (navixy-user)](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/navixy-user-mcp.md)
- [Navixy Panel MCP (navixy-panel)](https://navixy.com/docs/navixy-mcp/navixy-mcp-server/navixy-panel-mcp.md)
- [Navixy AI Assistant](https://navixy.com/docs/navixy-mcp/navixy-ai-assistant.md)
- [IoT Logic Flow Builder](https://navixy.com/docs/navixy-mcp/navixy-ai-assistant/iot-logic-flow-builder.md): Use the Navixy AI Assistant to design an IoT Logic flow through a guided conversation, then import the generated file into your account.
- [Using Navixy documentation with AI](https://navixy.com/docs/navixy-mcp/using-navixy-documentation-with-ai.md): Copy pages, open them directly in AI assistants, and connect the MCP server to keep your AI tools aligned with published documentation.
- [Troubleshooting](https://navixy.com/docs/navixy-mcp/troubleshooting.md)

## Q\&A

- [Q\&A](https://navixy.com/docs/qna/qna.md): Navixy Q\&A hub with troubleshooting guides, configuration help, API integration patterns, and on-premise deployment tips for all user types
- [Using Navixy](https://navixy.com/docs/qna/using-navixy.md): Troubleshoot device connectivity, sensor configuration, trip history, fuel reports, and platform issues with practical solutions for fleet managers
- [A device is showing as moving on the platform even though it is offline](https://navixy.com/docs/qna/using-navixy/a-device-is-showing-as-moving-on-the-platform-even-though-it-is-offline.md): Device continues showing its last known status until it comes back online and sends updated location information to the platform
- [Teltonika device shows "GPS not updated" status](https://navixy.com/docs/qna/using-navixy/teltonika-device-shows-gps-not-updated-status.md): Device operates in static navigation mode; review the relevant parameters and voltage thresholds to resume GPS position updates
- [Platform shows a full fuel tank when it is not actually full](https://navixy.com/docs/qna/using-navixy/platform-shows-a-full-fuel-tank-when-it-is-not-actually-full.md): Check the fuel sensor connection and calibration table; error codes 65454 or 65455 in raw data indicate a sensor communication failure
- [Device shows "GPS not updated" while it reports every 5 minutes](https://navixy.com/docs/qna/using-navixy/device-shows-gps-not-updated-while-it-reports-every-5-minutes.md): GPS not updated status appears when a device sends heartbeats without coordinates or when a time zone mismatch exists on the platform
- [Difference between fuel level and fuel level 2.0 reports](https://navixy.com/docs/qna/using-navixy/difference-between-fuel-level-and-fuel-level-2.0-reports.md): Fuel Level 2.0 uses machine learning to smooth noisy sensor data but cannot track drains; use Fuel Level for drain detection
- [Is there an anti-jammer device?](https://navixy.com/docs/qna/using-navixy/is-there-an-anti-jammer-device.md): No GPS hardware can block jammers, but LBS positioning provides a location radius to help narrow the area when a device stops transmitting
- [Reducing or increasing LBS radius on the platform](https://navixy.com/docs/qna/using-navixy/reducing-or-increasing-lbs-radius-on-the-platform.md): Adjust the LBS detection radius in Devices and Settings to expand or limit the area used for cell-tower-based location accuracy
- [Scheduling a valid geo link](https://navixy.com/docs/qna/using-navixy/scheduling-a-valid-geo-link.md): Set the validity timeframe in geo link settings to restrict the access window and ensure the link is only accessible during the set period
- [Speed does not match with device status in the point report](https://navixy.com/docs/qna/using-navixy/speed-does-not-match-with-device-status-in-the-point-report.md): Status in the point report reflects trip state based on parking detection settings, not the instantaneous GPS speed at that moment
- [No GSM signal level in device widget](https://navixy.com/docs/qna/using-navixy/no-gsm-signal-level-in-device-widget.md): GSM signal level shows as unknown in the widget when the device data frame contains no signal intensity field for that data packet
- [Raw Data](https://navixy.com/docs/qna/using-navixy/raw-data.md): Run raw data exports to inspect parsed telematics parameters, validate data quality, debug sensor configurations, and build custom reports
- [Exporting tracker raw data to a CSV file](https://navixy.com/docs/qna/using-navixy/raw-data/exporting-tracker-raw-data-to-a-csv-file.md): Export parsed telematics data in CSV format from the Raw data block; select the date range and parameter columns before running the export
- [Including parameters in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/including-parameters-in-raw-data-export.md): Select any integrated parameters for your GPS tracker model when exporting raw data; the export supports up to 1,000 parameter columns
- [Selecting date range and time zone in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/selecting-date-range-and-time-zone-in-raw-data-export.md): Filter raw data exports by date range (up to 30 days) and time zone to unify timestamps for downstream analytics and reporting
- [Typical use cases for raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/typical-use-cases-for-raw-data-export.md): Export raw data for analytics pipelines, ML systems, sensor debugging, event verification, and custom report building outside the platform
- [Determining why a tracker stopped transmitting](https://navixy.com/docs/qna/using-navixy/raw-data/determining-why-a-tracker-stopped-transmitting.md): Export 30 days of raw data to review battery voltage and signal strength trends in the period before a device stopped transmitting
- [Why the platform may consider telematics data invalid](https://navixy.com/docs/qna/using-navixy/raw-data/why-the-platform-may-consider-telematics-data-invalid.md): Platform filters data with zero satellites or invalid coordinates (0,0) to prevent inaccurate location display and track quality issues
- [Specifying Teltonika AVL parameters in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/specifying-teltonika-avl-parameters-in-raw-data-export.md): Specify individual Teltonika AVL parameter IDs, comma-separated lists, or hyphen-delimited ranges in the raw data export filter
- [My device moves along the map without physically moving](https://navixy.com/docs/qna/using-navixy/my-device-moves-along-the-map-without-physically-moving.md): GPS drift causes inaccurate position display; a device may appear to move on the map while physically stationary due to signal fluctuation
- [My device is configured to send sensor data, but it doesn't display](https://navixy.com/docs/qna/using-navixy/my-device-is-configured-to-send-sensor-data-but-it-doesnt-display.md): Create a measurement sensor in Devices and Settings to map the incoming sensor parameter to a named field and enable display in the platform
- [My video device isn't showing the livestream](https://navixy.com/docs/qna/using-navixy/my-video-device-isnt-showing-the-livestream.md): Send configuration commands via Air Console to enable the livestream feature and set the correct streaming server address on the device
- [My device isn't sending data to the platform](https://navixy.com/docs/qna/using-navixy/my-device-isnt-sending-data-to-the-platform.md): Verify that the device is correctly configured using Air Console; for Teltonika, adjust the tracking priority and check the server address
- [Reading data from an Eye Sensor on the platform](https://navixy.com/docs/qna/using-navixy/reading-data-from-an-eye-sensor-on-the-platform.md): Create a measurement sensor and select the AVL input from Eye Sensor to read humidity, temperature, magnetism, or movement speed data
- [Send data from a non-integrated device (Navixy Generic Protocol)](https://navixy.com/docs/qna/using-navixy/send-data-from-a-non-integrated-device-navixy-generic-protocol.md): Convert device data to Navixy JSON format and send it over HTTP/HTTPS using the Navixy Generic Protocol for non-integrated hardware
- [Why does my history show too many stops?](https://navixy.com/docs/qna/using-navixy/why-does-my-history-show-too-many-stops.md): Adjust min\_speed and min\_parking thresholds in Parking Detection to reduce trip fragmentation caused by frequent speed fluctuations
- [Google Maps is not showing in my iOS app](https://navixy.com/docs/qna/using-navixy/google-maps-is-not-showing-in-my-ios-app.md): X-GPS Monitor iOS uses Apple Maps; upgrade X-GPS Mobile to v1.5.0 or later to access Google Maps in the mobile app
- [My vehicle didn't stop, yet the trip is split](https://navixy.com/docs/qna/using-navixy/my-vehicle-didnt-stop-yet-the-trip-is-split.md): Review Parking Detection settings and inspect raw data to find the cause; disable Split by stops in History to view the full track
- [Review all incoming device data at once](https://navixy.com/docs/qna/using-navixy/review-all-incoming-device-data-at-once.md): Open the Raw data export widget or IoT Analyzer to inspect all parsed incoming parameters from a device for up to the last 30 days
- [My Jimi JC tracker is configured but I can't see video playback](https://navixy.com/docs/qna/using-navixy/my-jimi-jc-tracker-is-configured-but-i-cant-see-video-playback.md): Send three SMS commands to the Jimi JC tracker to enable video uploads, retrieve the list of stored recordings, and trigger the upload
- [I can't see video events on my Jimi JC trackers](https://navixy.com/docs/qna/using-navixy/i-cant-see-video-events-on-my-jimi-jc-trackers.md): Send the UPLOADSW command to the device to configure event-based video uploads, then create a corresponding alert rule in the platform
- [Adjust incoming data with IoT Logic](https://navixy.com/docs/qna/using-navixy/adjust-incoming-data-with-iot-logic.md): Use IoT Logic to convert and adjust incoming device data with mathematical functions via the Initiate Attribute node
- [Why does my tracker show LBS location even though I've disabled LBS?](https://navixy.com/docs/qna/using-navixy/why-my-tracker-shows-lbs-location-even-ive-disabled-lbs.md): Old LBS location cached before the setting was disabled; the tracker must send new valid GPS points to replace the stored LBS data
- [Addresses aren't geocoded (shown only as coordinates)](https://navixy.com/docs/qna/using-navixy/addresses-arent-geocoded-shown-only-as-coordinates.md): System reaches geocoding limit (100k–500k daily calls); Basic plan allows 100k, Premium allows 500k geocoding requests per day
- [Maximum device count for a user](https://navixy.com/docs/qna/using-navixy/maximum-device-count-for-a-user.md): The platform supports up to 2 million devices per user account; the objects list shows up to 25,000 at a time due to browser rendering limits
- [Platform not displaying tracks even though trip history exists](https://navixy.com/docs/qna/using-navixy/platform-not-displaying-tracks-even-though-trip-history-exists.md): Disable Split by stops and Smart filter settings in History to remove all filters and display the raw location data from the device
- [Set up a fuel sensor in Navixy](https://navixy.com/docs/qna/using-navixy/set-up-a-fuel-sensor-in-navixy.md): Create a measurement sensor in Devices and Settings, then select fuel as the parameter type, set units, and choose the sensor category
- [Lock down device activation](https://navixy.com/docs/qna/using-navixy/lock-down-device-activation.md): Restrict device activation to specific devices using activation codes, or remove the activation option entirely via Menu Editor for end users
- [Accuracy and freshness of tracker data](https://navixy.com/docs/qna/using-navixy/accuracy-and-freshness-of-tracker-data.md): Tracker accuracy depends on GPS conditions; platform filters unreliable data with too few satellites or interference from jammers
- [How geofence exit events work](https://navixy.com/docs/qna/using-navixy/how-geofence-exit-events-work.md): Platform checks location updates against geofences in real time; a 60-second timer prevents duplicate entry and exit events
- [Not all devices are shown in the objects list](https://navixy.com/docs/qna/using-navixy/not-all-devices-are-shown-in-the-objects-list.md): Check service plan limits on the user account; the most restrictive active plan controls how many trackers appear in the objects list
- [Completed with errors status (Field Service)](https://navixy.com/docs/qna/using-navixy/completed-with-errors-status-field-service.md): Field service task shows this status when the employee visited checkpoints in the wrong sequence, not due to a task completion error
- [Short trips in history and long parking states](https://navixy.com/docs/qna/using-navixy/short-trips-in-history-and-long-parking-states.md): Disable Consider ignition state in Parking Detection to prevent inconsistent ignition signal from fragmenting trips into short segments
- [Measurement sensor alerts trigger later than expected](https://navixy.com/docs/qna/using-navixy/measurement-sensor-alerts-trigger-later-than-expected.md): Switch measurement sensors to virtual sensors to prevent data thinning from delaying alert triggers; thinned data skips intermediate values
- [Set up driver identification](https://navixy.com/docs/qna/using-navixy/set-up-driver-identification.md): Configure the tracker for RFID, iButton, or BLE data; populate the driver list in Field Service and map each driver to a hardware key
- [Supported trackers and dash cameras for video](https://navixy.com/docs/qna/using-navixy/supported-trackers-and-dash-cameras-for-video.md): Native video support for Jimi and Howen devices; MettaX, Streamax, Lightmetrics, and Howen VSS available as integrated video providers
- [Analog-digital input not showing in the Inputs widget](https://navixy.com/docs/qna/using-navixy/analog-digital-input-not-showing-in-the-inputs-widget.md): Manually map analog-digital inputs in Sensors and Settings by creating virtual or measurement sensors for each input parameter
- [Parking detection 0 km/h max idle speed](https://navixy.com/docs/qna/using-navixy/parking-detection-0-km-h-max-idle-speed.md): Set maximum idle speed above 0 km/h in Parking Detection to classify vehicles as parked; a value of 0 disables parking detection entirely
- [Creation and submission date are different for forms](https://navixy.com/docs/qna/using-navixy/creation-and-submission-date-are-different-for-forms.md): Task form creation date precedes submission; check-in form creation date follows submission due to platform database processing logic
- [Idling alert is not triggering](https://navixy.com/docs/qna/using-navixy/idling-alert-is-not-triggering.md): Set the idling duration threshold and verify an ignition input sensor exists; check manufacturer documentation for ignition pin mapping
- [How do I find the port for a given device?](https://navixy.com/docs/qna/using-navixy/how-do-i-find-the-port-for-a-given-device.md): Find device port and server address on navixy.com/devices; EU uses tracker.navixy.com, US uses tracker.us.navixy.com
- [Filter forms based on images](https://navixy.com/docs/qna/using-navixy/filter-forms-based-on-images.md): Image-based form filtering is not supported in Navixy; narrow results using business data fields such as object, date, task, and employee
- [Does Navixy support the JC450?](https://navixy.com/docs/qna/using-navixy/does-navixy-support-the-jc450.md): Navixy supports JC450 via Lightmetrics integration; GPS telematics on Navixy, video events managed in Lightmetrics with limitations
- [Mobile apps availability in Android Auto](https://navixy.com/docs/qna/using-navixy/mobile-apps-availability-in-android-auto.md): X-GPS Mobile, X-GPS Tracker, and X-Monitor do not support Android Auto integration; only direct mobile app use is available for GPS tracking
- [Zero saving value in fuel reports](https://navixy.com/docs/qna/using-navixy/zero-saving-value-in-fuel-reports.md): Fuel saving column compares standard consumption to actual usage; link the tracker to a vehicle and configure the standard consumption value
- [How to match icon colors with group colors](https://navixy.com/docs/qna/using-navixy/how-to-match-icon-colors-with-group-colors.md): Enable the Use group color option in the Change Icon menu to synchronize object icon color with the assigned group color automatically
- [Download DDD files from trackers](https://navixy.com/docs/qna/using-navixy/download-ddd-files-from-trackers.md): Download tachograph DDD files from supported trackers using Navixy Tacho Auth Client; vehicle ignition and active company card are required
- [Troubleshooting trip history issues](https://navixy.com/docs/qna/using-navixy/troubleshooting-trip-history-issues.md): Disable Smart filter and Split by stops in History; use Raw Data export to find data gaps and adjust tracker acquisition settings
- [Incorrect duration due to invalid date or time format (Tasks import)](https://navixy.com/docs/qna/using-navixy/incorrect-duration-due-to-invalid-date-or-time-format-tasks-import.md): Correct the date and time format in the task import file; unsupported symbols or AM/PM notation prevent the platform from parsing duration
- [Subuser vehicle visibility rules](https://navixy.com/docs/qna/using-navixy/subuser-vehicle-visibility-rules.md): Subusers see only tracked vehicles assigned within their account and unassigned vehicles; they do not have access to the full fleet view
- [Peak filtering level in fuel volume report](https://navixy.com/docs/qna/using-navixy/peak-filtering-level-in-fuel-volume-report.md): Adjust peak filtering level in the Fuel volume report to control how aggressively abnormal sensor spikes are smoothed from the chart
- [LBS Signals and false geofence events](https://navixy.com/docs/qna/using-navixy/lbs-signals-and-false-geofence-events.md): Reduce LBS-triggered geofence false positives by increasing the detection radius in device settings; LBS cell tower accuracy is typically 1–2 km
- [Navixy SMS gateway](https://navixy.com/docs/qna/using-navixy/navixy-sms-gateway.md): Use the built-in SMS gateway to send commands and alerts for a limited time and message volume; contact Support to configure a custom gateway
- [Missing Customer ID and Customer Name in RC-Walmart](https://navixy.com/docs/qna/using-navixy/missing-customer-id-and-customer-name-in-rc-walmart.md): Configure the External ID field with the full Recurso Confiable customer format to include Customer ID and Customer Name in RC-Walmart exports
- [Admin panel](https://navixy.com/docs/qna/admin-panel.md): Configure device activation, billing plans, user access control, platform branding, and notification gateways from Admin Panel for reseller administration
- [Data retention period (increase from 1 year)](https://navixy.com/docs/qna/admin-panel/data-retention-period-increase-from-1-year.md): Extend data retention from 1 year to 3 years for device history by requesting an increase from your Customer Success Manager
- [Device still connected after applying suspension plan](https://navixy.com/docs/qna/admin-panel/device-still-connected-after-applying-suspension-plan.md): Device suspension activates after daily billing at 00:05 UTC when the user balance is exceeded by the overcharge plan
- [Bulk upload devices](https://navixy.com/docs/qna/admin-panel/bulk-upload-devices.md): Activate multiple devices in bulk by uploading CSV-XLSX to Support or using the tracker/register API endpoint with device specifications
- [Clone a device across users](https://navixy.com/docs/qna/admin-panel/clone-a-device-across-users.md): Clone devices across multiple users in Admin Panel Trackers without additional charges or licensing fees
- [Unable to add more devices](https://navixy.com/docs/qna/admin-panel/unable-to-add-more-devices.md): Check device plan limits; the platform applies the most restrictive limit when a user has conflicting plans assigned
- [Suspension plan applied to a user but devices are still active](https://navixy.com/docs/qna/admin-panel/suspension-plan-applied-to-a-user-but-devices-are-still-active.md): Apply suspension plan to individual devices; assigning it only to a user account does not affect already-registered devices
- [Change SMS gateway](https://navixy.com/docs/qna/admin-panel/change-sms-gateway.md): Contact Support to configure an SMS gateway for your reseller panel using Twilio or generic SMPP v3.4 credentials
- [Use a custom domain for the platform](https://navixy.com/docs/qna/admin-panel/use-a-custom-domain-for-the-platform.md): Configure a CNAME subdomain record pointing to saas.navixy.com, then enable it in Service preferences in Admin Panel
- [Create technician accounts for Admin Panel](https://navixy.com/docs/qna/admin-panel/create-technician-accounts-for-admin-panel.md): Request technician accounts from Support to delegate user and device management without full admin panel access
- [Rebrand a device model with custom configurations](https://navixy.com/docs/qna/admin-panel/rebrand-a-device-model-with-custom-configurations.md): Clone device models and customize UI blocks, settings, and defaults by providing requirements to Navixy Support
- [Stop device reconfiguration after activation](https://navixy.com/docs/qna/admin-panel/stop-device-reconfiguration-after-activation.md): Disable default settings in Service preferences to prevent automatic configuration commands after device activation
- [Prevent users from changing device settings](https://navixy.com/docs/qna/admin-panel/prevent-users-from-changing-device-settings.md): Use Menu Editor to restrict access to device settings; requires Fleet Management and Field Service plan add-ons
- [Customize the Help page link](https://navixy.com/docs/qna/admin-panel/customize-the-help-page-link.md): Set a custom Help page link in Admin Panel Service preferences to send users to your support docs instead of the Navixy default
- [Create a demo account login on the platform](https://navixy.com/docs/qna/admin-panel/create-a-demo-account-login-on-the-platform.md): Set up a read-only demo login using subuser credentials in Admin Panel Service preferences to preview platform features
- [Newly added tracker is blocked right after activation](https://navixy.com/docs/qna/admin-panel/newly-added-tracker-is-blocked-right-after-activation.md): Fix a newly blocked tracker by topping up user balance, adjusting plan fee, enabling free days, or adding a sign-up bonus
- [Change the default map location](https://navixy.com/docs/qna/admin-panel/change-the-default-map-location.md): Configure the default map location, zoom, and type in Admin Panel Maps preferences to customize user experience
- [Add custom links inside the platform (User Applications)](https://navixy.com/docs/qna/admin-panel/add-custom-links-inside-the-platform-user-applications.md): Open User Applications in Admin Panel to add custom sidebar links with external URLs that open in an iframe or new tab
- [Change the Information Center link](https://navixy.com/docs/qna/admin-panel/change-the-information-center-link.md): Customize Information Center URLs in Admin Panel Service preferences to point to your support or help resources
- [Troubleshoot email gateway (alerts and scheduled reports not delivered)](https://navixy.com/docs/qna/admin-panel/troubleshoot-email-gateway-alerts-and-scheduled-reports-not-delivered.md): Use browser DevTools to inspect the send\_email network response for SMTP credential errors or server setting mismatches
- [Enable two-factor authentication](https://navixy.com/docs/qna/admin-panel/enable-two-factor-authentication.md): Enable email-based two-factor authentication in Admin Panel Security settings to protect admin panel logins
- [Use your own email gateway for notifications](https://navixy.com/docs/qna/admin-panel/use-your-own-email-gateway-for-notifications.md): Configure SMTP with DKIM and DMARC DNS records in Admin Panel to route platform emails through your own server
- [Export a list of users](https://navixy.com/docs/qna/admin-panel/export-a-list-of-users.md): Download user account data in XLSX or CSV from the Users page in Admin Panel. Filter by status or date range before exporting
- [Export a list of devices](https://navixy.com/docs/qna/admin-panel/export-a-list-of-devices.md): Export tracker data from Admin Panel or contact Support for hosted systems; on-premise device data exists in the Objects table
- [Delete plans](https://navixy.com/docs/qna/admin-panel/delete-plans.md): Delete billing plans by contacting Support with the plan name or ID, ensuring the plan has no associated devices
- [Reseller cannot change their domain name](https://navixy.com/docs/qna/admin-panel/reseller-cannot-change-their-domain-name.md): Configure the reseller domain in the master account Resellers tab, validate the CNAME record, or contact Support for assistance
- [Pricing plans conflicts](https://navixy.com/docs/qna/admin-panel/pricing-plans-conflicts.md): Resolve device visibility and feature restrictions caused by conflicting pricing plan settings across user accounts
- [SMS commands are not delivered](https://navixy.com/docs/qna/admin-panel/sms-commands-are-not-delivered.md): Check SMS gateway and customer balances, verify Service SMS is enabled, and review SIM card compatibility for command delivery
- [Troubleshoot custom domain issues](https://navixy.com/docs/qna/admin-panel/troubleshoot-custom-domain-issues.md): Verify DNS records point to saas.navixy.com with CNAME type; use MXToolbox or dig to validate your domain configuration
- [Blocking Tariff Plan - Billing Question](https://navixy.com/docs/qna/admin-panel/blocking-tariff-plan-billing-question.md): Assign devices to blocking tariff plans to stop billing and prevent new data ingestion while preserving historical records
- [On-Premise](https://navixy.com/docs/qna/on-premise.md): Deploy Navixy in your data center or private cloud. Installation, configuration, updates, and operational maintenance for self-hosted instances
- [What do I need to have my own Navixy instance?](https://navixy.com/docs/qna/on-premise/prerequisites.md): Provision a server, obtain a license, assemble a technician team, register domain names. Optional: SSL certificates and SMS/email gateways
- [On-Premise licensing FAQ](https://navixy.com/docs/qna/on-premise/on-premise-licensing-faq.md): Navixy On-Premise license authorizes one platform instance; request additional instances from sales and understand how the license key is validated
- [Demo (trial) On-Premise instance FAQ](https://navixy.com/docs/qna/on-premise/demo-trial-on-premise-instance-faq.md): Request and manage trial licenses. Test functionality, features, and installation on your infrastructure within a limited timeframe
- [On-Premise updates FAQ](https://navixy.com/docs/qna/on-premise/on-premise-updates-faq.md): Update your instance on your own schedule, no automatic delivery. Major versions every 2–4 months; minor versions released frequently with fixes
- [Deployment overview](https://navixy.com/docs/qna/on-premise/deployment-overview.md): Choose your installation method and deployment scenario. Single-server, dedicated DB, Linux, or Windows configurations for any instance size
- [What hardware to use?](https://navixy.com/docs/qna/on-premise/deployment-overview/what-hardware-to-use.md): Minimum: 4 CPU cores, 8 GB RAM, 500 GB SSD storage. Physical or virtual servers work; use dedicated DB for 5000+ active devices
- [What operating system to choose?](https://navixy.com/docs/qna/on-premise/deployment-overview/what-operation-system-to-choose.md): Ubuntu recommended for ease of maintenance and stability. Linux or Windows supported; OS administration handled by your technical team
- [How to install the platform?](https://navixy.com/docs/qna/on-premise/deployment-overview/how-to-install-the-platform.md): Download and install via easy 3-command wizard or advanced Linux/Windows scripts. Docker or manual setup, scale from 500 to 5000+ assets
- [How to update the platform?](https://navixy.com/docs/qna/on-premise/deployment-overview/how-to-update-the-platform.md): Run automated update scripts on Linux or perform manual updates on Windows. Back up database before starting to enable rollback if needed
- [How to prepare for the update?](https://navixy.com/docs/qna/on-premise/deployment-overview/how-to-prepare-for-the-update.md): Verify Java and MySQL versions meet current requirements. Upgrade software components before platform updates to prevent service failure
- [Where and how is data stored?](https://navixy.com/docs/qna/on-premise/where-and-how-is-data-stored.md): MySQL database stores tracking and business data. Images stored in API-server subdirectories. Two databases: tracking and google
- [Fault tolerance and disaster recovery](https://navixy.com/docs/qna/on-premise/fault-tolerance-and-disaster-recovery.md): Back up and replicate the database to separate servers. Maintain a standby application copy and DB replica in remote infrastructure
- [Why isn't my model connecting to standalone?](https://navixy.com/docs/qna/on-premise/why-isnt-my-model-connecting-to-standalone.md): Device model won't connect: verify the required port is open using nc. Check the device list page for the model-specific port number
- [Run instance in a classified environment](https://navixy.com/docs/qna/on-premise/run-instance-in-a-classified-environment.md): Isolate from external network with a private device subnet. Licensing, maps, and geocoding require outbound access to Navixy servers
- [Domain requirements for On-Premise](https://navixy.com/docs/qna/on-premise/domain-requirements-for-on-premise.md): Register an A-type DNS record pointing to your server to enable SSL certificates and HTTPS. Optional: separate domains for API and admin panel
- [Network requirements for On-Premise](https://navixy.com/docs/qna/on-premise/network-requirements-for-on-premise.md): Open ports: 80, 443 (HTTP/HTTPS), 8383 (WebSocket), 32233 (license), 123 (NTP), device ports. Allow outbound access to Navixy servers
- [Green "We'll be back soon" page](https://navixy.com/docs/qna/on-premise/green-well-be-back-soon-page.md): API server is inoperable or domain configuration mismatch. Check service status or validate domain settings in Admin Panel and Nginx
- [Manage admin credentials (On-premise)](https://navixy.com/docs/qna/on-premise/manage-admin-credentials-on-premise.md): Rename admin account in the google.dealers table or reset password via API server. Log in to Admin Panel and use the password change feature
- [Technician admin accounts for On-Premise](https://navixy.com/docs/qna/on-premise/technician-admin-accounts-for-on-premise.md): Create unlimited technician accounts via SQL INSERT. Change login, title, and password post-creation via Admin Panel. No additional charge
- [Reseller functionality in On-Premise](https://navixy.com/docs/qna/on-premise/reseller-functionality-in-on-premise.md): Reseller functionality is unavailable in On-Premise. Deploy a separate licensed instance for each reseller customer instead
- [APIs](https://navixy.com/docs/qna/apis.md): Integrate with Navixy APIs for authentication, real-time tracking data, telemetry retrieval, geocoding, event history, sensor readings, and remote control
- [WebSockets vs get\_states API for real-time tracking data](https://navixy.com/docs/qna/apis/websockets-vs-get_states-api-for-real-time-tracking-data.md): Use WebSockets for real-time GPS data streaming without polling overhead. Use get\_states only if WebSockets unavailable in your environment
- [API error codes and HTTP statuses](https://navixy.com/docs/qna/apis/api-error-codes-and-http-statuses.md): Find platform error codes with their HTTP status equivalents in the Error codes reference. Includes endpoint-specific error codes for detailed troubleshooting
- [Empty list in API response](https://navixy.com/docs/qna/apis/empty-list-in-api-response.md): Handle empty lists gracefully in your client code. Empty responses with success=true indicate no data for your query parameters
- [Batch geocoding support for search\_location](https://navixy.com/docs/qna/apis/batch-geocoding-support-for-search_location.md): Loop through coordinates in your code to call search\_location for each pair. Batch geocoding is not supported by the geocoder endpoint
- [Get tracker events history via API](https://navixy.com/docs/qna/apis/get-tracker-events-history-via-api.md): Retrieve tracker event history by calling unread events endpoints or filtering by event type codes and time period. Supports geofence, bracelet removal
- [Retrieve latest sensor readings for multiple trackers](https://navixy.com/docs/qna/apis/retrieve-latest-sensor-readings-for-multiple-trackers.md): Call batch\_list with a list of tracker IDs to retrieve latest sensor readings. Get all trackers first, then filter for those with data
- [Update tracker label via API](https://navixy.com/docs/qna/apis/update-tracker-label-via-api.md): Call tracker/settings/update with correct group\_id to update the label. Retrieve current group\_id via tracker/list to avoid moving tracker
- [Identify a usual / longest parking location via API](https://navixy.com/docs/qna/apis/identify-a-usual-longest-parking-location-via-api.md): Determine parking locations by calling track/list and computing gaps between trip times or analyzing daily end locations
- [Track when output control was changed via API](https://navixy.com/docs/qna/apis/track-when-output-control-was-changed-via-api.md): Query audit logs via user/audit/log/list to track output control changes, or create state change alerts and read notification history
- [API to retrieve videos from the platform](https://navixy.com/docs/qna/apis/api-to-retrieve-videos-from-the-platform.md): Request video recovery from Support for active, connected cameras. No public API exists because automation could overload the platform servers
- [User session hash vs admin panel hash vs API key](https://navixy.com/docs/qna/apis/user-session-hash-vs-admin-panel-hash-vs-api-key.md): Prefer API keys for User API authentication as they don't expire. Use admin panel session keys for Admin Panel API with caution
- [Get relevant telemetry in one API call (get\_state)](https://navixy.com/docs/qna/apis/get-relevant-telemetry-in-one-api-call-get_state.md): Call tracker/get\_state to retrieve GPS position, speed, connection status, battery, inputs, outputs, and other telemetry data
- [Using the Task Form Values API call](https://navixy.com/docs/qna/apis/using-the-task-form-values-api-call.md): Submit and update form values for active tasks via the API. Task must be assigned and form submitted; completed or delayed tasks prevent modifications
- [Device-related questions](https://navixy.com/docs/qna/device-related-questions.md): Configure GPS trackers, dash cameras, and telematics devices from Jimi, Teltonika, and Howen. Troubleshoot video streaming, sensors, and hardware behavior
- [How to troubleshoot Jimi JC400 video streaming and playback](https://navixy.com/docs/qna/device-related-questions/how-to-troubleshoot-jimi-jc400-video-streaming-and-playback.md): Fix JC400 video streaming: verify IMEI, SIM connectivity, firmware version, APN settings, and server configuration. Includes manual command setup for EU and US
- [Configuring sensors on Teltonika trackers](https://navixy.com/docs/qna/device-related-questions/configuring-sensors-on-teltonika-trackers.md): Add measurement sensors to Teltonika devices using the configurator tool, parameter settings, and AVL IO mapping. Covers FMB920 sensor setup in Navixy
- [HVIDEO vs EVIDEO commands](https://navixy.com/docs/qna/device-related-questions/hvideo-vs-evideo-commands.md): Choose video retrieval source: HVIDEO pulls lower-quality sub-stream footage faster, while EVIDEO extracts higher-quality SD card video with more data usage
- [Camera light indicators (JC261)](https://navixy.com/docs/qna/device-related-questions/camera-light-indicators-jc261.md): Diagnose JC261 LED status: red indicates power, green shows GPS lock, and blinking blue signals missing cellular connectivity. Verify APN configuration
- [MC40-02 Howen event sensitivity](https://navixy.com/docs/qna/device-related-questions/mc40-02-howen-event-sensitivity.md): Adjust MC40-02 event sensitivity in Howen iTools (L/M/H), not Navixy. Configure DMS or ADAS events, trigger hold, interval, and buzzer settings
- [Howen Device ID Configuration - Navixy Activation](https://navixy.com/docs/qna/device-related-questions/howen-device-id-configuration-navixy-activation.md): Configure Device ID in Howen iTools via System > Terminal, then verify it matches the activation ID requested in Navixy. Not related to IMEI or S/N
- [GSENSOR calibration failure on JC261](https://navixy.com/docs/qna/device-related-questions/gsensor-calibration-failure-on-jc261.md): The GCALIBRAT command is unsupported on JC261. Firmware v1.8.1.3+ performs automatic sensor calibration on power-on to reduce false events
- [No livestreaming video on the platform (JC261)](https://navixy.com/docs/qna/device-related-questions/no-livestreaming-video-on-the-platform-jc261.md): Verify RSERVICE is set to rtmp.x-gpsmail.com:1935/encoder and SIM has active data plan with stable connectivity. Check signal strength
- [JC261(P/D) Input Mapping](https://navixy.com/docs/qna/device-related-questions/jc261-p-d-input-mapping.md): JC261 maps 3 logical inputs in Navixy: Input 1 is SOS button (event only), Input 2 is ignition, Input 3 is input voltage. Device has 2 physical inputs
- [FMC150 (QJIBO/QKIBO) Input and Output Capabilities](https://navixy.com/docs/qna/device-related-questions/fmc150-qjibo-qkibo-input-and-output-capabilities.md): Compare FMC150-QJIB0 (3 digital inputs, 2 outputs) and FMC150-QKIB0 (2 digital inputs, 3 outputs) specifications and select during device activation
- [Slight difference between GPS CAN mileage and physical odometer](https://navixy.com/docs/qna/device-related-questions/slight-difference-between-gps-can-mileage-and-physical-odometer.md): Vehicle control modules report mileage asynchronously; CAN data is more precise than dashboard odometer readings. Small differences are normal and expected


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://navixy.com/docs/navixy-documentation.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.
