> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options/options-gps-setup.md).

# Options: GPS Setup

![Figure 1: A GPS receiver (Garmin GPS-II+)](/files/thgPFec3ksmMQC1TLD0u)

Vehicle Spy can acquire data from a GPS (Global Positioning System) receiver (Figure 1). This is setup in the Vehicle Spy Setup dialog. Open Vehicle Setup by clicking Tools-> [Options](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options.md).

On the GPS tab, you can select whether or not you want to use the receiver. If you select to use GPS hardware, you must select a communication port.

Whatever data you select will appear in [Messages view](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view.md) once per second. You can select Location, Speed Over Ground, and/or Altitude. This selection is for the Messages view only. All the data is always available from the value source column for incoming messages (described below).

![Figure 2: Use the GPS tab to setup a serial GPS receiver.](/files/sjs2HOL8lXg1bZNZNFeL)

The data received by the GPS unit is available in the [Expression Builder](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-expression-builder.md) under "[Misc](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-expression-builder.md#misc-data-items)". GPS Altitude, Latitude, Longitude, Speed, and Valid are selectable parameters.

The latitude and longitude are always reported in degrees.

Vehicle Spy supports most GPS receivers with a NMEA-0183 output accessible over a Comm port interface.


---

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

```
GET https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options/options-gps-setup.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.
