> 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.11/vehicle-spy-tutorials/tutorial-1-basics-of-vehicle-spy/part-2-monitor-message-traffic.md).

# Part 2 - Monitor Message Traffic

### 1. Select Messages View:

The **Messages** view should already be loaded in the main workspace. If it is not, using the **Menu Bar**, select **Spy Networks > Messages**. Vehicle Spy will always create a tab based on view selection.&#x20;

### 2. Start Vehicle Spy:

Select the blue **Start** button (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)) located in the upper left corner of the interface. Changing data should appear instantly in the main workspace and the **Start** button will change into a **Stop** button.  If this has not happened, the simulation file **All Bus Traffic.csv** will have to be located by selecting the pull down menu to the right of the  **Start** button (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)) and selecting **Run Simulation > Browse.**

![Figure 1: Messages View](https://2673726158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdYdvinhoJh0IN6rV8uo3%2Fuploads%2F583NdalmVgxIfZxSkwnl%2FSpyExample1.2.gif?alt=media\&token=36537285-564e-484d-aca2-68c3be900eb2)

### 3. Observe Message Traffic:

The data seen in the display has been previously recorded.  It is being replayed for the purposes of this tutorial.  This is referred to as "Simulation Mode".  This is indicated by blue text adjacent to the blue start/stop button.  "Simulation Mode" allows you to explore features and experiment without having network hardware or being connected to a vehicle.\
\
**Messages** has two modes: "Scrolling" and "Static".  Toggle between these modes by selecting the **Scroll** button (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif)) located in the upper left. Pressing this button allows view of the stream of messages flying by.  Select the **Pause** button (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smThree.gif)) along the top of this panel to stop the scrolling without stopping Vehicle Spy.\
\
With the messages playing, select the **Scroll** button again to see a static view of the messages.  All messages that have been detected at least once are listed.  Messages that have recently changed are highlighted in gray.  Messages that were present on the bus at least once but have not changed since are first highlighted in blue and then gradually fade to white.

### 4. Stop Vehicle Spy:

After becoming comfortable with how data appears in **Messages**, click the blue **Stop** button (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)) to stop Vehicle Spy traffic.


---

# 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.11/vehicle-spy-tutorials/tutorial-1-basics-of-vehicle-spy/part-2-monitor-message-traffic.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.
