> 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-tools/tools-utilities/utilities-vs3exe-generator.md).

# Utilities: VS3EXE Generator

The Embedded Tools -> VS3EXE Generator (Figure 1) converts a Vehicle Spy vs3 setup into a simplified version with "read only" displays. This utility can help make your setup easier for others to use and reduce mistakes by preventing them from changing your setup. The simplified file will have a vs3exe extension that requires a special license from ICS to run.

A vs3exe file from the generator supports these Vehicle Spy views:

* Messages
* Signal Plot
* Signal List
* Graphical Panels (locked mode)

You can also restrict how Vehicle Spy goes online under the **Allow Run Types** section.

To use the generator, you first open any vs3 file in Vehicle Spy that you want converted. Next, select Embedded Tools-> Utilities -> VS3EXE Generator. Give the file a name, and, optionally, select an Icon for the generated VS3EXE. Set the various display and Run options, then click the **Generate VS3EXE** button. The vs3exe file extension is added automatically and you are done!

Other users with the proper license can run the vs3exe file, but will not be able to make changes to message descriptions, databases, graphical panel layouts, etc.

![Figure 1: Opening the VS3EXE Generator.](https://content.gitbook.com/content/jb1RvXgxzxcqgZdVpbGb/blobs/RldSLqC0qNzxX66oEVBL/spyVS3EXEGenerator.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-tools/tools-utilities/utilities-vs3exe-generator.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.
