/it. It displays a summary of active vendors, pending procurement requests, expiring contracts, and overall license compliance, along with grouped widgets for assets, support tickets, security, and operations.
Overview
On load the page callsuseITDashboardStats to populate four summary cards, then renders ten lazy-loaded dashboard widgets grouped into three sections: Assets & Support, Vendors & Security, and Operations. A settings shortcut button navigates to /it/settings (requires it.settings.admin).
Alternate routes: the /it/dashboard route renders the ITDashboard component (a separate detailed dashboard) rather than this overview.
Who it’s for
Users with permissionit.view (guarded by ITViewGuard → RequirePermission permission={IT_PERMISSIONS.VIEW}).
Before you start
- Confirm you have the IT module enabled for your organization.
- The page auto-refreshes widget data when the
itquery key is invalidated.
Steps
1
Open the IT module
Navigate to the IT section of the platform. The overview page loads automatically at
/it.2
Review the summary cards
Four stat cards display: Active Vendors, Pending Requests (procurement), Expiring Contracts (next 30 days), and License Compliance percentage. Cards with elevated values display a warning state.
3
Explore the widget sections
Scroll through three sections — Assets & Support, Vendors & Security, and Operations — to see detailed widget data for assets, tickets, SLA status, licenses, vendors, contracts, security posture, procurement, onboarding, and change requests.
4
Use quick actions
The Quick Actions bar (below the page header) provides configurable shortcuts for common tasks in the IT module.
5
Navigate to sub-sections
Click any stat card or widget to navigate to the corresponding detail page, or use the navigation menu to access specific areas.
Key concepts
Related
IT Service Management
IT Service Management overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/ITOverview.tsx
- src/cores/it/hooks/useITDashboardStats.ts