Hi Adrija,
If you add a button to the page where you want to trigger your account detail page. You can create a microflow with a DB retrieve action. In this retrieve you can use the $currentUser token to retrieve the details of the currently logged in user and put the range to first to only retrieve a single object.
You can then add a show page action where you pass this user object to the page parameter.