# Streaming

## OBS <a href="#obs" id="obs"></a>

Arena Tracker is designed for use with [OBS](https://obsproject.com/). To add its windows to your scene:

1. In Arena Tracker, go to [transparency configuration](/arena-tracker-documentation/en/config-tab.md#ui) and select **Framed**, then restart the application.
2. In OBS, add each relevant **Arena Tracker** window as a source.

![](/files/-MA3b2whcNo3DiwyBVyp)

## Twitch Chat Votes <a href="#chatvotes" id="chatvotes"></a>

Arena Tracker includes Twitch integration, allowing your viewers to vote for cards or heroes during drafting. Viewer votes show up as a new element between the scores.

### How viewers vote:

In Twitch chat, type `!pick1`, `!pick2`, or `!pick3` to vote for card 1, 2, or 3.

![](/files/-MA3b2wi6K1flj7ToxsV)

### To configure Twitch integration:

Click the **Configure** button at the bottom of the **Config** tab:

![](/files/-MA3b2wjkj9rv4QCUA4l)

Then you will see a message with some instructions about the process, press Get OAuth:

![](/files/-MA3b2wk0YVkbNPF91AF)

**Step 1:** A new webpage will open. Log in with your Twitch account:

![](/files/-MA3b2wlEKCZY_B1Ue8n)

Copy the displayed code:

![](/files/-MA3b2wm3iSM9h7a04xE)

Paste this code into the floating input in Arena Tracker, then click **OK**.

![](/files/-MA3b2wnrmO-8pXrLfhy)

**Step 2:** Enter your Twitch username in the next prompt and click **OK**.

![](/files/-MA3b2woJJglukks_75L) ![](/files/-MA3b2wpOk5wPGh3x8mc)

**Step 3:** Enter the chat prefix for voting (default is `!pick`), then click **OK**. This sets up `!pick1`, `!pick2`, and `!pick3` as the commands viewers use to vote. Let it blank for commands `1`, `2`, and `3` .

![](/files/-MA3b2wqDvGmYZVhXoga)

Once completed, you'll see a confirmation at the bottom of the **Config** tab. A grey indicator shows while Arena Tracker tests the connection.

![](/files/-MA3b2wrLnT7UVaa4uaw)

It turns **green** if the connection is successful.

![](/files/-MA3b2wslYymERqoD7YH)

Or **red** if it fails.

![](/files/-MA3b2wtfzNA0ZB_xAhc)

You're all set! During your next draft, votes will appear as an additional score. Arena Tracker will also send a message in chat each time a new card trio is presented, e.g.:

```
[1/30] -- (!pick1) Goldshire Footman / (!pick2) Wisp / (!pick3) Young Dragonhawk
```

This helps viewers know when voting is open, despite Twitch’s chat delay.

### To toggle votes display:

Check or uncheck **Chat votes** in the UI. Even if hidden, the connection remains active and votes are still counted—but they won't be shown on-screen or announced in chat.


---

# 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://triodo.gitbook.io/arena-tracker-documentation/en/streaming.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.
