> 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/vehicle-spy-main-menus/main-menu-setup/data-cache-disk-streaming.md).

# Data Cache Disk Streaming

Data Cache Disk Streaming provides a fast way to save large amounts of unfiltered data in a binary format (.vsb) message buffer file. This feature can be accessed using the Vehicle Spy [Setup](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-setup.md) main menu or the dropdown button next to the **Data Directory** button as shown in **Figure 1**.

![Figure 1: The dropdown button next to Data Directory can be clicked to see Data Cache selections.](/files/FOrsi2s6uGM3qi6WzGZY)

To enable or disable Data Cache Disk Streaming, use the **setup dialog** checkbox or the **Data Cache On** dropdown list selection while Vehicle Spy is offline.Once enabled, all network traffic will be streamed to disk anytime Vehicle Spy is running.Data is saved in a binary format (.vsb) file in the Vehicle Spy 3\DataCache directory with a specific date and timestamp.A new data cache file is created each time Vehicle Spy transitions from offline to online while Data Cache Disk Streaming is enabled.\
\
If more advanced buffer capture features are needed then [Capture type function blocks](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-scripting-and-automation/function-blocks/function-blocks-types/capture-type-function-block.md) can be used instead.


---

# 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/vehicle-spy-main-menus/main-menu-setup/data-cache-disk-streaming.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.
