# Set Source Images

### **Parameters**

* **Switcher**: The Switcher Connection to update.
* **Source Images**: Text where each line specifies the source image for a particular input. Enter no text to clear the Source Images for the Switcher Connection.

The format for each line is as follows:

`X: URL`

Where X is the 1-based index of the video input and URL is a URL to a publicly accessible (via HTTPS) to the image. The image should ideally be in 16:9 aspect ratio and no larger than 1920x1080 in size.

For instance, the text will set the Source Images for Inputs 1-6 to the following URLs.

```
1: https://adamtow.github.io/source-images/5d4.jpg
2: https://adamtow.github.io/source-images/ipad.jpg
3: https://adamtow.github.io/source-images/ios.jpg
4: https://adamtow.github.io/source-images/macmini.jpg
5: https://adamtow.github.io/source-images/appletv.jpg
6: https://adamtow.github.io/source-images/xbox.jpg
```

<figure><img src="/files/GzYJgW3bHbD4nf97klD8" alt=""><figcaption></figcaption></figure>

### **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/set-source-images.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.
