> ## 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.

# Asset Reports

> Redirect target that forwards to the IT Reports list pre-filtered to asset inventory report type.

The Asset Reports route at `/it/reports/assets` is not a standalone screen — it redirects to `/it/reports?type=asset_inventory`.

## Overview

The route `/it/reports/assets` is implemented as a pure `<Navigate>` component that immediately redirects to `/it/reports?type=asset_inventory` with `replace` semantics (does not add a history entry). There is no dedicated page component or UI rendered at this path. All functionality is provided by the IT Reports list page (`/it/reports`).

See the [IT Reports list documentation](/it/it-reports) for the full feature description.

## Who it's for

Requires `IT_PERMISSIONS.VIEW` (outer `ITViewGuard`). No per-route additional gate; access follows the redirected destination.

## Before you start

Any navigation to `/it/reports/assets` will be immediately forwarded. Bookmark `/it/reports?type=asset_inventory` directly for reliable access.

## Steps

<Steps>
  <Step title="Navigate to the redirect URL">
    Visiting `/it/reports/assets` automatically forwards to `/it/reports?type=asset_inventory` without user action.
  </Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="IT Service Management" icon="headset" href="/it/overview">
    IT Service Management overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/it.tsx
</Accordion>
