UI routes map
Quick reference for authors aligning documentation with application routes.

Authentication
| Route |
Page |
/login |
Login |
/forgot-password |
Forgot password |
Main sidebar
| Route |
Sidebar label |
/ |
Home |
/locations |
Locations |
/locations/map |
Locations map (toolbar link from list) |
/locations/{id} |
Location details |
/sources |
Sources |
/sources/{id} |
Source details (Details tab) |
/sources/{id}?tab=scans |
Source — Scans tab |
/sources/{id}?tab=files |
Source — Files tab |
/scans |
Scans |
/sources/{id}/scans/{scanId} |
Scan configuration |
/merging |
Merging |
/merging/{id} |
Merge details |
/reports |
Reports |
/reports/{id}/view |
Report view |
/reports/{id}/details |
Report details |
/zones |
Zones |
/zones/{id} |
Zone details |
/users |
Users |
/users/{id} |
User details |
/system |
System — General tab (default) |
/system?tab=ai-models |
System — AI-Models |
/system?tab=class-groups |
System — Class groups |
/system?tab=licensing |
System — Licensing |
/system?tab=modules |
System — Modules |
/system?tab=maintenance |
System — Maintenance |
/ai-models/{id} |
AI model configuration |
Removed routes (404)
| Route |
Notes |
/tasks, /tasks/{id} |
Feature removed |
/maintenance |
Use /system?tab=maintenance |
/misc |
Feature removed |
/account/security |
Redirects to /account/profile |
| Route |
Label |
/account/profile |
Profile (details + change password) |
/account/notification-settings |
Notification settings |
| Route |
Label |
/usage |
API usage (placeholder) |
/settings/mail-server |
Mail server settings (placeholder) |
/settings/notifications |
Notifications settings (placeholder) |
/settings/version-control |
Version control settings (placeholder) |
Environments
| Context |
Base URL |
| Frontend dev |
http://localhost:3000 |
| Production (installed) |
http://{host}:9006 |
Related pages