> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/events-and-notifications/device-positioning/gps-jamming.md).

# GPS jamming

GPS jamming occurs when GPS or GNSS frequencies are disrupted by interference from nearby sources, a process known as masking or frequency masking. This interference can cause the device to lose its connection with satellites, leading to distorted or completely lost GPS data. GPS jamming differs from [GSM jamming](/docs/user/guide/events-and-notifications/device-connection/gsm-jamming.md), as they operate on separate frequency bands. When GPS jamming occurs, the device may lose its satellite connection, resulting in either zero visible satellites or invalid coordinates that the tracking platform cannot recover.

The GPS jamming rule enhances vehicle and asset security by preventing theft in scenarios where GPS signal interference is used to disable tracking systems. For instance, if a vehicle is targeted for theft or hijacking, this rule provides a timely alert, allowing for quick action to prevent loss or harm. It's an essential tool for businesses to protect their fleets and valuable assets.

## Rule settings

This rule is entirely dependent on the device's capabilities and hardware configuration. There are no specific settings to configure within the rule itself.

For common settings, see [Rules and alerts](/docs/user/guide/events-and-notifications.md).

## System operation details

* **Reset timer:** The **GPS jamming** alert has a 5-minute reset timer, meaning that the alert doesn't trigger more than once every 5 minutes. If an event occurs during the reset period, it is omitted from the Navixy platform, including reports.
* **Multiple devices:** This rule allows you to select multiple GPS devices to receive notifications from, provided that the selected GPS devices support GPS jamming events and the feature is integrated into the platform. This flexibility enables monitoring of GPS jamming events across various vehicles or devices.
* **GPS-independent event alert:** The platform registers and displays the event even if it is received in a packet without valid coordinates. The event is displayed regardless of whether it occurred within or outside the bound geofences, as the platform prioritizes showing potentially critical events over omitting them.

## See also

* [GSM jamming](/docs/user/guide/events-and-notifications/device-connection/gsm-jamming.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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/guide/events-and-notifications/device-positioning/gps-jamming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
