> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/ai-agents/hardware-management/inactive-asset-monitoring.md).

# Inactive Asset Monitoring

Inactive assets can quietly accumulate in your environment, tying up licenses, skewing your inventory data, and creating unnecessary security exposure. The Inactive Asset Monitoring agent gives you an autonomous, hands-off way to track company-owned assets that have gone dark and turn those findings into actionable support tickets - without any manual querying or report scheduling on your part.

***

### How It Works

When you configure and activate this agent, Harmony continuously evaluates your company-owned asset inventory against an inactivity threshold you define. Any asset that has not been seen for longer than that threshold is flagged. Harmony then automatically:

1. **Creates a support ticket** - A new ticket is opened on your behalf to surface the findings to your team.
2. **Attaches a CSV export** - A detailed CSV file listing every affected asset is attached directly to the ticket. The export includes key attributes such as asset owner, asset type, and other relevant asset metadata.
3. **Populates the related assets section** - The ticket's related assets section is automatically filled with all flagged assets, giving your team full context without any manual linking.

This end-to-end flow runs autonomously, so your team only needs to act when there is something real to address.

***

### Configuring the Agent

#### Inactivity Threshold

The core setting you control is the **inactivity threshold** - the number of days after which an asset is considered inactive. You can tailor this value to match your organization's expectations for device check-in frequency. For example:

* A short threshold (such as 14 days) suits environments where devices are expected to connect frequently.
* A longer threshold (such as 60 or 90 days) may be more appropriate for assets assigned to infrequent travelers or seasonal workers.

Setting the right threshold for your environment reduces noise and keeps generated tickets meaningful.

#### Scope

The agent monitors **company-owned assets** specifically. Personal or unmanaged devices are not included in the inactivity evaluation.

***

### Generated Ticket Details

Each ticket created by the agent contains the following:

| Section            | What It Includes                                                                       |
| ------------------ | -------------------------------------------------------------------------------------- |
| Ticket description | A summary of the inactivity detection run and the threshold applied                    |
| Attached CSV       | A full export of all inactive assets with owner, type, and additional asset attributes |
| Related assets     | All flagged assets linked directly to the ticket for easy review and action            |

Having all of this information in a single ticket means your IT or helpdesk team can triage, investigate, and take action - such as reclaiming licenses or reaching out to asset owners - from one place.

***

### Benefits

* **Reduced manual effort** - No need to run periodic reports or build custom queries to find inactive devices.
* **Faster remediation** - Automatic ticket creation means findings surface in your existing workflows immediately.
* **Accurate inventory** - Proactively identifying inactive assets helps you keep your records clean and your license counts accurate.
* **Consistent enforcement** - The agent applies the same threshold criteria every time, removing human error from the process.

***

### Getting Started

To set up the Inactive Asset Monitoring agent, navigate to the **AI Agents** section of Harmony and select this agent from the Hardware Management category. Configure the inactivity threshold in days, confirm the monitoring scope, and activate the agent. Harmony handles the rest automatically from that point forward.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.harmony.io/ai-agents/hardware-management/inactive-asset-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
