> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.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/typebot/_A9p16JCEDI2EkLF/images/blocks/bubbles/video.png?fit=max&auto=format&n=_A9p16JCEDI2EkLF&q=85&s=e3b19c7e3a38978727cf1c7487d2699f" alt="Video bubble" className="rounded-lg" width="644" height="630" data-path="images/blocks/bubbles/video.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <video controls autoPlay className="rounded-lg" src="https://mintcdn.com/typebot/_A9p16JCEDI2EkLF/images/blocks/bubbles/video-chat.mp4?fit=max&auto=format&n=_A9p16JCEDI2EkLF&q=85&s=a16e31452fc29bb2a58ae2d6de8d24fc" 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

Feel free to [suggest a missing service in the feedback board](https://feedback.typebot.io/).

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.
