| Main Entity | A standalone data structure your app owns, with no direct link to existing records. | You need a brand-new kind of data of its own. |
| Extend Global Entity | Adds extra custom fields onto an existing Daftra record. | You want to attach extra data to a Client, Employee, Product, or Supplier. |
| Related Entity | A related form/record tied to an existing record. | You need supplementary forms attached to an existing record. |
| Workflow | Relates multiple forms/entities together into a connected process. | Your app's logic spans more than one entity. |