Master Data feature provides a dedicated interface for managing static datasets that are essential for your application's operation. This data, often referred to as "lookup data," is foundational and rarely changes, such as user types, country lists, or status codes.
This feature allows you to select any table from your database schema and designate it as a source of master data. Once a table is selected, you gain a powerful set of tools to directly manage its content, ensuring data integrity and consistency across your entire system.

- **Create**: Add new records (e.g., a new user type like "personal").
- **Read**: View and search all existing records.
- **Update**: Edit the values of existing records.
- **Delete**: Remove records that are no longer needed.

