When using StartRisk there are three key concepts that allow users to work across multiple businesses if required, these are your account, profiles and the businesses themselves.

Screenshot 2024-11-21 at 12.11.38 pm.png

  1. Your account

  2. Your profiles

  3. Your businesses

    graph TD;
        A["One Account"] --> B["Profile 1"];
        B --> Q["Business 1"]
        A --> C["Profile 2"];
        C --> S["Business 3"]
        C --> T["Business 4"]
        A --> D["Profile 3"];
        D --> R["Business 2"]