> 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-help.md).

# Main Menu: Help

The Vehicle Spy Help main menu provides access to help documents, websites, and version information as shown in Figure 1. Refer to Table 1 for a brief description of each selection.

![Figure 1: The Vehicle Spy Help main menu.](/files/VJbGTSuCQ5JSCzcVQkY3)

**Table 1: Vehicle Spy Help Menu**

<table><thead><tr><th width="228" align="center">Help Menu Selection</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">Help for &#x3C;Vehicle Spy view></td><td align="center">Shows help topic for the currently selected view.</td></tr><tr><td align="center">Online Help</td><td align="center">Displays the Vehicle Spy help documentation that is included with the software.</td></tr><tr><td align="center">On the Web > Intrepid Control Systems, Inc.</td><td align="center">Opens the Intrepid Control Systems website.</td></tr><tr><td align="center">On the Web > Vehicle Spy Website</td><td align="center">Opens the Vehicle Spy website.</td></tr><tr><td align="center">About</td><td align="center">Displays Vehicle Spy version information.</td></tr></tbody></table>


---

# 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-help.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.
