# Main Menu: Scripting and Automation

The Vehicle Spy **Scripting and Automation** menu contains tools to help automate Vehicle Spy tasks. The items in the menu are shown in Figure 1.

![Figure 1: The Vehicle Spy Scripting and Automation menu.](/files/QRLzxTGtafRpQXIUFauZ)

A brief description of each of the items in the Scripting and Automation menu can be found in Table 1, including links to help topics with additional information on each tool and feature.

**Table 1: Vehicle Spy Scripting and Automation Menu Items**

| Scripting and Automation Menu Selection                                                                                       | Description                                                                                                                                                |
| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Function Blocks](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-scripting-and-automation/function-blocks.md)         | Opens an interface where you can design three types of function blocks, permitting the automation of Vehicle Spy commands, data capture, or data playback. |
| [C Code Interface](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-scripting-and-automation/c-code-interface.md)       | Launches the C Code Interface, allowing custom C code projects to interface with Vehicle Spy.                                                              |
| [Application Signals](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-scripting-and-automation/application-signals.md) | Allows you to create and work with application signals, custom variables that can hold a variety of values and are used for many tasks.                    |
| [Text API Terminal](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-scripting-and-automation/text-api-terminal.md)     | Opens the Text API Terminal, permitting third-party application control of Vehicle Spy using special text commands.                                        |


---

# Agent Instructions: 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/vehicle-spy-main-menus/main-menu-scripting-and-automation.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.
