Skip to content

Navigation

SBOS.AI uses a sidebar-based navigation layout with a top menu bar. This page explains the key navigation elements so you can quickly find what you need.

Main Layout

The application layout consists of three main areas:

  1. Sidebar -- Primary navigation to all major sections
  2. Top Bar -- Quick access menus, notifications, timers, and user settings
  3. Content Area -- The main workspace where you view and interact with data

Application Layout

The sidebar provides access to all major sections of the platform. Click any item to navigate to that section.

Sidebar

The main menu contains links to the primary feature areas:

Main Menu

Staff portal sidebar (from code)

The staff (/user) sidebar is built from navLinks.ts (allUserLinks) in the SBOS.AI web client — repository path ALP/App/src/components/ui/layout/framework/navLinks.ts. Group titles and link titles below match that file (May 2026).

GroupLinks (title → permission on menu row)
GeneralDashboard; Emails → Email.View; Calendar → Calendar.View
CRMClients → Client.View; Contacts → Contact.View; Organisations → Organisation.View; Groups → Group.View
MattersMatters → Matter.View; Matters Report → Matter.View; Offerings → Matter.View (route also uses Offering.View — see Offerings)
WorkflowsRoutines → Project.View; Projects → Project.View; Project tasks → Project.View; To Do → Project.View
Time & InvoicesAuto time entries → Matter.View; Time entries → Matter.View; Invoices → Invoice.View; Waiting approvals → Invoice.Approve; Ready to send → Invoice.Send
RegistersMail register → MailRegister.View; Risk register → Risk.View; Incident log → IncidentLog.View; PPSR register → PPSRRegister.View; Asset register → Asset.Edit
ComplianceAML dashboard → ReleasePermission.Beta + CddProfile.View
ContractsContracts → Contract.View
ReportsMetabase reports → Metabase.View
SyntaqSyntaq forms → Matter.View; Syntaq records → Matter.View
SupportSupport tickets → SupportTicket.View; Wiki → Core.View; Help → external https://docs.sbos.ai/

Admin and System menus use allAdminLinks and allSystemLinks in the same file. Switch context by navigating to /admin or /system.

Top bar

The top bar contains several quick-access menus:

Notifications

View real-time notifications about updates, assignments, and system events.

Notification Menu

Reminders

Access your active reminders and create new ones.

Reminder Menu

Timer

Start, pause, and manage your active time tracking timer directly from the top bar.

Timer Menu

Email

Quick access to your synced email inbox.

Email Menu

Documents

Quick access to document-related actions.

Document Menu

Downloads

Access files available for download.

Download Menu

Page Layouts

SBOS.AI uses two primary page layouts:

Master-Detail Layout

Used for list-based views (e.g., contacts, matters). The left panel shows a list, and clicking an item opens its details in the right panel.

Master-Detail Layout

Detail Layout

Used for viewing and editing a single record with all its associated information.

Detail Layout

Slide-Over Panels

Some actions open in a slide-over panel on the right side of the screen, allowing you to perform quick tasks without leaving the current page.

Slide-Over Panel

Staff Directory

The staff directory provides quick access to find and contact team members.

Staff Directory

Creating Reminders

You can create reminders from various locations in the application to stay on top of important tasks and deadlines.

Create Reminder

Feedback

Use the built-in feedback tools to report bugs or suggest improvements.

Submit Bug Report

Submit Suggestion

SBOS.AI Platform Documentation