Skip to main content

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.

The IT Settings page (/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 single ITModuleSettingsForm 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 permission it.settings.admin (inner RequirePermission gate within the outer ITViewGuard).

Before you start

  • You must hold the it.settings.admin permission. Contact your system administrator if the settings link is not visible.

Steps

1

Open IT Settings

Navigate to /it/settings or click the settings icon on the IT Operations overview page.
2

Review the current configuration

The form loads existing settings from it_module_settings. Fields are pre-populated with the current values.
3

Update fields as needed

Modify the relevant fields in the form.
4

Save changes

Click the save button or press Cmd+S (Mac) / Ctrl+S (Windows) to submit the form. The page reflects the dirty state with a save indicator while there are unsaved changes.

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.
  • src/routes/it.tsx
  • src/cores/it/pages/ITSettingsPage.tsx
  • src/cores/it/hooks/useITModuleSettings.ts