> 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-file/the-logon-screen.md).

# The Logon Screen

After opening Vehicle Spy, the first screen displayed is the Logon screen (Figure 1). If Vehicle Spy has been used on the current PC before, click the drop down and select the desired logon name. If you have not used Vehicle Spy before or you wish to create a new logon name, press the **+** button (Figure 1:<img src="/files/4WcNbgbH4IAe7CcVPCT5" alt="" data-size="line">) and enter the name in the dialog that opens. Entering a logon name creates a [Data Directory](/vspy-3-documentation/basic-operation-of-vehicle-spy/data-directory.md) folder of the same name within the Vehicle Spy Data Directory. This is the default location where all of your personal settings and data files will be stored.

For example, if a user logs in as "Jane Doe", a corresponding "Jane Doe" folder will be located at "C:\Program Files\Vehicle Spy 3\Data Directory\Jane Doe\\". (This assumes that Vehicle Spy was installed at C:\Program Files\Vehicle Spy 3\\.)

To remove a user, the user [Data Directory](/vspy-3-documentation/basic-operation-of-vehicle-spy/data-directory.md) must be deleted.

When a name is selected, Vehicle Spy will load all of the custom information such as current databases and setup file selections.

Current Databases are displayed as platform names in a **pull down list** (Figure 1:<img src="/files/HaeFKmJC7yaKjKQ8CHVt" alt="" data-size="line">). Each platform name represents an entire group of databases. Platforms and databases can be configured by clicking the <img src="https://cdn.intrepidcs.net/support/VehicleSpy/assets/DatabaseIcon.gif" alt="" data-size="line"> button to open the [Database Platforms](https://github.com/intrepidcs/VSpy3-Docs/blob/main/main-menu-setup/network-databases.md) view.

Setup file selections appear in the area below the Current Databases field (Figure 1:<img src="/files/kP5JSJG4Hfgsn7yKs61f" alt="" data-size="line">). This area is divided into four sections, each with its own tab. Quickly switch between the sections by clicking on the desired tab. **Table 1** describes the function of each tab.

To open one of the listed files, simply select it and click the **Open** button (Figure 1:<img src="/files/c2R0Cb43GDIOAfdnHw6e" alt="" data-size="line">). You can also double click a selection and it will open automatically.

If you do not want to select a file from one of your lists, you can start with a new Vehicle Spy setup file by clicking the play button (Figure 1:<img src="/files/mlDM2Zj2AKSlK6YmgU29" alt="" data-size="line">) or by selecting **File>New**.

![Figure 1: The Logon screen lets you customize Vehicle Spy and quickly find setup files](/files/lncBWe6PkYhcD2nhLEcD)

**Table 1: Setup file selection tab descriptions**

| Tab       | Description                                                                       |
| --------- | --------------------------------------------------------------------------------- |
| Recent    | Lists the past 100 files you have opened.                                         |
| My Setups | Lists all setup files found in the current user's data directory.                 |
| Examples  | Lists useful example and tutorial setup files included with Vehicle Spy software. |
| Tutorials | Lists tutorial setup files included with Vehicle Spy Software.                    |

### Other Important Features

Useful tutorials are located in the tutorials tab (Figure 1:<img src="/files/ISZVAnSfZH7jFqlj69PQ" alt="" data-size="line">).

The Logon screen also shows what hardware is connected and will let you select a device if more than one unit is connected (Figure 1:<img src="/files/TGhFNUGKNyVbxnL1b7uX" alt="" data-size="line">). Simply right click on the hardware you want to use and click **Select Hardware**. The selected hardware will have a check mark <img src="https://cdn.intrepidcs.net/support/VehicleSpy/assets/chkFilter.gif" alt="" data-size="line"> next to it. The <img src="https://cdn.intrepidcs.net/support/VehicleSpy/assets/ConfigureHWIcon.gif" alt="" data-size="line"> **Configure Hardware** button can be used to set the [baud rate](https://github.com/intrepidcs/VSpy3-Docs/blob/main/main-menu-spy-networks/networks/setup-a-network.md) of the device.

When setting up a standalone logger, the **VehicleScape DAQ** button (Figure 1:<img src="/files/qqn6PipCxAD3RVxpkJXG" alt="" data-size="line">) will open up [VehicleScape DAQ](https://github.com/intrepidcs/VSpy3-Docs/blob/main/main-menu-measurement/vehiclescape-daq/README.md) to help configure a logger. This is the same view as found by selecting Measurement>VehicleScape DAQ.

Additional tutorials can be found by clicking the graduation cap button (Figure 1:<img src="/files/0wf3Oy7z9ZpIX87PTzW6" alt="" data-size="line">)

### Version and License Information

The type of license being used is shown in red letters in the lower right of the logon screen (Figure 1:<img src="/files/rwYW4aRxQvtj0taQvmCT" alt="" data-size="line">). The Vehicle Spy version is also displayed next to the license type. The Vehicle Spy version is also displayed in the status bar (Figure 1:<img src="/files/1Xg8F34bkx80fiVJMT2h" alt="" data-size="line">).


---

# 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-file/the-logon-screen.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.
