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

# Tutorial Videos

> Video guides to help you quickly master BigBlueButton

## Student Overview

**Everyone should watch this video first.**  It provides an overview of how to share audio and video, respond to chat and polls, use the whiteboard, and more.  If you are an educator, watch the next video after this.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/J-zwnTK8oPg" title="BigBlueButton Student Overview" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Instructor Overview

This video walks you through using BigBlueButton as an educator, showing how to manage your classroom, share content, have students apply themselves, and more.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/EUeFmpkqtXc" title="BigBlueButton Instructor Overview" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Feature Tutorials

Short videos covering specific BigBlueButton features.

<div className="grid sm:grid-cols-2 gap-x-6 gap-y-8 mt-6">
  <div>
    <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/-SM_HTxVcx0" title="Using the Layout Manager" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

    <h3 className="mt-3 font-medium">Using the Layout Manager</h3>
    <p className="text-gray-500 dark:text-zinc-400">Customize the classroom layout to focus on speakers or content.</p>
  </div>

  <div>
    <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/WZzvQiIS7mE" title="Using Breakout Rooms" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

    <h3 className="mt-3 font-medium">Using Breakout Rooms</h3>
    <p className="text-gray-500 dark:text-zinc-400">Organize students into collaborative breakout rooms with instructor controls.</p>
  </div>

  <div>
    <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/3ogkbPrfm6o" title="Using Polls" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

    <h3 className="mt-3 font-medium">Using Polls</h3>
    <p className="text-gray-500 dark:text-zinc-400">Get student feedback and verify comprehension, including anonymous polling.</p>
  </div>

  <div>
    <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/WyFugMxAup4" title="Using the Multi-user Whiteboard" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

    <h3 className="mt-3 font-medium">Using the Multi-user Whiteboard</h3>
    <p className="text-gray-500 dark:text-zinc-400">Enable simultaneous drawing and writing for a classroom-like experience.</p>
  </div>
</div>
