Files
nocodb/packages/noco-docs/docs/030.workspaces/010.workspace-overview.md
Raju Udava bfc395469d docs: workspace
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-15 09:28:46 +05:30

28 lines
1.1 KiB
Markdown

---
title: 'Workspace overview'
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Workspaces in NocoDB are collection of one or more bases. You can create multiple workspaces to organize your bases and collaborators. Some of the key points to note about workspaces are:
- Each workspace has its own set of bases.
- Each workspace has its own set of collaborators and access permissions.
- Each workspace has its own set of settings & billing plans
- A base can be a part of only one workspace & cannot be moved between workspaces.
- A collaborator can be a member of multiple workspaces.
- A collaborator can have different access permissions in different workspaces.
:::info
You can create only one workspace in the self-hosted plan (default).
:::
### Workspace context menu
Workspace context menu is accessible from the left sidebar.
![image](/img/v2/workspace-menu.png)
### List workspaces
Workspace context menu lists all the workspaces you have access to. You can switch between workspaces by clicking on the workspace name.
![image](/img/v2/workspace-list.png)