# MixEffect

- [Connect](https://docs.mixeffect.app/automate/osc/messages/mixeffect/connect.md): Closes the current switcher connection and tries to connect to the selected switcher.
- [Remote Webview](https://docs.mixeffect.app/automate/osc/messages/mixeffect/remote-webview.md): Toggles the Remote Webview window in MixEffect.
- [Run Shortcut](https://docs.mixeffect.app/automate/osc/messages/mixeffect/run-shortcut.md): Opens the Shortcuts app and runs the selected shortcut.
- [Run Shortcut and Return](https://docs.mixeffect.app/automate/osc/messages/mixeffect/run-shortcut-and-return.md): Opens the Shortcuts app, runs the selected shortcut, and tries to return back to MixEffect
- [Send Companion Feedback](https://docs.mixeffect.app/automate/osc/messages/mixeffect/send-companion-feedback.md): Sends to the Companion OSC Server a JSON file describing the current state of the ATEM switcher.
- [Send Companion Feedback Filtered](https://docs.mixeffect.app/automate/osc/messages/mixeffect/send-companion-feedback-1.md): Sends to the Companion OSC Server a JSON file describing one specific state of the ATEM switcher.
- [Switcher Page](https://docs.mixeffect.app/automate/osc/messages/mixeffect/switcher-page.md): Moves to the next or previous Switcher Page for the current switcher.
- [Switcher Section](https://docs.mixeffect.app/automate/osc/messages/mixeffect/switcher-section.md): Switches to the following section in MixEffect for the current switcher.
- [Video Follows Audio](https://docs.mixeffect.app/automate/osc/messages/mixeffect/video-follows-audio.md): Turns on, off, or toggles the Video Follows Audio feature. Automatically switches to the Audio section in MixEffect.
- [View Only Mode](https://docs.mixeffect.app/automate/osc/messages/mixeffect/view-only-mode.md): Turns on View Only Mode for the connected switcher.


---

# 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.mixeffect.app/automate/osc/messages/mixeffect.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.
