I’ve seen that it is possible to redirect users to a specific page after they log in.
Is it possible to do the same on register?
I also need to put in every case some explanations about the process of register and then redirect the user to the proper page.
Yes, this is possible. The logintobogan module allows such customization. You could also use
hook_form_alteron the login and registration forms, to change where the user should be redirected to.