(sysadmin_new_project)= # New projects When a new project at Turing wishes to use a TRE, TRESA takes responsibility for managing TRE deployment and all other processes relating to the TRE. To get started: 1. {ref}`process_project_initiation` 2. Forward the {ref}`project_guide` to the project team contact(s) The project team should inform you who their primary contact(s) are for the duration of the project. Once the above actions are completed, follow the tasks lifecycle diagram and liase with the project team around timings for the various tasks, checking them off on the GitHub issue you created. Whenever a task requires the project team to complete, inform (and remind) the project team contact(s) via email or slack message. ## Before the project Set up the TRE : _Getting the TRE ready and ensuring that Azure credits are assigned._ - {ref}`vpn_support` - {ref}`process_project_initiation` - {ref}`request_azure_credits` - {ref}`deploy_dsh_sre` Set up user accounts : _Training users and giving them access to the TRE._ - {ref}`log_user_project_information` - {ref}`process_user_account_creation` Secure data ingress : _Bringing code or data into the TRE._ - {ref}`process_data_ingress` ## During the project Support research in the TRE : _Support users inside the TRE._ - {ref}`manage_tre` - {ref}`track_budget` - {ref}`manage_compute` ## After the project Secure data egress : _Bringing code or data out of the TRE._ - {ref}`process_data_egress` - {ref}`delete_data` Shutdown : _Shutting the TRE down and securely deleting any data._ - {ref}`validate_teardown` - {ref}`teardown_tre` - {ref}`cancel_azure_subscription` - {ref}`update_logs`