mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 15:57:15 +00:00
37 lines
2.4 KiB
Markdown
37 lines
2.4 KiB
Markdown
---
|
|
title: 'NocoDB terminologies'
|
|
---
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
To maximize your use of NocoDB, it's beneficial to become familiar with some common terms.
|
|
|
|
Within this section, we've provided straightforward explanations for keywords and phrases that are relevant to NocoDB's functionality and capabilities. This resource is designed to assist you in gaining a deeper understanding of NocoDB as you embark on the process of setting up workspaces, bases, tables, and various other elements within the platform.
|
|
|
|
## Layout
|
|
Layout below shows broader components of NocoDB's UI.
|
|
|
|

|
|
|
|
1. Left sidebar
|
|
2. Navbar
|
|
3. Toolbar
|
|
4. View area
|
|
5. Right sidebar
|
|
6. Footbar
|
|
|
|
## Terminologies
|
|
|
|
| Term | Description |
|
|
|--------------------------:|:--------------------------------------------------------------------------------------------------------------|
|
|
| Workspace | Collection of one or more bases |
|
|
| Base | Collection of one or more tables, often related and linked to one another |
|
|
| Table | |
|
|
| Field | |
|
|
| Record | |
|
|
| View | |
|
|
| Workspace Collaborator | Workspace member with specific access permissions |
|
|
| Workspace Owner | Member who had created workspace. There can be only one owner for a workspace & ownership is non-transferable |
|
|
| Base Collaborator | Base member with specific access permissions |
|
|
| Base Owner | Member who had created base. There can be only one owner for a base & ownership is non-transferable |
|