# 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): Navigation article for detailed information about key Navixy reports with links to report-specific pages for interpretation, parameters, and use cases.
- [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 trackers 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): Configure GPS devices remotely in Navixy using settings blocks for sensors, tracking mode, connection, and data forwarding to third-party platforms.
- [Connection state block](https://navixy.com/docs/user/guide/devices-and-settings/connection-state-block.md): Set the offline timeout for a GPS device: the time without data before it is marked disconnected. Useful for power-saving modes and low-frequency reporting.
- [Bluetooth sensors block](https://navixy.com/docs/user/guide/devices-and-settings/bluetooth-sensors-block.md): Configure external Bluetooth sensors connected to your GPS tracker in Navixy. Map raw sensor data by MAC address so the platform interprets values correctly.
- [Tachograph DDD files block](https://navixy.com/docs/user/guide/devices-and-settings/tachograph-ddd-files-block.md): Download and store tachograph DDD files from GPS devices in Navixy to monitor driver hours, rest periods, and compliance with driving time regulations.
- [Data forwarding](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding.md): Retransmit GPS tracking and telematics data from Navixy to external servers and third-party platforms in real time using supported forwarding protocols.
- [ILSP](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding/ilsp.md): Forward vehicle GPS data from Navixy to ILSP, a private security services platform operating in Mexico. Enables shared vehicle data across ILSP networks.
- [Navixy Web Service](https://navixy.com/docs/user/guide/devices-and-settings/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/data-forwarding/recurso-confiable.md): Forward GPS data from Navixy to Recurso Confiable, a security and logistics platform used in Mexico, Colombia, the United States, and Central America.
- [Simpliroute](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding/simpliroute.md): Forward vehicle tracking data from Navixy to SimpliRoute using its data retransmission protocol for route planning and logistics optimization.
- [Unigis](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding/unigis.md): Forward GPS and telematics data from Navixy to the Unigis TMS platform for real-time logistics tracking in large manufacturing and retail operations.
- [Wialon IPS](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding/wialon-ips.md): Forward GPS and GLONASS tracking data from Navixy to external monitoring servers using the Wialon IPS protocol, a publicly available retranslation standard.
- [Maquinaria Amarilla](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding/maquinaria-amarilla.md): Forward heavy machinery GPS data from Navixy to Maquinaria Amarilla, required for National Police compliance monitoring of equipment in Colombia.
- [Startrack](https://navixy.com/docs/user/guide/devices-and-settings/data-forwarding/startrack.md): Forward GPS and telemetry data from Navixy to external systems using the Startrack protocol. Commonly used in Guatemala, El Salvador, and Honduras.
- [Auto-geofencing block](https://navixy.com/docs/user/guide/devices-and-settings/auto-geofencing-block.md): Enable auto-geofencing on the GPS device to create a parking zone at ignition-off and trigger unauthorized movement events if the vehicle leaves it.
- [Object management](https://navixy.com/docs/user/guide/devices-and-settings/object-management.md): Manage GPS device identity and settings in Navixy: update object labels, phone numbers, service plans, time zones, working statuses, and raw data export.
- [Object label block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/object-label-block.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 block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/phone-number-block.md): Update the SIM card phone number for a GPS device in Navixy after a SIM change. Needed for SMS-based location requests and two-way communication.
- [Change plan block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/change-plan-block.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.
- [Raw data block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/raw-data-block.md): Download parsed telemetry data from any GPS tracker as a CSV file. Useful for device diagnostics, data analysis, and integration with AI or analytics tools.
- [Working statuses block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/working-statuses-block.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.
- [Device timezone block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/device-timezone-block.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 block](https://navixy.com/docs/user/guide/devices-and-settings/object-management/output-control-block.md): Send custom device commands and HTTP POST requests to external services directly from a device's settings page.
- [Location and movement](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement.md): Configure how GPS devices track location and movement in Navixy: set tracking mode, parking detection, LBS radius, odometer, ignition source, and tow detection.
- [Tracking mode block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/tracking-mode-block.md): Configure data transmission and operating modes for GPS tracking devices remotely. Available parameters vary by tracker model and its supported functionality.
- [Parking detection block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/parking-detection-block.md): Configure parking detection for the platform: set the minimum idle time and maximum speed threshold that classify a vehicle as parked using GPS data.
- [LBS detection radius block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/lbs-detection-radius-block.md): Set the LBS search radius for cellular and Wi-Fi positioning. Increase for rural areas with sparse base stations; decrease in high-density urban environments.
- [Odometer block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/odometer-block.md): Monitor vehicle mileage from GPS data or the CAN bus and set the current odometer value. Integrates with Fleet maintenance to schedule service by mileage.
- [Ignition source block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/ignition-source-block.md): Configure how the GPS device detects ignition status: via a direct cable, onboard voltage level, or built-in motion sensor for devices not wired to ignition.
- [Tow detection block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/tow-detection-block.md): Configure tow detection on the GPS device's motion sensor. The device triggers a tow event if movement is detected after the ignition is switched off.
- [Harsh driving block](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/harsh-driving-block.md): Set sensitivity thresholds for the GPS device's harsh driving detector. Events generated here power Notifications and Eco Driving reports.
- [Vehicle sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors.md): Add and configure sensors in Navixy: discrete, measurement, virtual, and manufacturer-specific. Monitor fuel, temperature, engine diagnostics, and more.
- [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.
- [Engine hours](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors/engine-hours.md): Track total engine running time in Navixy. Set ignition or CAN bus as the data source, configure an initial value, and schedule maintenance by hours.
- [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 to GPS devices in Navixy: configure the label, parameter input, sensor type, units, and calibration data for each 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): Combine data from multiple sensors using AVG or SUM aggregation functions. Useful for averaging fuel level readings from several tanks in the same vehicle.
- [Virtual sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors.md): Create virtual sensors to convert raw telemetry values into readable indicators. Map board voltage, calculate engine hours, and merge inputs across sensor types.
- [Eye sensor configuration](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors/eye-sensor-configuration.md): Configure Teltonika Eye sensors in Navixy using virtual sensors to access temperature, humidity, motion, and magnet state data from BLE-connected accessories.
- [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): Map Galileosky Easy Logic user-defined tags in Navixy to extend telemetry beyond standard GPS data fields using the device's custom variable support.
- [Passenger counter (Galileosky)](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/galileosky-sensors/passenger-counter-galileosky.md): Count passengers entering and exiting vehicles using Galileosky devices with PP-01 flow sensors. Monitors ridership for city buses and transit operators.
- [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): Set up Teltonika BLE beacons in Navixy to monitor temperature, magnetic state, and asset proximity over Bluetooth Low Energy with multi-year battery life.
- [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): Connect wireless Teltonika Bluetooth fuel sensors to compatible GPS devices to get fuel level, temperature, humidity, and battery data without wiring.
- [CalAmp sensors](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/specialized-sensors-by-manufacturer/calamp-sensors.md): Configure CalAmp accumulator variables in Navixy to retrieve voltage and temperature sensor data from CalAmp GPS devices.
- [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.
- [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)
- [Vehicle telematics technology](https://navixy.com/docs/expert-center/vehicle-telematics-technology.md)
- [Positioning techniques](https://navixy.com/docs/expert-center/vehicle-telematics-technology/positioning-techniques.md)
- [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)
- [Connectivity](https://navixy.com/docs/expert-center/vehicle-telematics-technology/connectivity.md)
- [MQTT fundamentals](https://navixy.com/docs/expert-center/vehicle-telematics-technology/connectivity/mqtt-fundamentals.md)
- [Vehicle sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/vehicle-sensors.md)
- [Wireless Telematics Sensors](https://navixy.com/docs/expert-center/vehicle-telematics-technology/vehicle-sensors/wireless-telematics-sensors.md)
- [Fuel management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management.md)
- [Fundamentals of fuel management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fundamentals-of-fuel-management.md)
- [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)
- [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)
- [Fuel control in Navixy](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy.md)
- [Sensors setup and configuration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/sensors-setup-and-configuration.md)
- [Analyzing fuel data](https://navixy.com/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/analyzing-fuel-data.md)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [CAN and OBDII](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii.md)
- [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)
- [OBD Tracker Fundamentals](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii/obd-tracker-fundamentals.md)
- [DTC (Diagnostic Trouble Codes)](https://navixy.com/docs/expert-center/vehicle-telematics-technology/can-and-obdii/dtc-diagnostic-trouble-codes.md)
- [Video telematics](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics.md)
- [Video Telematics 101](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/video-telematics-101.md)
- [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): Video Telematics 101 — Navixy Academy
- [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): Video Telematics 101 — Navixy Academy
- [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)
- [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)
- [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)
- [Dash cam installation](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/dash-cam-installation.md)
- [Configuration guides](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides.md)
- [Jimi IoT](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot.md)
- [Jimi IoT dashcam configuration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot/jimi-iot-dashcam-configuration.md)
- [Jimi JC400 troubleshooting](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/jimi-iot/jimi-jc400-troubleshooting.md)
- [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)
- [Howen](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/howen.md)
- [Howen MDVR configuration](https://navixy.com/docs/expert-center/vehicle-telematics-technology/video-telematics/configuration-guides/howen/howen-mdvr-configuration.md)
- [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)
- [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)
- [Sustainable fleet management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/sustainable-fleet-management.md)
- [EV fleets management](https://navixy.com/docs/expert-center/vehicle-telematics-technology/sustainable-fleet-management/ev-fleets-management.md)
- [Legistlation](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legistlation.md)
- [GPS device certification](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legistlation/gps-device-certification.md)
- [Certification in US](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legistlation/gps-device-certification/certification-in-us.md)
- [Certification in Canada](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legistlation/gps-device-certification/certification-in-canada.md)
- [Certification in Mexico and Latin America](https://navixy.com/docs/expert-center/vehicle-telematics-technology/legistlation/gps-device-certification/certification-in-mexico-and-latin-america.md)
- [FAQ and troubleshooting](https://navixy.com/docs/expert-center/faq-and-troubleshooting.md)
- [GPS devices](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices.md)
- [Add and manage devices](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices.md)
- [Device Connection Status](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/device-connection-status.md)
- [Troubleshoot Device Activation](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/add-and-manage-devices/troubleshoot-device-activation.md)
- [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)
- [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)
- [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)
- [Outputs Control](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/outputs-control.md)
- [Input control](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/input-control.md)
- [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)
- [Parking Detection Logic](https://navixy.com/docs/expert-center/faq-and-troubleshooting/gps-devices/parking-detection-logic.md)
- [Sensors](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors.md)
- [Configuring Sensors on Teltonika Trackers](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/configuring-sensors-on-teltonika-trackers.md)
- [Configuring Eye Sensor on Teltonika Tracker](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/configuring-eye-sensor-on-teltonika-tracker.md)
- [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)
- [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)
- [Manage Sensors](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/manage-sensors.md)
- [Monitor Sensor Values](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/monitor-sensor-values.md)
- [Mileage and odometer](https://navixy.com/docs/expert-center/faq-and-troubleshooting/sensors/mileage-and-odometer.md)
- [IoT Logic](https://navixy.com/docs/expert-center/faq-and-troubleshooting/iot-logic.md)
- [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)
- [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)
- [Access IoT Data](https://navixy.com/docs/expert-center/faq-and-troubleshooting/access-iot-data.md)
- [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)
- [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)
- [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)
- [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)
- [Mobile apps](https://navixy.com/docs/expert-center/faq-and-troubleshooting/mobile-apps.md)
- [X-GPS Tracker mobile app](https://navixy.com/docs/expert-center/faq-and-troubleshooting/mobile-apps/x-gps-tracker-mobile-app.md)
- [How to integrate your devices](https://navixy.com/docs/expert-center/platform-essentials/how-to-integrate-your-devices.md): Bring Any Device. Connect in Days.

## 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 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.
- [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)
- [Getting started](https://navixy.com/docs/analytics/iot-query/getting-started.md)
- [Connection setup](https://navixy.com/docs/analytics/iot-query/connection-setup.md)
- [Selecting BI tools](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools.md)
- [Connecting Power BI](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-power-bi.md)
- [Connecting Apache Superset](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-apache-superset.md)
- [Connecting Streamlit](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-streamlit.md)
- [Connecting Grafana](https://navixy.com/docs/analytics/iot-query/connection-setup/selecting-bi-tools/connecting-grafana.md)
- [Schema overview](https://navixy.com/docs/analytics/iot-query/schema-overview.md): Get the big picture of IoT Query layers and schemas, and how to reference tables in SQL.
- [Raw data layer](https://navixy.com/docs/analytics/iot-query/schema-overview/bronze-layer.md): See the source datasets for business entities, device telemetry, and asset/inventory, plus key tables and update timing.
- [Transformation layer](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer.md): Learn how source data is validated and reshaped into analytics-ready entities, and what to watch for when querying.
- [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): Resampling raw sensor readings into time-bucketed aggregates with decoding, calibration, and enrichment applied.
- [Transformation Builder](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/transformation-builder.md): Build custom transformations visually, preview results, validate workflows, and export them for execution.
- [Workflow YAML reference](https://navixy.com/docs/analytics/iot-query/schema-overview/transformation-layer/transformation-builder/workflow-yaml-reference.md): Reference for the workflow export/import YAML format, including node fields, edges, and version differences.
- [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)
- [Creating dashboards](https://navixy.com/docs/analytics/dashboard-studio/creating-dashboards.md)
- [Creating reports](https://navixy.com/docs/analytics/dashboard-studio/creating-reports.md)
- [Writing SQL queries](https://navixy.com/docs/analytics/dashboard-studio/writing-sql-queries.md)
- [Open-source Studio](https://navixy.com/docs/analytics/dashboard-studio/open-source-studio.md)
- [SQL Recipe Book](https://navixy.com/docs/analytics/example-queries.md)
- [Common queries](https://navixy.com/docs/analytics/example-queries/common-queries.md)
- [Logistics](https://navixy.com/docs/analytics/example-queries/logistics.md): Logistics Case Study and SQL Recipe Book
- [Leasing](https://navixy.com/docs/analytics/example-queries/leasing.md): Leasing Case Study and SQL Recipe Book

## Admin panel

- [Admin Panel](https://navixy.com/docs/admin/admin-panel.md)
- [Access roles](https://navixy.com/docs/admin/access.md): Learn Admin vs Employee roles in Admin Panel, including what limited-rights employees can and can’t do.
- [Overview](https://navixy.com/docs/admin/overview.md): Dashboard with KPI cards and trend charts for tracker activity and user growth.
- [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 a user in the Admin panel or bulk-import users from an XLSX/CSV template.
- [Deleting users](https://navixy.com/docs/admin/users/delete-user.md): Permanently delete a user account in Admin Panel, including all associated devices and sub-users.
- [Billing operations](https://navixy.com/docs/admin/users/billing-operations.md): View user transactions and manually adjust balances and bonuses from Admin Panel.
- [Trackers](https://navixy.com/docs/admin/devices.md): Manage GPS trackers in the Admin Panel: search, edit, delete, clone, and view tracker list and details.
- [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, with read-only access for clone owners.
- [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 during the switch.
- [Bulk activation](https://navixy.com/docs/admin/devices/bulk-activation.md): Activate 30+ devices in bulk by contacting Navixy support team with a CSV/Excel file.
- [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: billing cycles, fees, rates, limits, available maps, and feature access.
- [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 default UI language for new users and choose service currency in Service preferences.
- [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 account and fill it with cloned trackers.
- [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 send M2M device commands/activation messages and user SMS notifications.
- [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)
- [Deployment guides](https://navixy.com/docs/on-premise/on-premise/how-to-guide.md)
- [Requirements](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements.md)
- [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)
- [Server hardware](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/server-hardware.md)
- [Server software](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/server-software.md)
- [Network](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/network.md)
- [Domains](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/domains.md)
- [SSL encryption](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/ssl-encryption.md)
- [SMS gateway](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/sms-gateway.md)
- [Email gateway](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/email-gateway.md)
- [GIS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/requirements/gis.md)
- [Cloud deployment](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment.md)
- [Amazon Web Services (AWS)](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment/amazon-web-services-aws.md)
- [Google Cloud Platform](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment/google-cloud-platform.md)
- [Microsoft Azure](https://navixy.com/docs/on-premise/on-premise/how-to-guide/cloud-deployment/microsoft-azure.md)
- [Platform installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation.md)
- [Easy installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/easy-installation.md)
- [Advanced installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation.md)
- [Ubuntu 20+](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/ubuntu-20.md)
- [Installation wizard](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/ubuntu-20/installation-wizard.md)
- [Configuration wizard](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/ubuntu-20/configuration-wizard.md)
- [Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/windows-installation.md)
- [Automatic installation - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/windows-installation/automatic-installation-windows.md)
- [Manual installation - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/advanced-installation/windows-installation/manual-installation-windows.md)
- [Update](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update.md)
- [Update - Linux](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-linux.md)
- [Automatic Update - Linux](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-linux/automatic-update-linux.md)
- [Dockered update - Linux](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-linux/dockered-update-linux.md)
- [Update - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-windows.md)
- [Automatic update - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-windows/automatic-update-windows.md)
- [Manual update - Windows](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/update/update-windows/manual-update-windows.md)
- [Optional software](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software.md)
- [Map tile servers](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/map-tile-servers.md)
- [Nominatim](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/nominatim.md)
- [OSRM](https://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/osrm.md)
- [Configuration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration.md)
- [Maps and GIS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis.md)
- [Google maps and geocoding](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis/google-maps-and-geocoding.md)
- [Custom maps](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis/custom-maps.md)
- [Cell ID / LBS](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/maps-and-gis/cell-id-lbs.md)
- [SMS gateway configuration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration.md)
- [SMPP](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/smpp.md)
- [Twilio](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/twilio.md)
- [Vonage](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/vonage.md)
- [Textlocal](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/textlocal.md)
- [Tyntec](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/tyntec.md)
- [SMS Traffic](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/sms-traffic.md)
- [Yeastar](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/sms-gateway-configuration/yeastar.md)
- [SSL certificates](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/ssl-certificates.md)
- [SSL certificates installation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/ssl-certificates/ssl-certificates-installation.md)
- [SSL certificates update](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/ssl-certificates/ssl-certificates-update.md)
- [Dockered configuration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/dockered-configuration.md)
- [.env file](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/dockered-configuration/env-file.md)
- [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)
- [Nginx web server](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/nginx-web-server.md)
- [Applications](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/applications.md)
- [System limits](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/system-limits.md)
- [Device list](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/device-list.md)
- [Device statuses](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/device-statuses.md)
- [MQTT](https://navixy.com/docs/on-premise/on-premise/how-to-guide/configuration/mqtt.md)
- [Maintenance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance.md)
- [Server credentials](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/server-credentials.md)
- [Password reset](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/server-credentials/password-reset.md)
- [SSH keys](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/server-credentials/ssh-keys.md)
- [Dockered maintenance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/dockered-maintenance.md)
- [Restarting dockered instance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/dockered-maintenance/restarting-dockered-instance.md)
- [Dockered database access](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/dockered-maintenance/dockered-database-access.md)
- [Backup](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup.md)
- [Backup basics](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup/backup-basics.md)
- [MySQL backup](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup/mysql-backup.md)
- [Advanced backup strategies](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/backup/advanced-backup-strategies.md)
- [Migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration.md)
- [Entire platform migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration/entire-platform-migration.md)
- [Dockered platform migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration/dockered-platform-migration.md)
- [Separate services migration](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/migration/separate-services-migration.md)
- [Restarting instance](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/restarting-instance.md)
- [Archiving data](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/archiving-data.md)
- [Monitoring](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring.md)
- [UptimeRobot](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring/uptimerobot.md)
- [Uptime Kuma](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring/uptime-kuma.md)
- [Zabbix](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/monitoring/zabbix.md)
- [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)
- [Memory allocation for services](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/memory-allocation-for-services.md)
- [High availability and Disaster Recovery](https://navixy.com/docs/on-premise/on-premise/how-to-guide/maintenance/high-availability-and-disaster-recovery.md)
- [Troubleshooting](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting.md)
- [System components](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/system-components.md)
- [Checking service statuses](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/checking-service-statuses.md)
- [Working with logs](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/working-with-logs.md)
- [Service logs storage settings](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/working-with-logs/service-logs-storage-settings.md)
- [Extended logging](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/working-with-logs/extended-logging.md)
- [Web interface](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/web-interface.md)
- [On-Premise email gateway troubleshooting](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/on-premise-email-gateway-troubleshooting.md)
- [On-Premise SMS gateway troubleshooting](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/on-premise-sms-gateway-troubleshooting.md)
- [Device activation](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/device-activation.md)
- [Device operation and connection](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/device-operation-and-connection.md)
- [Tracking data export](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/tracking-data-export.md)
- [Understanding tracking data](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/tracking-data-export/understanding-tracking-data.md)
- [Reports](https://navixy.com/docs/on-premise/on-premise/how-to-guide/troubleshooting/reports.md)
- [Q\&A](https://navixy.com/docs/on-premise/qa.md)
- [PaaS](https://navixy.com/docs/on-premise/qa/paas.md)
- [PaaS vs. On-Premise](https://navixy.com/docs/on-premise/qa/paas-vs-on-premise.md)
- [Subscription fees](https://navixy.com/docs/on-premise/qa/subscription-fees.md)
- [Software updates](https://navixy.com/docs/on-premise/qa/software-updates.md)
- [Current version](https://navixy.com/docs/on-premise/qa/software-updates/current-version.md)
- [Migrating users](https://navixy.com/docs/on-premise/qa/migrating-users.md)
- [Migrating from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon.md)
- [Users migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/users-migration-from-wialon.md)
- [Geofences migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/geofences-migration-from-wialon.md)
- [Trackers migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/trackers-migration-from-wialon.md)
- [Tracker data](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/trackers-migration-from-wialon/tracker-data.md)
- [Sensors migration from Wialon](https://navixy.com/docs/on-premise/qa/migrating-users/migrating-from-wialon/sensors-migration-from-wialon.md)
- [Changelog](https://navixy.com/docs/on-premise/versions.md): Updates and improvements for standalone builds
- [2025](https://navixy.com/docs/on-premise/versions/2025.md)

## 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)
- [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 GPS tracking platform Q\&A hub with troubleshooting guides, configuration walkthroughs, best practices, API integration notes, and on-premise deployment tips.
- [Using Navixy](https://navixy.com/docs/qna/using-navixy.md)
- [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)
- [Teltonika device shows "GPS not updated" status](https://navixy.com/docs/qna/using-navixy/teltonika-device-shows-gps-not-updated-status.md)
- [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)
- [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)
- [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)
- [Is there an anti-jammer device?](https://navixy.com/docs/qna/using-navixy/is-there-an-anti-jammer-device.md)
- [Reducing or increasing LBS radius on the platform](https://navixy.com/docs/qna/using-navixy/reducing-or-increasing-lbs-radius-on-the-platform.md)
- [Scheduling a valid geo link](https://navixy.com/docs/qna/using-navixy/scheduling-a-valid-geo-link.md)
- [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)
- [No GSM signal level in device widget](https://navixy.com/docs/qna/using-navixy/no-gsm-signal-level-in-device-widget.md)
- [Raw Data](https://navixy.com/docs/qna/using-navixy/raw-data.md)
- [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)
- [Including parameters in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/including-parameters-in-raw-data-export.md)
- [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)
- [Typical use cases for raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/typical-use-cases-for-raw-data-export.md)
- [Determining why a tracker stopped transmitting](https://navixy.com/docs/qna/using-navixy/raw-data/determining-why-a-tracker-stopped-transmitting.md)
- [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)
- [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)
- [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)
- [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)
- [My video device isn't showing the livestream](https://navixy.com/docs/qna/using-navixy/my-video-device-isnt-showing-the-livestream.md)
- [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)
- [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)
- [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)
- [Why does my history show too many stops?](https://navixy.com/docs/qna/using-navixy/why-does-my-history-show-too-many-stops.md)
- [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)
- [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 all incoming device data at once](https://navixy.com/docs/qna/using-navixy/review-all-incoming-device-data-at-once.md)
- [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)
- [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)
- [Adjust incoming data with IoT Logic](https://navixy.com/docs/qna/using-navixy/adjust-incoming-data-with-iot-logic.md)
- [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)
- [Addresses aren't geocoded (shown only as coordinates)](https://navixy.com/docs/qna/using-navixy/addresses-arent-geocoded-shown-only-as-coordinates.md)
- [Maximum device count for a user](https://navixy.com/docs/qna/using-navixy/maximum-device-count-for-a-user.md)
- [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)
- [Set up a fuel sensor in Navixy](https://navixy.com/docs/qna/using-navixy/set-up-a-fuel-sensor-in-navixy.md)
- [Lock down device activation](https://navixy.com/docs/qna/using-navixy/lock-down-device-activation.md)
- [Accuracy and freshness of tracker data](https://navixy.com/docs/qna/using-navixy/accuracy-and-freshness-of-tracker-data.md)
- [How geofence exit events work](https://navixy.com/docs/qna/using-navixy/how-geofence-exit-events-work.md)
- [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)
- [Completed with errors status (Field Service)](https://navixy.com/docs/qna/using-navixy/completed-with-errors-status-field-service.md)
- [Short trips in history and long parking states](https://navixy.com/docs/qna/using-navixy/short-trips-in-history-and-long-parking-states.md)
- [Measurement sensor alerts trigger later than expected](https://navixy.com/docs/qna/using-navixy/measurement-sensor-alerts-trigger-later-than-expected.md)
- [Set up driver identification](https://navixy.com/docs/qna/using-navixy/set-up-driver-identification.md)
- [Supported trackers and dash cameras for video](https://navixy.com/docs/qna/using-navixy/supported-trackers-and-dash-cameras-for-video.md)
- [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)
- [Parking detection 0 km/h max idle speed](https://navixy.com/docs/qna/using-navixy/parking-detection-0-km-h-max-idle-speed.md)
- [Creation and submission date are different for forms](https://navixy.com/docs/qna/using-navixy/creation-and-submission-date-are-different-for-forms.md)
- [Idling alert is not triggering](https://navixy.com/docs/qna/using-navixy/idling-alert-is-not-triggering.md)
- [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)
- [Filter forms based on images](https://navixy.com/docs/qna/using-navixy/filter-forms-based-on-images.md)
- [Does Navixy support the JC450?](https://navixy.com/docs/qna/using-navixy/does-navixy-support-the-jc450.md)
- [Mobile apps availability in Android Auto](https://navixy.com/docs/qna/using-navixy/mobile-apps-availability-in-android-auto.md)
- [Zero saving value in fuel reports](https://navixy.com/docs/qna/using-navixy/zero-saving-value-in-fuel-reports.md)
- [How to match icon colors with group colors](https://navixy.com/docs/qna/using-navixy/how-to-match-icon-colors-with-group-colors.md)
- [Download DDD files from trackers](https://navixy.com/docs/qna/using-navixy/download-ddd-files-from-trackers.md)
- [Troubleshooting trip history issues](https://navixy.com/docs/qna/using-navixy/troubleshooting-trip-history-issues.md)
- [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)
- [Subuser vehicle visibility rules](https://navixy.com/docs/qna/using-navixy/subuser-vehicle-visibility-rules.md)
- [Peak filtering level in fuel volume report](https://navixy.com/docs/qna/using-navixy/peak-filtering-level-in-fuel-volume-report.md)
- [LBS Signals and false geofence events](https://navixy.com/docs/qna/using-navixy/lbs-signals-and-false-geofence-events.md)
- [Navixy SMS gateway](https://navixy.com/docs/qna/using-navixy/navixy-sms-gateway.md)
- [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)
- [Admin panel](https://navixy.com/docs/qna/admin-panel.md)
- [Data retention period (increase from 1 year)](https://navixy.com/docs/qna/admin-panel/data-retention-period-increase-from-1-year.md)
- [Device still connected after applying suspension plan](https://navixy.com/docs/qna/admin-panel/device-still-connected-after-applying-suspension-plan.md)
- [Bulk upload devices](https://navixy.com/docs/qna/admin-panel/bulk-upload-devices.md)
- [Clone a device across users](https://navixy.com/docs/qna/admin-panel/clone-a-device-across-users.md)
- [Unable to add more devices](https://navixy.com/docs/qna/admin-panel/unable-to-add-more-devices.md)
- [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)
- [Change SMS gateway](https://navixy.com/docs/qna/admin-panel/change-sms-gateway.md)
- [Use a custom domain for the platform](https://navixy.com/docs/qna/admin-panel/use-a-custom-domain-for-the-platform.md)
- [Create technician accounts for Admin Panel](https://navixy.com/docs/qna/admin-panel/create-technician-accounts-for-admin-panel.md)
- [Rebrand a device model with custom configurations](https://navixy.com/docs/qna/admin-panel/rebrand-a-device-model-with-custom-configurations.md)
- [Stop device reconfiguration after activation](https://navixy.com/docs/qna/admin-panel/stop-device-reconfiguration-after-activation.md)
- [Prevent users from changing device settings](https://navixy.com/docs/qna/admin-panel/prevent-users-from-changing-device-settings.md)
- [Customize the Help page link](https://navixy.com/docs/qna/admin-panel/customize-the-help-page-link.md)
- [Create a demo account login on the platform](https://navixy.com/docs/qna/admin-panel/create-a-demo-account-login-on-the-platform.md)
- [Newly added tracker is blocked right after activation](https://navixy.com/docs/qna/admin-panel/newly-added-tracker-is-blocked-right-after-activation.md)
- [Change the default map location](https://navixy.com/docs/qna/admin-panel/change-the-default-map-location.md)
- [Add custom links inside the platform (User Applications)](https://navixy.com/docs/qna/admin-panel/add-custom-links-inside-the-platform-user-applications.md)
- [Change the Information Center link](https://navixy.com/docs/qna/admin-panel/change-the-information-center-link.md)
- [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)
- [Enable two-factor authentication](https://navixy.com/docs/qna/admin-panel/enable-two-factor-authentication.md)
- [Use your own email gateway for notifications](https://navixy.com/docs/qna/admin-panel/use-your-own-email-gateway-for-notifications.md)
- [Export a list of users](https://navixy.com/docs/qna/admin-panel/export-a-list-of-users.md)
- [Export a list of devices](https://navixy.com/docs/qna/admin-panel/export-a-list-of-devices.md)
- [Delete plans](https://navixy.com/docs/qna/admin-panel/delete-plans.md)
- [Reseller cannot change their domain name](https://navixy.com/docs/qna/admin-panel/reseller-cannot-change-their-domain-name.md)
- [Pricing plans conflicts](https://navixy.com/docs/qna/admin-panel/pricing-plans-conflicts.md)
- [SMS commands are not delivered](https://navixy.com/docs/qna/admin-panel/sms-commands-are-not-delivered.md)
- [Troubleshoot custom domain issues](https://navixy.com/docs/qna/admin-panel/troubleshoot-custom-domain-issues.md)
- [Blocking Tariff Plan - Billing Question](https://navixy.com/docs/qna/admin-panel/blocking-tariff-plan-billing-question.md)
- [On-Premise](https://navixy.com/docs/qna/on-premise.md)
- [What do I need to have my own Navixy instance?](https://navixy.com/docs/qna/on-premise/prerequisites.md)
- [On-Premise licensing FAQ](https://navixy.com/docs/qna/on-premise/on-premise-licensing-faq.md): How licensing works
- [Demo (trial) On-Premise instance FAQ](https://navixy.com/docs/qna/on-premise/demo-trial-on-premise-instance-faq.md)
- [On-Premise updates FAQ](https://navixy.com/docs/qna/on-premise/on-premise-updates-faq.md)
- [Deployment overview](https://navixy.com/docs/qna/on-premise/deployment-overview.md)
- [What hardware to use?](https://navixy.com/docs/qna/on-premise/deployment-overview/what-hardware-to-use.md)
- [What operating system to choose?](https://navixy.com/docs/qna/on-premise/deployment-overview/what-operation-system-to-choose.md)
- [How to install the platform?](https://navixy.com/docs/qna/on-premise/deployment-overview/how-to-install-the-platform.md)
- [How to update the platform?](https://navixy.com/docs/qna/on-premise/deployment-overview/how-to-update-the-platform.md)
- [How to prepare for the update?](https://navixy.com/docs/qna/on-premise/deployment-overview/how-to-prepare-for-the-update.md)
- [Where and how is data stored?](https://navixy.com/docs/qna/on-premise/where-and-how-is-data-stored.md)
- [Fault tolerance and disaster recovery](https://navixy.com/docs/qna/on-premise/fault-tolerance-and-disaster-recovery.md)
- [Why isn't my model connecting to standalone?](https://navixy.com/docs/qna/on-premise/why-isnt-my-model-connecting-to-standalone.md)
- [Run instance in a classified environment](https://navixy.com/docs/qna/on-premise/run-instance-in-a-classified-environment.md)
- [Domain requirements for On-Premise](https://navixy.com/docs/qna/on-premise/domain-requirements-for-on-premise.md)
- [Network requirements for On-Premise](https://navixy.com/docs/qna/on-premise/network-requirements-for-on-premise.md)
- [Green "We'll be back soon" page](https://navixy.com/docs/qna/on-premise/green-well-be-back-soon-page.md)
- [Manage admin credentials (On-premise)](https://navixy.com/docs/qna/on-premise/manage-admin-credentials-on-premise.md)
- [Technician admin accounts for On-Premise](https://navixy.com/docs/qna/on-premise/technician-admin-accounts-for-on-premise.md)
- [Reseller functionality in On-Premise](https://navixy.com/docs/qna/on-premise/reseller-functionality-in-on-premise.md)
- [APIs](https://navixy.com/docs/qna/apis.md)
- [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)
- [API error codes and HTTP statuses](https://navixy.com/docs/qna/apis/api-error-codes-and-http-statuses.md)
- [Empty list in API response](https://navixy.com/docs/qna/apis/empty-list-in-api-response.md)
- [Batch geocoding support for search\_location](https://navixy.com/docs/qna/apis/batch-geocoding-support-for-search_location.md)
- [Get tracker events history via API](https://navixy.com/docs/qna/apis/get-tracker-events-history-via-api.md)
- [Retrieve latest sensor readings for multiple trackers](https://navixy.com/docs/qna/apis/retrieve-latest-sensor-readings-for-multiple-trackers.md)
- [Update tracker label via API](https://navixy.com/docs/qna/apis/update-tracker-label-via-api.md)
- [Identify a usual / longest parking location via API](https://navixy.com/docs/qna/apis/identify-a-usual-longest-parking-location-via-api.md)
- [Track when output control was changed via API](https://navixy.com/docs/qna/apis/track-when-output-control-was-changed-via-api.md)
- [API to retrieve videos from the platform](https://navixy.com/docs/qna/apis/api-to-retrieve-videos-from-the-platform.md)
- [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)
- [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)
- [Using the Task Form Values API call](https://navixy.com/docs/qna/apis/using-the-task-form-values-api-call.md)
- [Device-related questions](https://navixy.com/docs/qna/device-related-questions.md)
- [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)
- [Configuring sensors on Teltonika trackers](https://navixy.com/docs/qna/device-related-questions/configuring-sensors-on-teltonika-trackers.md)
- [HVIDEO vs EVIDEO commands](https://navixy.com/docs/qna/device-related-questions/hvideo-vs-evideo-commands.md)
- [Camera light indicators (JC261)](https://navixy.com/docs/qna/device-related-questions/camera-light-indicators-jc261.md)
- [MC40-02 Howen event sensitivity](https://navixy.com/docs/qna/device-related-questions/mc40-02-howen-event-sensitivity.md)
- [Howen Device ID Configuration - Navixy Activation](https://navixy.com/docs/qna/device-related-questions/howen-device-id-configuration-navixy-activation.md)
- [GSENSOR calibration failure on JC261](https://navixy.com/docs/qna/device-related-questions/gsensor-calibration-failure-on-jc261.md)
- [No livestreaming video on the platform (JC261)](https://navixy.com/docs/qna/device-related-questions/no-livestreaming-video-on-the-platform-jc261.md)
- [JC261(P/D) Input Mapping](https://navixy.com/docs/qna/device-related-questions/jc261-p-d-input-mapping.md)
- [FMC150 (QJIBO/QKIBO) Input and Output Capabilities](https://navixy.com/docs/qna/device-related-questions/fmc150-qjibo-qkibo-input-and-output-capabilities.md)
- [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)


---

# 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.
