# Local database

- [Delete all local Data](/reference/funciones/local-storage-e/delete-all-local-data.md): Allows you to delete all information from all records stored in the local database
- [Delete local storage data](/reference/funciones/local-storage-e/delete-local-storage-data.md): Allows you to delete an entire record collection or delete specific records from a collection
- [Get local storage data](/reference/funciones/local-storage-e/get-local-storage-data.md): Allows information queries to be made to the local database on the device
- [Set app value](/reference/funciones/local-storage-e/set-app-value.md): The Set app value function allows you to add a permanent or temporary value to a global variable in the application, this variable will be available for all screens within the application. The
- [Set data DB direct](/reference/funciones/local-storage-e/set-data-db-direct.md): The Set data DB direct function allows you to add information to a record directly.‌ Compared to the Save in DB function, this function only allows you to add information to a single field
- [Save local storage data](/reference/funciones/local-storage-e/save-local-storage-data.md): Allows saving information in the local base from the device in which the application is used
- [Set page Value](/reference/funciones/local-storage-e/set-page-value.md): The Set Page Value function allows you to assign a value to local variables and be used to store a value that will be used at a later time.
