# Creating a room

A single room can be used to run multiple [sessions](/dashboard/troubleshooting-sessions.md).

As a team member, you can create, configure and manage rooms using the Digital Samba Dashboard.

## Inheritance

It is important to understand the below inheritance rule:

{% hint style="warning" %}
**Room settings except 'Privacy' and 'Maximum participants' are inherited from default room settings. You may customise your room by overriding these defaults; only unedited properties will continue to inherit future edits to default room settings.**
{% endhint %}

Example 1: if you create a new room and don't tweak its primary colour, and then a team admin or owner alters primary colour in the default room settings to blue, your new room's primary colour will be inherited and automatically be made blue as well.

Example 2: if you create a new room and set its primary colour to red, and then a team admin or owner alters primary colour in the default room settings to blue, your new room's primary colour will stay red.

## Implementation

To create a new room, go to to the [Rooms section](https://dashboard.digitalsamba.com/rooms) of the dashboard and click on the 'Create a room' button.&#x20;

<figure><img src="/files/1LlNaVRRx9c4xwlDuEfM" alt=""><figcaption></figcaption></figure>

To save time, you can optionally also **clone an existing** room. To do so, go to the [Rooms section](https://dashboard.digitalsamba.com/rooms) of the dashboard and find the option in the three-dot menu next to each existing room.

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

{% hint style="info" %}
You may always click the 'Reset to default' button to reset your room settings to match your '[default room settings](/dashboard/configuring-your-room-defaults.md)'.
{% endhint %}

{% hint style="info" %}
Rooms can also be created using the Digital Samba [RestAPI](https://docs.digitalsamba.com/reference/rest-api), and our integrations in Google Calendar and Wordpress. Please refer to [Room Source](/dashboard/managing-rooms.md) to see where a room was created.
{% endhint %}

{% hint style="info" %}
You can also create a room on the fly and instantly join it by clicking on the '**Meet now**' button on the dashboard's header.
{% endhint %}

Continue reading to get a detailed list of room settings.


---

# 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.digitalsamba.com/dashboard/creating-a-room.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.
