> 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.16/vehicle-spy-tutorials/tutorial-1-basics-of-vehicle-spy/part-8-save-your-messages-view-buffer.md).

# Part 8 - Save Your Messages View Buffer

Vehicle Spy 3 Makes it easy to save the data you collect for later analysis.

### 1. Save Collected Buffer to Disk:

Click the **Save** button found at the top of the Messages view (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)).\
\
The **Save Monitor Data** dialog will open and fill the main workspace (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif)). Under **FileName** enter a name for the data file or use the default name which includes the time and date. For this exercise, please call the file "\<Your Name> Data File".\
\
Directly below the **FileName** field, there is an additional blank field (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smThree.gif)). This area may be used to enter any notes that need saved along with the data. Select **Save** and data will be stored (Figure 1: ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smFour.gif)).

![Figure 1: Naming and saving your buffer file on Messages view.](https://content.gitbook.com/content/l4AHCa3zNeJQNFBrgCqy/blobs/KZeneYUQOCxlPx1bIdPi/spyexample1.8.gif)

### 2. Open Your Data File:

When **Save** was selected in Step 1, the data was automatically saved in the Data Directory. This is a subdirectory named for a specific logon name. It serves as the default location for all data and settings. To quickly access the file just saved, click on the **Data** button located in the right of the Main Menu (Figure 2:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)).\
\
The data file is shown in the data folder attached to specific logon name being used. Double click on the data file (Figure 2:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif)).\
\
The file will open in the default editor for \*.CSV (comma separated value) files. Excel or Notepad are the typical default editors. These files can also be opened in Vehicle Spy for review and analysis.

![Figure 2: Opening your saved data file.](https://content.gitbook.com/content/l4AHCa3zNeJQNFBrgCqy/blobs/R3a4CPPiBHdAYjetk2EH/spyexample1.8.2.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.16/vehicle-spy-tutorials/tutorial-1-basics-of-vehicle-spy/part-8-save-your-messages-view-buffer.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.
