# Gps System

<figure><img src="/files/ZmK2JnuIxKnFAeI2oSXp" alt=""><figcaption></figcaption></figure>

### 🔹 Main Features

1. **Channel Connect**
   * Officers choose a frequency (e.g., 124 MHz) and connect/disconnect to the GPS network.
   * Connection success or error messages are shown.
2. **Settings Menu**
   * **GPS Color**: Choose a marker color on the map for your unit.
   * **GPS Distance**: Set the maximum distance visibility (e.g., 300m).
   * Displays a **unique GPS code** for identification.
3. **Vehicle GPS List**
   * Shows all active patrol vehicles with license plates and last known locations.
   * Officers can select a specific vehicle to track.
4. **Default Channels**
   * Predefined GPS channels (e.g., **LSPD GPS**, **LEO GPS**, custom names).
   * Officers can quickly join without entering a frequency manually.
5. **Panic Button**
   * Emergency feature at the top of the UI.
   * Instantly alerts dispatch and all units with the officer’s location.

***

### 🔹 Workflow Example

1. Officer opens GPS app on the device.
2. Connects to **LSPD GPS channel** at the correct MHz.
3. Adjusts **color and distance** in settings.
4. Views **active patrol vehicles** and selects one for live tracking.
5. In case of emergency, presses **Panic Button** to broadcast location.

***

### 🔹 Advantages

* Keeps **all units connected** to the same GPS channel.
* Dispatch and officers can **see each other’s positions** clearly.
* Adjustable **distance and colors** prevent map clutter.
* Quick-access **default channels** make switching seamless.
* Panic button ensures **instant emergency communication**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

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

```
GET https://docs.0resmon.org/0resmon/frkn-resources/frkn-police-job/gps-system.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.
