# Set Multiview Window

| Message                       | Description                                   | Arguments |
| ----------------------------- | --------------------------------------------- | --------- |
| `/mixeffect/multiview/window` | Assigns a video source to a Multiview window. | Multiple  |

| Argument     | Type    | Description                                     |
| ------------ | ------- | ----------------------------------------------- |
| Window ID    | Integer | One-based index that is the window id.          |
| Source       | Integer | Video source id.                                |
| Multiview ID | Integer | One-based index of the Multiview. Default is 1. |

The sources available to the Multiview are greater than the other Video Source pickers. Look in Switcher Settings > Source Labels > All to see a list of possible values for your 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/switcher/set-multiview-window.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.
