> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/library-packs/device-landscape/workflow_-device-assignment-verification.md).

# Workflow: Device assignment verification

## Problem <a href="#workflow-deviceassignmentverification-problem" id="workflow-deviceassignmentverification-problem"></a>

If the ServiceNow Hardware Asset Management database isn’t kept current, it can lead to a range of operational challenges. Inaccurate documentation of a device’s current user can disrupt resource retrieval processes, causing delays and confusion when devices need to be collected for maintenance or upgrades. This discrepancy can also result in applications being installed incorrectly or not at all. Thus, maintaining up-to-date assignee information is crucial for the efficiency of resource retrieval and the security of the overall IT asset management system.

## Solution <a href="#workflow-deviceassignmentverification-solution" id="workflow-deviceassignmentverification-solution"></a>

Orchestrate the process of maintaining the ServiceNow Hardware Asset Management database to drastically reduce operational challenges and improve IT asset management efficiency. Achieve this through a fully automated workflow that triggers each time a user logs on, checks the accuracy of the assignee data in ServiceNow, and seeks user confirmation if discrepancies are detected.

A key factor in this process is the real-time verification of the device’s current user. The workflow allows you to detect discrepancies in assignee information, which can then be addressed immediately for more accurate data management.

## Key features <a href="#workflow-deviceassignmentverification-keyfeatures" id="workflow-deviceassignmentverification-keyfeatures"></a>

* A comprehensive, automated process to maintain current assignee information.
* An option to involve users for increased transparency, awareness, and to secure approval.
* Utilization of an API call to ServiceNow to update the hardware asset assignee.

## Get started <a href="#workflow-deviceassignmentverification-getstarted" id="workflow-deviceassignmentverification-getstarted"></a>

Configure and start using your packs by following these links:

* [Configuration guide: Device assignment verification](/platform/library-packs/device-landscape/workflow_-device-assignment-verification/configuration-guide_-device-assignment-verification.md)
* [Usage guide: Device assignment verification](/platform/library-packs/device-landscape/workflow_-device-assignment-verification/usage-guide_-device-assignment-verification.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.nexthink.com/platform/library-packs/device-landscape/workflow_-device-assignment-verification.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.
