> 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-spy-networks/messages-view/messages-view-top-toolbar.md).

# Messages View Top Toolbar

The toolbar located along the top of [Messages view](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view.md) is shown in **Figure 1**.

![Figure 1: The toolbar along the top of Messages view has many features.](/files/u1dpI4blSR6wYktIOab5)

Refer to **Table 1** for details on the various toolbar selections.

### Table 1: Messages View Top Toolbar Selections

| Toolbar Selection                                                                                                                                                | Description                                                                                                                                                                                                                                                                                                                                                             | Hotkey           |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| Scroll button                                                                                                                                                    | <p>Selects scrolling or static display mode.<br><br></p><ul><li>ON (scrolling mode) - see message traffic as it appears on the bus with the most recent message at the bottom.</li></ul><p><br><br></p><ul><li>OFF (static mode) - see a stationary list of messages with changing data bytes. All messages that have been detected at least once are listed.</li></ul> | F3 then M        |
| [Details button](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/message-details-pane.md)            | <p>Opens a Details for "Message" area to help decode unknown signals in messages.<br></p>                                                                                                                                                                                                                                                                               | none             |
| Expand checkbox                                                                                                                                                  | <p>Shows data from multi-frame messages more clearly, like USDT or J1939. Works only in static display mode.<br><br></p><ul><li>ON - data bytes from a multi-frame message are shown in an expanded block added below its message.</li></ul><p><br><br></p><ul><li>OFF - data bytes are shown only in the same row as the message.</li></ul>                            | none             |
| [Reverse Engineering button](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/reverse-engineering.md) | Opens a menu with many features to help reverse engineer unknown messages and signals.                                                                                                                                                                                                                                                                                  | none             |
| [Time Abs button](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/messages-view-timestamping.md)     | <p>Shows relative or absolute timestamps. Works in scrolling and static display modes.<br><br></p><ul><li>ON (absolute time) - time from Vehicle Spy start until that message was received.</li></ul><p><br><br></p><ul><li>OFF (relative time) - time between this message and the previous one.</li></ul>                                                             | F3 then A        |
| [Pause button](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/pause-messages-view.md)               | <p>Pauses the message display. Works in scrolling and static display modes.<br><br></p><ul><li>ON - display is paused.</li></ul><p><br><br></p><ul><li>OFF - display is not paused.</li></ul>                                                                                                                                                                           | F3 then spacebar |
| [Save button](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/save-the-buffer.md)                    | Saves the message buffer to a file.                                                                                                                                                                                                                                                                                                                                     | F3 then S        |
| [Erase button](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/clear-the-buffer.md)                  | Erases the message buffer and clears any suppression of activity highlighting.                                                                                                                                                                                                                                                                                          | F3 then C        |
| New Form button                                                                                                                                                  | Opens more Messages views that operate independently from each other. A powerful feature that lets you dedicate each view to one network or ECU for example.                                                                                                                                                                                                            | none             |
| Find Prev, Find Next, and search field                                                                                                                           | Finds text entered in the search field. Find Next looks for the next instance while Find Prev looks for matches earlier in the traffic.                                                                                                                                                                                                                                 | none             |
| Search Location dropdown                                                                                                                                         | Sets which Messages view [column](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-column-headers.md#setting-up-the-columns) to search in.                                                                                                                                                                               | none             |
| Go To Line field & button                                                                                                                                        | This will put the desired line number at the top of the Messages view. This works only while paused in scrolling mode or while using [Review Buffer](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-file/review-buffer.md).                                                                                                                                     | none             |


---

# 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-spy-networks/messages-view/messages-view-top-toolbar.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.
