> For the complete documentation index, see [llms.txt](https://docs.fluid.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluid.so/features/rooms.md).

# Rooms

Rooms is an amazing feature that lets you join your friends, colleagues or basically anyone within Fluid. It lets you talk to them using voice chat and allows you to access a Shared Browser Window with them.

## Getting Started

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

{% stepper %}
{% step %}
Select the "Rooms" tab in the dock
{% endstep %}

{% step %}
Click on "Create a room"
{% endstep %}

{% step %}
Enter a Room Name, Description and code.
{% endstep %}

{% step %}
Press "Save & create"
{% endstep %}
{% endstepper %}

## Shared Window

The shared window runs in the cloud and can be controlled by anyone in the room. Make sure you trust others in a room if any sensitive information is entered into the shared window. The Shared Window should function similarly to local windows.&#x20;

{% hint style="danger" %}
When you leave a room, the shared computer will still be accessible to other users in the room. If you have logged into any personal accounts, make sure to delete the shared computer before leaving the room. Otherwise, they will still be usable by anyone who joins the room.

The shared computer will delete itself once everybody has left the room.
{% endhint %}

### Opening the shared window

{% stepper %}
{% step %}
Select the "Rooms" tab in the dock
{% endstep %}

{% step %}
Click on the button that says "Shared Computer"
{% endstep %}
{% endstepper %}

### Delete a shared window

A shared window can be deleted by clicking the "Delete shared computer" button. Anyone in the room can terminate the window for everyone in the room. Leaving the room or closing it with the X button in the top right does **not** automatically delete it. The shared window will auto delete after **all users have left a room**, not just the user who created it. Once the Shared Window has been deleted all data is destroyed and the instance is completely shut down.


---

# 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://docs.fluid.so/features/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.
