> 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/3.9.15/vehicle-spy-main-menus/main-menu-tools/tools-options/options-spy-networks-tab/spy-networks-tab-j1850-vpw-mode.md).

# Spy Networks Tab: J1850 VPW Mode

The [Tools](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-tools.md) -> [Options](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-tools/tools-options.md), [Spy Networks](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-tools/tools-options/options-spy-networks-tab.md) tab lets you select how the J1850 VPW headers are handled as shown in Figure 1.

Option 1: Select the default GM Class 2 version with a three byte header (PT, Trgt, Src).

Option 2: Select Chrysler version with a one byte header (ID).

The J1850 VPW Mode setting affects many areas of Vehicle Spy, including [Messages](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-column-headers.md) view and the [Messages Editor](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-message-fields.md). When decoding signals, for example, a reference to the first data byte (B1) of a J1850 message actually means a reference to byte 2 in Chrysler mode or to byte 4 in Class 2 mode.

![Figure 1: Selecting the J1850 VPW Mode.](https://2396693198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRJv2XDCMeZSU0VbeZlG%2Fuploads%2Fgit-blob-9b330ff98a2bac948d2ece2cdf0dd74c846a5eab%2FspyVPWMode.gif?alt=media)


---

# 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://docs.intrepidcs.com/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-tools/tools-options/options-spy-networks-tab/spy-networks-tab-j1850-vpw-mode.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.
