# References

- [Command Line Reference](https://docs.vioso.com/ref/command-line.md): VIOSO applicationscan be launched from the Windows command line with various parameters that allow you to automate and control the behavior of the software.
- [Remote Control Reference](https://docs.vioso.com/ref/remote-control.md): VIOSO and VIOSO SIM (Blackbox) utilize the same remote control interface. Using this, a lot of application features can be controlled via TCP/IP.
- [Export Automation Reference](https://docs.vioso.com/ref/export.md): Exporting calibrations can be a complex task, since it reflects all aspects of a system setup: outputs, multiple clients, conversions, etc. Such tasks can be automated.
- [Scripting for VIOSO applications](https://docs.vioso.com/ref/scripting.md): Many processes in VIOSO are highly automatable to enable advanced calibrations, transformations, and recalibration scenarios.


---

# 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.vioso.com/ref.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.
