Skip to main content

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 Record 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.

tip

Note: Only database owners can create and update types. Regular database members cannot create or edit types.

To create a new type:

Follow the instructions Creating a New Type to create a new type from scratch.

You can also create types using existing data by following the instructions Creating a New Type from Existing Data. or build a complete system using AI by following the instructions Creating a New Type using AI.