Introduction
Enterprise
// add yout tile factory enterprise
create ent "Your Tiles Factory"
about: "Managing field operations"
Backend
Roles
// this role has full access to the enterprise.
ensure role Owner
// employees have this role and have limited access
ensure role Employee
// sales agents have this role
ensure role Agent