# Messages View

Messages view displays the messages Vehicle Spy has transmitted or received. It is accessed via [**Spy Networks**](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks.md) **> Messages** found in the [main menu](/vspy-3-documentation/vehicle-spy-main-menus.md). Messages view has 2 main modes: static and scrolling. In static mode, Messages view displays the latest version of a message that has appeared in the traffic. Changing data bytes are highlighted with gray activity highlighting for easy recognition. In scrolling mode, Messages view displays every instance of all the messages in the traffic. This is shown as a scrolling list with the latest message at the bottom of the display and older messages above.

Messages view uses a circular buffer that collects a [user defined](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-bottom-toolbar/messages-view-setup.md) number of messages. The default used for new setup files is 50,000 messages. After filling the buffer, the Messages view throws away the oldest messages to make room for new messages. Messages view even shows [how full a buffer is](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-buffer-display/buffer-progress-display.md) and how fast the buffer is filling.

Messages view maintains two circular buffers. One buffer is unfiltered which means it captures every message. The other buffer is filtered and it collects messages that pass [the filter](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-filter-bar.md).

It is possible to [save the buffer](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/save-the-buffer.md) for later analysis. It is also possible to [clear the buffer](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/clear-the-buffer.md) to only capture new data. Also, since only a certain number of messages are visible at once, the buffer can be [paused and reviewed](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/pause-messages-view.md).

The data displayed in the Messages view can be completely customized. Custom column sets can be created to display just useful information. Messages with signal decoding information can be [expanded](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-buffer-display/displaying-signals-in-messages-view.md) to list the signal information underneath the message. [Colors](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-bottom-toolbar/color-filters.md) can even be specified for networks and messages.

Refer to **Figure 1** and **Table 1** for a breakdown of the Messages View.

![Figure 1: The Messages view has many features to help display, filter, find, and save messages.](/files/x25inDMiLx1RaQnNPJMq)

**Table 1: Messages View area description.**

| Messages View Area                                                                                                                                                                                        | Description                                                                                                         |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif) [Filter Bar](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-filter-bar.md)           | Quickly filters by network, message, or data type.Complex filter combinations are supported.                        |
| ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif) [Top Toolbar](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar.md)         | Tools for scroll/static mode, absolute/relative timestamps, saving a buffer, finding a message, and many more.      |
| ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smThree.gif) [Column Headers](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-column-headers.md) | Columns describe important message parameters and can be sorted. Predefined and custom column setups are supported. |
| ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smFour.gif) [Column Filters](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-column-filters.md)  | Uses pattern matching techniques to filter all data in a column.                                                    |
| ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smFive.gif) [Buffer Display](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-buffer-display.md)  | Displays messages and their signals. Includes a buffer progress bar and task menus.                                 |
| ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smSix.gif) [Bottom Toolbar](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-bottom-toolbar.md)   | <p>Tools for color, display format, statistics mode, and column setup.<br></p>                                      |

Please check the following video for more details.

{% embed url="<https://youtu.be/yVpgQCsMDdg?feature=shared>" %}


---

# Agent Instructions: 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.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.
