> For the complete documentation index, see [llms.txt](https://docs.mixeffect.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mixeffect.app/explore/supersource/interface/art-tab.md).

# Art Tab

## Input Source

You can adjust the fill and key source for the SuperSource Art.

## Place In

The art source can be placed either as part of the background or in front of the box sources. If you choose the foreground option, be sure that your SuperSource Art has cutouts so that your boxes sources will display through.

{% hint style="warning" %}
If your ATEM switcher supports Box Borders, note that setting the Place In value to Foreground will disable borders. This limitation is imposed on by the ATEM switcher's firmware and is not overridable by MixEffect.
{% endhint %}

## Legacy Border

You can add borders to your SuperSource boxes if your switcher supports borders. Currently, only the ATEM 2 M/E Production Studio 4K, ATEM 4 M/E Broadcast Studio 4K, and the ATEM Constellation 8K supports borders.

{% hint style="danger" %}
If you have an ATEM Mini Extreme, ATEM Mini Extreme ISO, or ATEM SDI Extreme ISO, the border settings will appear in the Art Tab but will be disabled. This is because those switchers do not support the Legacy SuperSource Border feature.
{% endhint %}

The following border options are available to change:

* Enable Border: Turns the border on and off for your boxes.
* Style: Choose from Bevel None, Bevel In, Bevel Out, and Bevel In Out.
* Color: Select the color for your border.
  * Hue
  * Saturation
  * Luminance
* Outer Width
* Inner Width
* Outer Soften
* Inner Soften
* Bevel Position
* Bevel Soften
* Angle
* Direction

## New Box Borders

Certain ATEM switchers support the new SuperSource Box Borders feature, including the ATEM 2 M/E Constellation HD, ATEM 2 M/E Constellation 4K, ATEM 4 M/E Constellation HD, and ATEM 4 M/E Constellation 4K.

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

The following box border options are available to change. When you manipulate the sliders in this section, the borders for all boxes will be affected.

* Enable Border: Turns the borders on and off for all of your boxes.
* Outer Width Horizontal
* Outer Width Vertical
* Inner Width Left
* Inner Width Right
* Inner Width Top
* Inner Width Bottom
* Color: Select the color for your border.
  * Hue
  * Saturation
  * Luminance

### Copy Box Border Settings

Above the control to enable borders, there are four box buttons that you can tap to apply the current settings of the selected box to all other boxes.&#x20;

Tap on the Clear button to remove border information from all boxes. This will disable the box border and set all other parameter values to 0.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mixeffect.app/explore/supersource/interface/art-tab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
