Remember that DataSources with `skipFromStorage: true` will not be available after a project is loaded unless you add them programmatically.
## Record Mutability
DataSource records are mutable by default, but can be set as immutable to prevent modifications. Use the mutable flag when creating records to control this behavior.
Immutable records cannot be modified or removed, ensuring data integrity for critical information.
## Benefits of Using DataSources
DataSources are integrated with GrapesJS's runtime and BackboneJS models, enabling dynamic updates and synchronization between your data and UI components. This allows you to: