# Rooms

## **Overview**&#x20;

Rooms are predefined within your location's floorplan, and can be marked as either team rooms or meeting rooms. This guide explains how to manage these rooms effectively after they have been created through the floorplan upload.

**Access Rooms Tab** Click on the Rooms tab from the horizontal navigation bar in a selected layer, to display the list of rooms automatically generated from the floorplan.

## **Managing Existing Rooms**

1. **Edit Room**
   * Click on a room from the list to view its overview.
   * Click the Edit button to update:
     * Name: Change the room's name.
     * Type: Specify or change the room type (team room or meeting room).

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

2. **Add Labels**&#x20;
   * In the room overview, add labels such as 'wheelchair access' to facilitate better space allocation by AIDRA.
   * Tag rooms with labels and create connections from users with specific needs to the labels to aid in space allocation.

<figure><img src="/files/BoBhxZN77ZdLKziq08lh" alt="" width="375"><figcaption></figcaption></figure>

## **Room Connections**

1. **Navigate to Connections Tab** From the room overview, click on the Connections tab to manage existing connections or create new ones between the room and people or teams.
2. **Adding Room Connections**
   * To add a new connection, select whether to connect with people or teams, set the connection strength, and decide if it is a positive or negative connection.

<figure><img src="/files/MGZ6IGVNEVvjIcXRyWTp" alt="" width="375"><figcaption></figcaption></figure>

## **Room List Overview**&#x20;

#### Each room on the list displays the following information:

* Name: The designated name of the room.
* Capacity: The number of people the room can accommodate.
* Type: Indicates whether the room is for a team or serves as a meeting room.
* Status: Active or inactive status of the room.
* Delete: Option to remove the room from the system.
* Search Rooms: Functionality to search through listed rooms.

<figure><img src="/files/D3WssSW7R6UmdXWoCize" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.gospace.com/admin/get-started/rooms.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.
