# Waiting room set-up

The waiting room is an ideal place to put some content you would like your customers to watch or read while they are waiting. It's an iframe where you can put a video, picture, slide or anything else you want the customer to show while waiting on the host of the meeting. You can also add some text to make the customer feel welcome immediately.

This article covers:

* [Setting up the waiting room](#h_a60576830d)
* [Best practices](#h_4b3b5b3a9a)

#### **Setting up the waiting Room** <a href="#h_a60576830d" id="h_a60576830d"></a>

How to set up the waiting room:

1. You can do this on a global level by clicking on 'Add-ons' and then 'Custom Waiting Room' and filling in the HTML
2. Or you can do this per meeting type by clicking on ' Meeting types'
3. Choose the appropriate meeting type
4. Click 'Custom Waiting Room' under Additional Options
5. Under 'Settings', check the box that says you want to use custom settings for this meeting type
6. Adjust the HTML and save

Watch the video on how to set up a waiting room here:

&#x20;

#### **Best Practices** <a href="#h_4b3b5b3a9a" id="h_4b3b5b3a9a"></a>

The following HTML code can be used for videos.

*Note: Please apply your own color codes, videos and background relevant to your organization.*

```
<h1 style="color: #3456fb; letter-spacing: normal;"><span style="color: #3456fb;">Welcome to 24sessions&nbsp;👋<br /></span><span style="color: #0F1D5E; font-size: 14px;">While you wait, check out our latest product video:</span><br /></h1><div style="background-image: url(&quot;https://info.24sessions.com/hubfs/Artboard%203.png&quot;); background-repeat: no-repeat; background-size: cover; height: 275px; text-align: center;"><iframe width="80%" height="210" style="margin-top: 35px" src="https://www.youtube.com/embed/ZgPNTu93EpU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
```

&#x20;

The following HTML code can be used for pictures.

*Note: Please apply your own color codes, videos and background relevant to your organization.*

```
<h1 style="color: #2345fa; letter-spacing: normal;"><span style="color: #2345fa;">Welkom bij 24sessions&nbsp;👋<br /></span><span style="color: #2345fa; font-size: 14px;">Nog even geduld, wij starten zo snel mogelijk ons gesprek</span><br /></h1><div style="background-image: url(https://info.24sessions.com/hubfs/Artboard%203.png); background-repeat: no-repeat; background-size: cover; height: 275px; text-align: center;"><img width="80%" height="210" style="margin-top: 35px; object-fit: cover;" src="https://info.24sessions.com/hubfs/Waiting%20Room%20Visuals/250620teamhorsthuis_JHT2604.jpg"></div>
```

&#x20;For pictures, we recommend a width of **maximum 453 pixels**, you can also scale this in the HTML code. There is no limit to the length.&#x20;


---

# 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://docs.bird.com/24sessions/meeting-types/waiting-room-set-up.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.
