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 New Asset page (/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 calls useWizardMode('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 outer ITViewGuard (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

1

Open the new asset form

From the IT Assets page, click Add Asset, or navigate directly to /it/assets/new.
2

Complete the wizard

Fill in all required fields in the wizard steps.
3

Submit

Click the final confirmation step to create the asset record. You are redirected to the new asset’s detail page.
4

Cancel if needed

Click Cancel or the back button at any step to return to /it/assets without saving.

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/assets/AssetCreatePage.tsx
  • src/cores/it/components/wizards/AssetCreationWizard.tsx