Creating AnyDB Types
Records are the foundational building blocks in AnyDB. They represent structured business records like customer profiles, invoices, or tasks.
Each record is created from an AnyDB Type, which defines its structure. This ensures consistency across records, enabling streamlined operations, reporting, and automation. Types in AnyDB allow you to standardize record structures, save time, and maintain consistency across your team's workflows. Once created, types simplify creating consistent records and improve efficiency across your team.
Creating a New Type
tip
Note: Only database owners can create and update types. Regular database members cannot create or edit types.
To create a new type:
- Create a new Record by clicking add record
- In the new record dialog, select first Record option in the list
- Select New Type to begin creating a new type

- Select one of the available ways to create a new type

| Option | Description |
|---|---|
| AI | Automatically create a new type using an AI prompt. You can customize the generated type before saving. |
| Existing Data | Upload an XLSX or CSV file to generate a type from its columns and import records. You can customize the generated type before saving. |
| Duplicate | Attachments are also duplicated completed. This is equivalent of copying the entire record with its attachments and creating a brand new copy |