The New Asset 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/assets/new) provides a wizard-based flow for registering a new IT asset. The wizard mode — standard (AssetCreationWizard) or configurable (ModuleWizardRenderer) — is determined by the organization’s IT wizard configuration.
Overview
On load the page callsuseWizardMode('it') to determine which wizard to render. In standard mode, AssetCreationWizard collects asset details; on completion it navigates to /it/assets/:id. In configurable mode, ModuleWizardRenderer is used instead. Cancelling either wizard navigates back to /it/assets.
Who it’s for
No explicit secondary permission gate at the route level beyond the outerITViewGuard (it.view). Creating assets requires it.assets.create enforced at the API/data layer.
Before you start
- Confirm you have permission to create assets (
it.assets.create). - Have the asset’s name, type, and serial number ready before starting the wizard.
Steps
Open the new asset form
From the IT Assets page, click Add Asset, or navigate directly to
/it/assets/new.Submit
Click the final confirmation step to create the asset record. You are redirected to the new asset’s detail page.
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/assets/AssetCreatePage.tsx
- src/cores/it/components/wizards/AssetCreationWizard.tsx