> 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/asset-management.md).

# Asset Management

- [Managing Asset Views and Details](https://docs.harmony.io/asset-management/managing-asset-views-and-details.md): Learn how to navigate asset views, filter and search assets, view asset details, manage purchase information, record retirement, and track asset activity.
- [Managing Asset Organization and Importing](https://docs.harmony.io/asset-management/managing-asset-organization-and-importing.md): Learn how to update asset location, ownership, and assignment; use bulk actions; import assets from CSV; and export asset data.
- [Discovering Unmanaged Network Assets](https://docs.harmony.io/asset-management/discovering-unmanaged-network-assets.md)
- [Ingesting Custom Script Results from Managed Devices](https://docs.harmony.io/asset-management/ingesting-custom-script-results-from-managed-devices.md)
- [Windows Peripheral and Display Discovery](https://docs.harmony.io/asset-management/windows-peripheral-and-display-discovery.md)
- [Managing Bluetooth and Peripheral Devices](https://docs.harmony.io/asset-management/managing-bluetooth-and-peripheral-devices.md)
- [Retrieving Device Recovery Keys from Intune and Kandji](https://docs.harmony.io/asset-management/retrieving-device-recovery-keys-from-intune-and-kandji.md)
- [Viewing Device Hardware Details (Disk & Battery)](https://docs.harmony.io/asset-management/viewing-device-hardware-details-disk-battery.md)
- [Resilient MDM Device Data Processing](https://docs.harmony.io/asset-management/resilient-mdm-device-data-processing.md)
- [Unified MDM Device Management](https://docs.harmony.io/asset-management/unified-mdm-device-management.md)
- [Automatic Device Sync When Connecting an MDM Integration](https://docs.harmony.io/asset-management/automatic-device-sync-when-connecting-an-mdm-integration.md)


---

# 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/asset-management.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.
