> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/features/others/using-overlays.uno-scoreboard.md).

# Using overlays.uno Scoreboard

## Using overlays.uno Scoreboard

{% tabs %}
{% tab title="English" %}

### Add professional sports scoreboards

Add professional **sports scoreboards** to your stream with **overlays.uno**, a partner service offering 130+ scoreboard overlays. Pick a scoreboard, add it to My Studio, and update the score in real time right from your phone.

> **Supported versions**: Android 5.3.0 · iOS 3.12.0 or later overlays.uno is provided through a partnership, so some features may be limited. An overlays.uno account is required.

### Connecting overlays.uno

1. In **My Studio**, open the widget list and tap **Scoreboard via overlays.uno** (at the bottom of the list).
2. Tap **Connect overlays.uno** and sign in on the overlays.uno page.
3. Once connected, your overlay list opens automatically. You stay signed in for next time.

### Adding a scoreboard

1. On the overlay list, browse your **My Overlays** from overlays.uno (shown in a 2-column grid). Use the sort button (**A to Z** / **Recent**) to reorder.
2. Tap a scoreboard to select it, then tap **Add selected source**.
3. The scoreboard is added to My Studio as an overlay and adapts to portrait or landscape automatically.

> Nothing in the list? Add overlays to **My Overlays** on the overlays.uno website first, then pull the list down to refresh.

### Controlling the score in real time

* On the overlay, tap **Controller** to open the control panel and update scores, teams, and settings live — before or during your broadcast.
* To control from a second device, choose **Use controller on another device** and scan the QR code (or copy the URL).

### Managing your scoreboard

* Tap **Edit** on the overlay to swap it for another scoreboard from your list.
* To disconnect, open the overlay list and tap **Logout**. Logging out removes the added overlay from My Studio.
  {% endtab %}

{% tab title="Korean" %}

### 스포츠 스코어보드를 방송에 추가하세요

**overlays.uno**(파트너 서비스)의 **스포츠 스코어보드**를 방송에 추가해 보세요. 130여 종의 스코어보드 오버레이를 제공하며, 스코어보드를 My Studio에 추가한 뒤 휴대폰에서 실시간으로 점수를 업데이트할 수 있습니다.

> **지원 버전**: Android 5.3.0 · iOS 3.12.0 이상 overlays.uno는 파트너십을 통해 제공되는 서비스로 일부 기능에 제한이 있을 수 있으며, overlays.uno 계정이 필요합니다.

### overlays.uno 연결하기

1. **My Studio**에서 위젯 목록을 열고, 맨 아래의 **overlays.uno 스코어보드**를 탭합니다.
2. **overlays.uno 연결하기**를 탭하고 overlays.uno 페이지에서 로그인합니다.
3. 연결되면 오버레이 목록이 자동으로 열립니다. 다음부터는 로그인 상태가 유지됩니다.

### 스코어보드 추가하기

1. 오버레이 목록에서 overlays.uno의 **My Overlays**를 확인합니다(2열 그리드). 정렬 버튼(**이름순** / **최신순**)으로 순서를 바꿀 수 있어요.
2. 원하는 스코어보드를 탭해 선택한 뒤 **선택된 소스 추가**를 탭합니다.
3. 스코어보드가 오버레이로 My Studio에 추가되며, 세로/가로 화면에 맞춰 자동으로 전환됩니다.

> 목록이 비어 있나요? 먼저 overlays.uno 웹사이트에서 **My Overlays**에 오버레이를 추가한 뒤, 목록을 아래로 당겨 새로고침하세요.

### 실시간으로 점수 제어하기

* 오버레이에서 **컨트롤러**를 탭하면 제어판이 열려 방송 전·중에 점수, 팀, 설정을 실시간으로 바꿀 수 있습니다.
* 다른 기기로 제어하려면 **다른 기기에서 컨트롤러 사용**을 선택해 QR 코드를 스캔하거나 URL을 복사하세요.

### 스코어보드 관리하기

* 오버레이에서 **편집**을 탭하면 목록의 다른 스코어보드로 교체할 수 있습니다.
* 연결을 끊으려면 오버레이 목록에서 **로그아웃**을 탭하세요. 로그아웃하면 추가된 오버레이가 My Studio에서 제거됩니다.
  {% endtab %}
  {% endtabs %}


---

# 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://guide.prismlive.com/mobile/guides/features/others/using-overlays.uno-scoreboard.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.
