> 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.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-overview.md).

# Messages Editor: Overview

Messages Editor is where messages to be found in traffic are specified, which messages to transmit are specified, and to view definitions from [configured databases](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-setup/network-databases.md). Each [message](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor.md) has a number of different [properties](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-message-fields.md) that can specify for it.

To access Messages Editor select **Spy Networks> Messages Editor** from the Main Menu (Figure 1: ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)).

![Figure 1: Messages Editor is opened by clicking Spy Networks > Messages Editor.](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/FqVyNYCgAro2xAN6aXQ8/spyinmsgseditor.gif)

In the Messages Editor, messages can be [added](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/add-and-delete-messages.md) from any [network](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-pick-a-network.md). Select the desired network from the dropdown (Figure 2:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)), click **+** (Figure 2:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif)), and then type in the message description (Figure 2:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smThree.gif)).

![Figure 2: Adding a message to a receiving table in Messages Editor](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/ccvVvhanoJgj2BpaknqI/spyinmsgseditor2.gif)

When in the Messages view you can add messages to a table (Figure 3). Simply select any message, right click on its icon, and add it to the desired table (Rx for receiving or Tx for transmitting). Messages and signals can even be loaded from a [Database](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-setup/network-databases.md).

![Figure 3: Adding a message to a table in Messaging.](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/nYCoaGGmG7S78mKy4wUv/spyinmsgseditor3.gif)

The Messages Editor grid has many typical spreadsheet features including: [clipboard operations](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-cut-copy-and-paste.md), [undo](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/add-and-delete-messages.md), and [sorting](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-sort-and-arrange.md). These tools can be found in the toolbox along the top of Messages Editor view (Figure 4). Many of these features are also supported with a handy [right click menu](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-right-click-menu.md).

![Figure 4: Message Editor Toolbox](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/Xn0DynbGj8DNqW4JYZqk/spyinmsgseditor4.gif)


---

# 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.13/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/messages-editor-overview.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.
