> 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.md).

# Main Menu: Embedded Tools

The Vehicle Spy Embedded Tools main menu contains various tools for development as shown in Figure 1. Refer to Table 1 for a brief description of each selection.

![Figure 1: The Vehicle Spy Embedded Tools main menu.](/files/T79bsZG1oCEjFH4HDdW0)

**Table 1: Vehicle Spy Embedded Tools Menu**

| Embedded Tools Menu Selection                                                                                                 | Description                                                                                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [DPS Archive Viewer](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/dps-archive-viewer.md)             | Opens a viewer for looking inside GM DPS archives. Note: GMLAN must be enabled on the Tools -> Options, Spy Networks tab to see this selection.                                                                                 |
| [CAN Terminal](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/can-terminal.md)                         | Opens CAN Terminal for ECU debugging.                                                                                                                                                                                           |
| [J1939 Address Manager](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/j1939-address-manager.md)       | Opens an address manager for the J1939 network. Note: J1939 must be enabled on the Tools -> Options, Spy Networks tab to see this selection.                                                                                    |
| [J1939 DTC Monitor](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/j1939-dtc-monitor.md)               | Opens a diagnostic trouble code monitor for the J1939 network. Note: J1939 must be enabled on the Tools -> Options, Spy Networks tab to see this selection.                                                                     |
| [ISO14229 Flasher](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/intrepid-ecu-flasher-definitions.md) | Opens a flash tool for Ford ISO14229 ECUs. Note: GGDS must be enabled on the Tools -> Options, Spy Networks tab to see this selection.                                                                                          |
| [BitSmash](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/bitsmash.md)                                 | Opens BitSmash tool to "smash" or corrupt a specified CAN frame. Requires ValueCAN 3, <mark style="color:red;">neoVI</mark> <mark style="color:red;">**FIRE**</mark><mark style="color:red;">, or neoVI PLASMA hardware</mark>. |
| [CAN and CAN FD Fuzzing](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-embedded-tools/can-and-can-fd-fuzzing.md)     | A comprehensive guide on utilizing CAN or CAN FD Fuzzing within Vehicle Spy Enterprise Plus                                                                                                                                     |


---

# 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-embedded-tools.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.
