# How to make a recorded webinar

The difference between a live webinar and a recorded webinar is very small. For viewers, the difference is only whether the video is live or not.

But for you who are organizing the webinar, the difference is that you don't have to create a live stream. Just put the video address in the **Broadcast** tab.

See the differences:

### Recorded Webinar

1. Paste the video address into the **Broadcast** tab;
2. Video starts when the viewer accesses the broadcast (if "If viewer is late, start video at the right time" is unchecked).

### Live Webinar

1. You need to create the broadcast;
2. Paste the transmission address into the **Broadcast** tab;
3. Stay tuned to the chat;
4. The video starts when you start your live broadcast.

{% hint style="info" %}
Upon finalizing the live stream, YouTube will turn it into a video recorded on your YouTube channel automatically. Anyone who accesses your webinar after it's finished can watch it as a recorded webinar.
{% 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.webinar.center/english/how-to-make-a-recorded-webinar.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.
