Creating a collection

Click + New collection
In the left sidebar, click the + New collection button located at the bottom of the collections panel.
Configure the basic details
Fill in the following fields:
- Name — Collection name (required, e.g. “customers”, “products”)
- Type — Collection type (Base by default)
Add fields
Every new collection includes three automatic fields:
- id — Unique record identifier (auto-generated)
- created — Record creation date (Autodate)
- updated — Date of last update (Autodate)
Field types
Each field has a type that determines what data it can store and what validations apply:| Type | Description |
|---|---|
| Text | Text strings (5,000 characters maximum by default) |
| Editor | Rich formatted text (bold, lists, links, etc.) |
| Number | Numeric values (integers or decimals) |
| Boolean | True/false values |
| Email addresses with format validation | |
| URL | URLs with format validation |
| Date | Date and time set manually by the user on each record |
| Autodate | Date and time assigned automatically by the system (e.g. created and updated fields) |
| Select | Selection of one option from a predefined list |
| Relation | Reference to records in another collection |
| File | File attachments |
| JSON | Structured data in JSON format |
| GeoPoint | Geographic coordinates (latitude and longitude) |
| Password | Masked text for storing passwords or secrets |
Configuring fields
Click the gear icon (⚙) on any field to view its configuration options. Options vary depending on the field type. For Text type fields:- Min length / Max length — Minimum and maximum text length (5,000 characters maximum by default)
- Validation pattern — Regular expression to validate the format (e.g.
^[a-z0-9]+$) - Nonempty — Marks the field as required
- Hidden — Hides the field in the user interface
- Presentable — Marks the field as the representative field of the record
Reordering fields
Click Reorder fields inside the collection settings to change the order in which fields appear in the table and in forms.Indexes and unique constraints
At the bottom of the collection settings you will find the Unique constraints and indexes section. Indexes improve query performance on fields that are frequently filtered or searched. Click Create index to add a new index to your collection.Collection settings

- Rename the collection
- Add, edit, or delete fields
- Reorder fields
- Create indexes