# IT:AD:Design:UX:Screen Flows:Dashboard # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} Unauthorized users land on the landing page. Once Authenticated, they are redirected to their Dashboard. ## Flow ## !includeurl http://skysigal.com/_media/resources/configuration/plantuml/minimalist.txt state DashboardViewContainer { [*] --> UserSettingsViewContainer : User Setttings [*] --> Help: Help state PrimaryDataViewContainer { } } state UserSettingsViewContainer { [*] --> ProfileView : Name/Bio [*] --> AvatarView : Picture [*] --> ContactPreferencesView : Contact Info }