The IT Settings page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/it/settings) allows administrators to configure module-level settings for the IT core. It is guarded by the it.settings.admin permission and uses useITModuleSettings to load and persist configuration via the it_module_settings table.
Overview
The page renders a singleITModuleSettingsForm inside a settings layout. On load it fetches existing settings; on submit it calls upsert (an upsert operation against it_module_settings). A dirty-state guard prompts users before leaving with unsaved changes. A guided tour is available via the Help button or ?tour=it-settings-tour query parameter.
Who it’s for
Users with permissionit.settings.admin (inner RequirePermission gate within the outer ITViewGuard).
Before you start
- You must hold the
it.settings.adminpermission. Contact your system administrator if the settings link is not visible.
Steps
Open IT Settings
Navigate to
/it/settings or click the settings icon on the IT Operations overview page.Review the current configuration
The form loads existing settings from
it_module_settings. Fields are pre-populated with the current values.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/ITSettingsPage.tsx
- src/cores/it/hooks/useITModuleSettings.ts