> 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-embedded-tools/j1939-address-manager.md).

# J1939 Address Manager

J1939 requires every node on the network to claim a unique address before transmitting any data. Vehicle Spy supports this requirement with the [Embedded Tools](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools.md) --> J1939 Address Manager\* that allows you to claim and view J1939 network addresses.

\*Note: J1939 must be enabled on the Tools -> Options, [Vehicle Networks tab](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options/options-spy-networks-tab.md) to see this selection.

![Figure 1: Use the J1939 Address Manager to claim and view network addresses.](/files/hf6YJvx9VRNBzPsYgrpW)

Use the Network pulldown shown at the top of Figure 1 to choose which [Network](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/networks/setup-a-network.md) to work with. The rest of the view contains two areas. The left side is for claiming an address. The right side is for viewing addresses already claimed.

### Claim a J1939 Address![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)

To claim a J1939 address for Vehicle Spy you must first fill in the desired one byte Network Address (in hexadecimal). The 8 bytes of the Network Name can also be filled in as needed. Next, click the "Add" button to add the Network Address and Name to the claim table on the left. Finally, click the "Claim Now" button to claim the address for Vehicle Spy. If "Claim on Startup" is enabled then Vehicle Spy will automatically claim the address in the table each time it goes online.

### View J1939 Addresses Already Claimed![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif)

If "Request Status on Startup" is enabled then Vehicle Spy will automatically request to see all addresses already claimed each time it goes online. All claimed addresses are displayed in the table on the right. To manually request which address have been claimed just click the "Request Claimed Addresses" button. Remotely claimed addresses have been claimed by other nodes on the network. Locally claimed means Vehicle Spy has claimed that address. A locally claimed address can be unclaimed by highlighting it with a left click and then clicking the "Release Address" button.


---

# 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/vehicle-spy-main-menus/main-menu-embedded-tools/j1939-address-manager.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.
