# Control SuperSource

### **Parameters**

* **SuperSource ID**: The SuperSource to edit. Default is 1.
* **Action**: The action to perform on the SuperSource. Choose from Swap Boxes, Highlight Box, or Reset Layout.
* **Box**: If Highlight is chosen, enter the box index of the box you want to highlight.
* **Box A**: If Swap Boxes is enabled, enter the box index of the first box you want to swap.
* **Box B**: If Swap Boxes is enabled, enter the box index of the second box you want to swap.

If Box A and Box B are left blank, and if there are only two boxes visible on-screen, running this action will cause the two boxes to swap their video sources.

Choosing Reset will reset the current layout to the last used one on the device.

### **Returns**

Nothing.


---

# 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/shortcuts/actions/control-supersource.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.
