> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zazubot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Video

The Video bubble block allows you to display a video to your user. You can paste a video URL from many sources including YouTube, Vimeo, and mp4.

<Tabs>
  <Tab title="Flow">
    <Frame style={{ maxWidth: "400px" }}>
      <img src="https://mintcdn.com/zazubot/jkWiMkcCk4qiEvi7/images/blocks/bubbles/video.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=88ffe5bd6b969261d464f1f0b17f29c4" alt="Video bubble" className="rounded-lg" width="676" height="582" data-path="images/blocks/bubbles/video.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <video controls autoPlay className="rounded-lg" src="https://mintcdn.com/zazubot/jkWiMkcCk4qiEvi7/images/blocks/bubbles/video-chat.mp4?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=835e6f9b3161621b3cd0cf2a15791a4a" data-path="images/blocks/bubbles/video-chat.mp4" />
  </Tab>
</Tabs>

## Video service detection

When you paste a video URL, Typbot will automatically detect the video service and parse it with the proper iframe settings. It currently works with:

* YouTube (video and shorts)
* Vimeo
* TikTok
* Gumlet
* OneDrive

For missing services, you can instead add an Embed bubble and paste the iframe code.

### Limitations

* YouTube clips are not supported as we can't transform it to embed URL automatically. To embed a YouTube clip, you can use the [Embed bubble](/editor/blocks/bubbles/embed) and paste the iframe code that can be found in Youtube under the "Share" > "Embed" button.
