# Features

- [Expressions](https://docs.spadnext.com/features/expressions.md)
- [Expressions: Values](https://docs.spadnext.com/features/expressions/values.md)
- [Expressions: Referencing Simulation Data](https://docs.spadnext.com/features/expressions/referencing-simulation-data.md)
- [Expressions: Operators](https://docs.spadnext.com/features/expressions/operators.md)
- [Expressions: Functions](https://docs.spadnext.com/features/expressions/functions.md)
- [Expressions: Examples](https://docs.spadnext.com/features/expressions/examples.md): Updated when interesting Examples have been Given in Discord
- [Tuner Acceleration](https://docs.spadnext.com/features/tuner-acceleration.md): Accelerate tuner clockwise/counter-clockwise changes
- [Event Execution Order](https://docs.spadnext.com/features/event-execution-order.md): Order of Execution / EndProcessing / priority
- [Virtual Devices](https://docs.spadnext.com/features/virtual-devices.md)
- [vFIP](https://docs.spadnext.com/features/virtual-devices/vfip.md): vFIP - virtual FIP
- [vDeck](https://docs.spadnext.com/features/virtual-devices/vdeck.md): vDeck - virtual Streamdeck


---

# 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.spadnext.com/features.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.
