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

# Rooms

> Isolated, private workspaces that hold your data, workflows, skills, and agents.

A **Room** is an isolated workspace in Corvic. Everything you build — data sources, workflows, skills, and agents — lives inside a room, and each room is fully self-contained.

<Note>
  Rooms are the unit of **privacy and data isolation** in Corvic. Data, workflows, and agents in one room are never accessible from another, which makes rooms ideal for separating projects, teams, clients, or sensitive datasets.
</Note>

## Why rooms matter

* **Isolation** — Each room is a hard privacy boundary. Nothing crosses between rooms unless you explicitly recreate it.
* **Organization** — Group everything for a project, department, or use case in one place.
* **Access control** — Membership and permissions are managed per organization, so only the right people work in a room.

## What lives in a room

Within the privacy boundary of a room, you have everything you need to turn data into intelligence:

| Contents         | Description                                                        |
| ---------------- | ------------------------------------------------------------------ |
| **Data Sources** | Files, storage connectors, web sources, and API-fetched data.      |
| **Workflows**    | Repeatable pipelines that process, transform, and embed your data. |
| **Skills**       | Reusable capabilities that extend what your agents can do.         |
| **Agents**       | LLM-powered assistants that reason across the room's data.         |

You can create as many of each as you need.

## Working with rooms

Creating, configuring, and managing rooms — including templates that pre-provision agents and connectors — is covered in the Features guide.

<Warning>
  Deleting a room permanently removes all data, workflows, spaces, and agents within it. This action cannot be undone.
</Warning>

## Related Concepts

<CardGroup cols={2}>
  <Card title="Rooms (Feature Guide)" icon="folder" href="/features/rooms">
    Create and manage rooms in the app.
  </Card>

  <Card title="Data Sources" icon="database" href="/concepts/data-sources">
    Bring data into a room.
  </Card>

  <Card title="Corvic Tables" icon="eye" href="/concepts/feature-views">
    Compose entities for processing.
  </Card>

  <Card title="Agents" icon="robot" href="/concepts/agents">
    Reason across the room's data.
  </Card>
</CardGroup>
