> 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-predefined-function-keys.md).

# Shared Features: Predefined Function Keys

Vehicle Spy comes with keyboard function keys F1 - F5 predefined with useful features as shown in Table 1. The remaining keys F6 - F12 can be assigned to Vehicle Spy features like [Widgets](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-widgets.md), Transmit Messages, [Diagnostic Jobs](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/diagnostics/diagnostics-setup.md), and [Function Blocks](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-scripting-and-automation/function-blocks/function-blocks-types/function-blocks-hotkeys.md) using their own hotkey pulldown lists.

| Function Key | Description                                                                                                                      |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| F1           | Opens help file related to current window topic.                                                                                 |
| F2           | Starts/Stops [Vehiclescape DAQ](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq.md) logging. |
| F3           | <p>Opens General Hotkeys window - Figure 1.<br>(use Esc to exit)</p>                                                             |
| F4           | <p>Opens Transmit Hotkeys window - Figure 2.<br>(use Esc to exit)</p>                                                            |
| F5           | [Starts/Stops Vehicle Spy](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-run.md).                                       |

**Table 1: Predefined Function Keys in Vehicle Spy**

![Figure 1: Press keyboard F3 to open the General Hotkeys window, use Esc to exit.](/files/SrybgCPSdW2HHB88RRr5)

![Figure 2: Press keyboard F4 to open the Transmit Hotkeys window, use Esc to exit.](/files/7LJMVGopd6rRWyHBMDoH)


---

# 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:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-predefined-function-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
