> 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/shared-features-in-vehicle-spy/shared-features-starting-with-a-selected-view.md).

# Shared Features: Starting with a Selected View

Through the use of a command switch, a specified view can be displayed when Vehicle Spy starts. A use for this feature could be for an end-of-line tester where the end user only needs to interface with a graphical panel. Having only one view available prevents other aspects of Vehicle Spy file from being changed.

The command switch is setup using Windows Shortcut properties. Right click on a Vehicle Spy 3 shortcut and select properties. Changing the target from,\
"C:\Program Files\Vehicle Spy 3\vspy3.exe"\
to (where "XX" is the desired view),\
"C:\Program Files\Vehicle Spy 3\vspy3.exe" /VIEWXX\
will show the selected view and will prevent the user from changing the view. Adding the file name to open will open the specified file to the selected view.\
"C:\Program Files\Vehicle Spy 3\vspy3.exe" /VIEWXX c:\TestFileToOpen.vs3

Switch options are "/VIEWXX" to show a selected view in a windowed Vehicle Spy or "/FULLXX" to show a selected view in a full screen Vehicle Spy.

Values for XX are described below.

Scrolling Messages = 00\
Diagnostics Setup = 02\
Measurement Monitor =03\
Message Monitor = 04\
Graphical Panels = 06\
Function Blocks = 09\
GMLAN Diag ECUs = 11\
GMLAN Snapshot= 13\
Logging = 19\
Data Analysis = 29\
GMLAN Simulator = 30\
Main Logon = 40

![Figure 1: Example shortcut properties.](/files/PyQ36Am8flzX7eyFQZHl)


---

# 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/shared-features-in-vehicle-spy/shared-features-starting-with-a-selected-view.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.
