# Shortcuts

This page covers the actions provided to the Shortcuts app from RouteEffect.

* [Find Port Info](/shortcuts/find-port-info.md)
* [Find Simulator](/shortcuts/find-simulator.md)
* [Find Video Router](/shortcuts/find-video-router.md)
* [Run Preset](/shortcuts/run-preset.md)
* [Send Videohub Command](/shortcuts/send-videohub-command.md)
* [Export Configuration](/shortcuts/export-configuration.md)
* [Change Lock Status](/shortcuts/change-lock-status.md)
* [Get Lock Status](/shortcuts/get-lock-status.md)
* [Get Port Metadata](/shortcuts/get-port-metadata.md)
* [Set Port Metadata](/shortcuts/set-port-metadata.md)
* [Change Route](/shortcuts/change-route.md)
* [Change Virtual Route](/shortcuts/change-virtual-route.md)
* [Get Current Route](/shortcuts/get-current-route.md)
* [Control Simulator](/shortcuts/control-simulator.md)
* [Control Video Router](/shortcuts/control-video-router.md)
* [Get Active Router](/shortcuts/get-active-video-router.md)


---

# 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.routeeffect.com/shortcuts.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.
