> 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-spy-networks/messages-view/messages-view-buffer-display/messages-view-task-menus.md).

# Messages View Task Menus

In the [Messages view](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-spy-networks/messages-view.md), clicking on icons located just left of the main display area opens convenient menus for performing common tasks. The menu selections differ depending upon which object is clicked.

### Message Task Menu

Click on a database message icon (![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/DBaseMsgIcon.gif)) to see the menu shown in **Figure 1**. A [database](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-setup/network-databases.md) message is one that has matched a row on the Database table in the [Messages Editor](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-spy-networks/message-editor.md). Similar menu selections will appear by clicking on the icons for received messages (![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/RxMsgIcon.gif)), transmit messages (![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/TxMsgIcon.gif)), or any undefined mystery messages (![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/MysteryMsgIcon.gif)).

![Figure 1: The message task menu is opened by clicking on message icons in Messages view.](https://2396693198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRJv2XDCMeZSU0VbeZlG%2Fuploads%2Fgit-blob-36ce6f90b2d148649047406525798f7b0293f847%2Fspysellmsg1.gif?alt=media)

The message task menu selections are straightforward.

* Filter Include/Exclude - opens a sub-menu with a list of all [Custom Filters](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-filter-bar/messages-view-custom-filters.md). Just select one of the custom filters and that message is immediately added to the Include or Exclude list for that filter.
* Clear Stats - is similar to the function block [Clear Stats command](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-scripting-and-automation/function-blocks/function-blocks-types/script-type-function-block-commands/script-type-function-block-command-clear-stats.md) on the message, except it works on all message types.
* Edit - opens the message definition in the corresponding [Messages Editor](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-spy-networks/message-editor.md) table. This can be a big time saver compared to locating a message definition by searching through large tables.
* Add to Rx/Tx Messages - adds the message to the corresponding table in the Messages Editor. Another big time saver versus the user typing the information (and no chance of accidental typos).
* Copy Data Bytes/RTC - acquires the selected messages data bytes or RTC clock time and adds it to the Windows clip board.
* Quick Transmit - takes the selected message and sends it out. The same ID and data bytes that were received are sent out.

### Signal Task Menu

Click on a signal icon (![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/DefinedSignalIcon.gif)) to see the menu shown in Figure 2. Here is a summary of the signal task menu selections:

* Plot Signal - opens the [Signal Plot](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-measurement/signal-views/signal-plot.md) view with the signal added to the y-axis.
* Monitor Signal - opens the [Signal List](/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-measurement/signal-views/signal-list.md) view with the signal added in the list.
* Clear Stats - clears all signal properties (see [Expression Builder](/vspy-3-documentation/3.9.15/shared-features-in-vehicle-spy/shared-features-expression-builder.md)) for the selected signal.
* Edit - opens the signal definition in the Messages Editor. This can be a big time saver compared to locating a specific signal definition by searching through large tables.

![Figure 2: The signal task menu is opened by clicking on signal icons in Messages view.](https://2396693198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRJv2XDCMeZSU0VbeZlG%2Fuploads%2Fgit-blob-7db85b53de1c3f3b964954cf08d2d4dff6cab7f3%2Fspysellmsg2.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-spy-networks/messages-view/messages-view-buffer-display/messages-view-task-menus.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.
