> 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/messages-view/messages-view-buffer-display/buffer-progress-display.md).

# Buffer Progress Display

[Messages view](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/messages-view.md) uses a circular buffer. This means that when the buffer is full, the oldest data in the buffer is overwritten. Therefore, if you [setup a buffer](/vspy-3-documentation/3.9.13/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-bottom-toolbar/messages-view-setup.md) of 1000 messages, you will always have the 1000 most recent messages in your buffer.

The Buffer Progress Display (Figure 1) shows how full your buffer is and if it has overflowed. For example, with a buffer of 1000 messages, an overflow happens every time 1000 messages have been written to the buffer.

The current position in your buffer is shown as a black pointer. The gray level is how full the buffer is. In **Figure 1:** ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif) notice a buffer is starting to be filled. In **Figure 1:** ![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif) the buffer has overflowed.

![Figure 1: The Buffer Progress Display shows the status of the Messages buffer.](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/X8he5J83RPHQWKgqrvGC/spymonbuffprog.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/messages-view/messages-view-buffer-display/buffer-progress-display.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.
