# Connecting via a URL

You can connect to a Broadcast via a URL and also share a broadcast via a URL

* [Connecting via a URL](#connecting-via-a-url)
* [Sharing via a URL](#sharing-a-stream-via-a-url)

***

### Connecting via a URL

It is possible to connect to a stream via a URL

In the URL box in the browser enter the following URL, replacing the placeholders with the information from your stream:&#x20;

```
https://zipcaptions.app/stream/[SESSIONID]?joinCode=[JOINCODE]
```

Example:

```
https://zipcaptions.app/stream/9q4r-j2jk?joinCode=ewqe
```

***

### Sharing a Stream via a URL

It is possible to share the connection information for your broadcast via a URL.

To share a URL, replace the placeholders below with the information from your stream page:

```
https://zipcaptions.app/stream/[SESSIONID]?joinCode=[JOINCODE]
```

Example:

```
https://zipcaptions.app/stream/9q4r-j2jk?joinCode=ewqe
```

{% hint style="success" %}
If you have an **anonymous** stream, or you only want certain people to join your link, you can share the URL without the join code parameter. Using the above example:

```
https://zipcaptions.app/stream/9q4r-j2jk
```

{% endhint %}

{% hint style="info" %}
It's possible to now take this URL and share it as a QR code to make it easy for others to join to your broadcast stream. <https://me-qr.com/> provides a lot of customization.
{% endhint %}

***

### Finding your Stream Link from the Settings Page

Your Stream URL will be shown in the **Sharing** tab on the **Settings** page.


---

# 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-via-a-url.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.
