> For the complete documentation index, see [llms.txt](https://meetbit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetbit.gitbook.io/docs/rooms/quick-start-for-rooms.md).

# Quick Start for Rooms

MeetBit Rooms provide a secure and branded online conference experience for you and your customers to meet online. These comes fully featured with with video, audio, and content-sharing abilities depending on your device and browser. It's even possible to use noise suppression and background blur for a more focused and professional meeting experience.

{% hint style="info" %}
For a list of supported devices, see [Supported Devices](/docs/rooms/conference-rooms/supported-devices.md).
{% endhint %}

<figure><img src="/files/LLQu8BymHHsIFZMWO7Iz" alt=""><figcaption></figcaption></figure>

## Entering a Room

1. Open the room's URL in your browser or use the link provided in the Meeting Link confirmation email.

<figure><img src="/files/C73MxvbC73MWWz5oDjcx" alt=""><figcaption><p>MeetBit Room Entry Page</p></figcaption></figure>

2. Enter your email on the landing page.&#x20;
3. Press the Enter key on your keyboard or click the "Enter" button.

{% hint style="info" %}
Private MeetBit Rooms only allow pre-defined Attendees to enter, while Public Rooms are open to everyone. Additionally, you must be signed in if you are entering as an Admin Panel User.
{% endhint %}

3. If you haven't previously granted access to your camera and microphone, click "Allow" to continue entering the MeetBit Room.

<figure><img src="/files/rhWz9tACMZVFR2Hbaj2t" alt=""><figcaption><p>MeetBit Room Setup Page</p></figcaption></figure>

3. On the setup page, select the devices you want to use and enable or disable them as needed.
4. Click "Join" to enter the Room.
5. If the MeetBit Room or Workspace has recording enabled by default, you must consent to the recording to proceed.

## Using a Conference Room

Now that you've entered a MeetBit Room, proceed to the next page to learn what you can do once inside.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://meetbit.gitbook.io/docs/rooms/quick-start-for-rooms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
