> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowla.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rooms

> Create, find, and update the deal or onboarding spaces you share with buyers.

Rooms are the spaces you share with buyers — built from templates, duplicated from existing rooms, or created from scratch.

## Create a room

<CodeGroup>
  ```text From scratch theme={null}
  Create a new Flowla room called 'Acme Corp – Onboarding'.
  ```

  ```text From a template theme={null}
  Spin up a room from our standard sales template and title it 'Globex Q3 Deal'.
  ```

  ```text Duplicate an existing room theme={null}
  Duplicate my 'Acme Corp' room for a new prospect called Initech.
  ```

  ```text Connected to a CRM deal theme={null}
  Create a room for the HubSpot deal 12345678 and assign it to me.
  ```
</CodeGroup>

## Find and review rooms

<CodeGroup>
  ```text List all rooms theme={null}
  List all my Flowla rooms.
  ```

  ```text Engagement analytics theme={null}
  Show me the engagement analytics for the Acme Corp room — who's been viewing it and how far they got.
  ```
</CodeGroup>

## Update a room

<CodeGroup>
  ```text Rename and set status theme={null}
  Rename the Globex room to 'Globex – Closed Won' and set its status to Active.
  ```

  ```text Change owner theme={null}
  Change the owner of the Acme room to jordan@ourcompany.com.
  ```
</CodeGroup>
