# Connecting to Broadcast Captions

{% hint style="info" %}
This page discusses connecting to a stream, if you want to broadcast your captions to others, follow the instructions on [**this page**](/streaming-captions/broadcasting-your-captions-to-others.md).
{% endhint %}

### Connecting via the Broadcast Interface

Zip Captions allows you to share your captions with users on other devices. This is very useful in a number of situations, these can include:

* In a classroom, to send captions to students devices instead of displaying them on a central screen
* At a conference, where captions could be too small to read, broadcasting allows captions to be seen on participants screens
* In a setting where there is no screen available

To join a broadcast stream:

1. Click on the broadcast button at the top of the screen (this looks like an antenna with circles coming from it)

   <figure><img src="/files/bEsZgElAdYI9MJ6HrYYw" alt=""><figcaption></figcaption></figure>
2. Agree to the privacy warning to confirm that you understand that you are going to share your data with others when you start broadcasting. If you are just joining a stream, you won't be sharing your data.

   <figure><img src="/files/qSnCuceawGp5wHWs2Roc" alt=""><figcaption></figcaption></figure>
3. Type in the **Session ID** that you have been provided with and click on **Connect**

   <figure><img src="/files/dZPCUxh8k0OSCnYI2Wtw" alt=""><figcaption></figcaption></figure>
4. If the session that you are joining requires a **Join Code** you will now be prompted to enter it, do so, and click on **Connect**.

   <figure><img src="/files/4gb2LzGmYurFnDGAxAQd" alt=""><figcaption></figcaption></figure>
5. The broadcast will now be shown on your screen.&#x20;

   <figure><img src="/files/A5Un0rTf3PlPWP8DKNZE" alt=""><figcaption></figcaption></figure>
6. When you are finished you can close the window or click **Leave Session**. If the person streaming the captions closes the broadcast, then your stream will stop.&#x20;

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

{% hint style="info" %}
It's possible to connect to a stream via a URL. You can find instructions on how to do that [here](/streaming-captions/connecting-via-a-url.md#connecting-via-a-url).&#x20;
{% endhint %}


---

# 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://help.zipcaptions.app/streaming-captions/connecting-to-broadcast-captions.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.
