Create a blank formulary after user registration

Hi everyone, I’m writing this post right now because I can’t solve an issue and it’s been several days trying differents things without having any luck.

I’m working on an MVP and I need when a new user gets registered a blank form in “profile” should be created (because the user can add information after register in his profile section). I created a model “profile” with a relation “one-to-one” with the “User” collection that Strapi creates by default at project creation.

I’ve try several ways using lifecycle hooks but for my case of use couldn’t find anything usual for Strapi 4. Everything its from 2021 and older.

Im sorry about my english.

Any kind of help or suggestion on this matter will be deeply preciated.