> For the complete documentation index, see [llms.txt](https://developer.singular.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.singular.live/singular-basics/controlling-overlays-in-studio-and-uno/uno-reference.md).

# UNO reference

Each template in the UNO is designed to do one thing and do it brilliantly.

<figure><img src="/files/WToB9cpeZSMahfrS3QVd" alt=""><figcaption><p>UNO UI</p></figcaption></figure>

In contrast with Studio's playlist-centric operation environment, UNO template interfaces have optimal operation environments for single overlays (i.e. a soccer scorebug or countdown clock).

## User interface

### Output window

<figure><img src="/files/jg7nrP59YW4mhcR1z2Ug" alt=""><figcaption><p> Output window</p></figcaption></figure>

### Control panels

#### Customize

The customize panel allows you to customize pre-defined elements of an overlay's style. These properties vary with each overlay but frequently contain color and effects settings.

<figure><img src="/files/msWuHOydbnwBsw4RugKG" alt=""><figcaption><p>Customize overlay</p></figcaption></figure>

#### UI layout

The UI layout panel contains two types of modifiable properties: settings and number of panels.

**Settings**

<figure><img src="/files/TXPGIRnqoVlyOqSzPLrx" alt=""><figcaption><p>Settings</p></figcaption></figure>

**Number of panels**

* Number selector: where you can select the number of visible panels. Auto displays the number of panels based on operator screen size.
* ENTER FULLSCREEN: pushes the UI into fullscreen mode.

<figure><img src="/files/zwaDEtb0IOwChwimUeLI" alt=""><figcaption><p>Number of panels</p></figcaption></figure>

### Various unique control panels

#### Menu

<figure><img src="/files/xZ37EVT5XqnBGo8iuN6u" alt=""><figcaption><p>Menu</p></figcaption></figure>

From left to right:

* Output URL: Final overlay/graphic output for use in production software like OBS.
* Control URL: URL to access the control interface of the template. It can be used in OBS to dock the interface.
* Access token: Advanced token for external software app access.&#x20;
* API description: Information on the API.
* Help article: Unique template support article.
* Expand/collapse output window: Hide or show output window in the UI.

#### Going live

<figure><img src="/files/PvBfj5Kc0fr5SC9wygBE" alt=""><figcaption><p> Going live</p></figcaption></figure>

Copy the output URL in the menu and paste as a browser layer/source into the production software of your choosing or use in API calls.

#### Using on mobile

Copy the control URL and send to your mobile device for control.

<figure><img src="/files/FNvNTtLBs2fTyNR2N8Vr" alt=""><figcaption><p>Using on mobile</p></figcaption></figure>


---

# 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://developer.singular.live/singular-basics/controlling-overlays-in-studio-and-uno/uno-reference.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.
