# URLs

{% hint style="danger" %}
Replace playoutbee with the IP address of the System you are running PlayoutBee on
{% endhint %}

## **Control URLs**

### <http://playoutbee:3000/>

Web interface to control the PlayoutBee, change Settings, and upload Media.

### <http://playoutbee:3000/timecode>

Displays the Name of the Current Clip and the Remaining Timecode without Control perfect for Producers who just need to see the time

### <http://playoutbee:3000/dropzone>

Quick Drag and Drop interface to upload multiple assets easily

## **Output URLs**

### <http://playoutbee:3000/output>

The normal Output of PlayoutBee can be opened multiple times.

{% hint style="danger" %}
Most browsers don't support autoplay for Videos anymore and you need to enable Audio for Playoutbees Output to work
{% endhint %}

### <http://playoutbee:3000/?bg=transparent>

Set the Background to be transparent, useful for use with CaspertCG Vmix or OBS for Key Fill Outputs. Also can be set to a colour for ChromaKey.

### <http://playoutbee:3000/?bg=url(>"")

*Put an Image as Background useful to get a corporate Design behind a 9x16 Video. Make sure to URLENCODE it before setting it.*


---

# 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.playoutbee.com/urls.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.
