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

# Create room

> Use this action to create a new room in Liveblocks.

### Fields

The following fields are available in this action:

| **Field**            | **Type** | **Description**                                                            |
| -------------------- | -------- | -------------------------------------------------------------------------- |
| **Room ID**          | Text     | The ID of the room to be created. It must be a unique string.              |
| **Default Accesses** | Dropdown | The default access level for the room. Options: **private** or **public**. |

### Returned Values

The following values are returned by the action:

| **Value**              | **Type** | **Description**                                    |
| ---------------------- | -------- | -------------------------------------------------- |
| **Type**               | Text     | The type of object.                                |
| **ID**                 | Text     | The ID of the room.                                |
| **Last Connection At** | Date     | The timestamp of the last connection to the room.  |
| **Created At**         | Date     | The timestamp when the room was created.           |
| **Default Accesses**   | Text     | The default access level of the created room.      |
| **Error**              | Yes/No   | Indicates if there was an error during the action. |
| **Message**            | Text     | Displays the error message if an error occurred.   |
| **Status**             | Number   | The error code if the action failed                |

***

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=liveblocks-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=liveblocks-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
