> ## 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

> Create and manage data rooms in Corvic AI

Data rooms are exclusive workspaces where you can upload and manage your data, create Corvic Tables, generate embedding spaces, and build agents. Each room provides complete data isolation.

## Creating a Room

Once you are signed in to your tenant successfully, click on "New Room", provide a room name and click "Add" to create your new data room.

<Frame>
  <img src="https://mintcdn.com/corvicinc/06LEPZPyq-9gZM57/images/create-new-room.png?fit=max&auto=format&n=06LEPZPyq-9gZM57&q=85&s=e10b14074109176b0df0bf523c5c0738" alt="Corvic Home Page showing New Room button" width="2542" height="1315" data-path="images/create-new-room.png" />
</Frame>

You will be automatically redirected to the newly-created data room.

<Frame>
  <img src="https://mintcdn.com/corvicinc/06LEPZPyq-9gZM57/images/empty-room.png?fit=max&auto=format&n=06LEPZPyq-9gZM57&q=85&s=1c320ca2e9506d25cf35c72e63424285" alt="Empty Room Page ready for data sources" width="2557" height="1327" data-path="images/empty-room.png" />
</Frame>

## What You Can Do in a Room

Once a room is created, you can create data sources by adding files or connecting to storage buckets. Build custom Corvic Tables and embedding spaces to explore your data with more depth. Create agents to interact with your data and generate insights.

## Room Management

Each room is isolated, meaning data, Corvic Tables, spaces, and agents in one room are not accessible from another. This allows you to organize different projects or departments in separate rooms while maintaining complete data separation.

<CardGroup cols={2}>
  <Card title="Data Sources" icon="database" href="/features/data-sources">
    Learn how to upload and manage data sources.
  </Card>

  <Card title="Data Apps" icon="window" href="/features/data-apps">
    Build workflows using data apps.
  </Card>
</CardGroup>
