The purpose of the application is to allow employees to perform their daily activities in an agile and controlled way. The application uses the camera, which will be asked for permission from the user, to read a specific United QRCode installed on the customer.The application makes it possible to change the password using the current password for validation in the management system. This password is encrypted and hashed for recording, making it impossible for anyone not to have access to it. With this hash we compare the typed password with the stored one to allow access to the application or not.The application uses internet permission for the traffic of data from the activities involved for storage in the companys management system and also for access to the privacy policy of the application and the management system.We also request permission to record files to store, only the access token generated at login, in the devices storage, for functionality control and auto-login. User password recovery is done by requesting the management system, which responds to the employees e-mail previously registered in the management system. There is no device location recovery or recording at any stage in this first version. Maybe in the future.The only sensitive information used in the app is the CPF/CNPJ to log in to the system, consisting of a password controlled by the user. Next, what travels between the app and the management system is the JWT access token.