# Shared Features in Vehicle Spy

The following features are used by many different areas in Vehicle Spy:

* [Calculated Signal Editor](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-calculated-signal-editor.md) - creates calculated values for Application Signals or Tx Panel signals.
* [DTC Database](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-dtc-database.md) - defines diagnostic trouble codes.
* [Expression Builder](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-expression-builder.md) - builds many different types of expressions used across Vehicle Spy.
* [Predefined Function Keys](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-predefined-function-keys.md) - keyboard function keys F1-F5 preassigned to Vehicle Spy tasks.
* [Starting with a Selected View](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-starting-with-a-selected-view.md) - controls which screen Vehicle Spy starts with.
* [Widgets](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-widgets.md) - programmable buttons along the window edges that can do various tasks.


---

# 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/shared-features-in-vehicle-spy.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.
