Noted.

Perhaps things could become much more clear in your thought process with a database structure like this:

This way you can define the following pages:

The key takeaways from the above structure are the following:

  1. You can use the default data type USER that comes with every Bubble app to manage your users. No matter how they are classified/categorized in your app.
  2. You can use your SERVICE PROVIDERS as you need them and always have a user associated to them.
  3. You can use your USERS as you need them and always have a “true” user associated to them.

Hope this helps :+1:t2: