# Devices/Services Found

Devices/Services Found is the inventory of all targets that the agent has successfully identified. Each entry shows the hostname or service name, the discovery job name, the assigned agent, the category, the last activity, and the status. Use the filter options at the top of the page to narrow the list by hostname, scan name, scanning agent, or category.

![](/files/e650b255e95df76afe3fc562a8c4de3c7c173daf)

## Reassign Agent

Reassigning a scanning agent changes which agent is responsible for a target. Do this when the original scanning agent is overloaded, and you want to balance workload, a target has moved to a network segment closer to a different scanning agent, or the original agent is being decommissioned.

![](/files/34b795f32d4a36c5337ec185c79a82ba590fc54d)

1. Navigate to **DISCOVER** > **Devices/Services Found**.
2. Check the boxes next to the targets you want to reassign. Multiple targets can be selected at once, including targets currently assigned to different agents.
3. Click **+Re-assign Agent**.
4. Select the new scanning agent from the pop-up and click **Save**, then **Assign**.<br>

   <div align="left"><img src="/files/338007f51aff5b50d83f384877435bf5bc22ae5a" alt=""></div>

{% hint style="info" %}
You can reassign multiple devices to an agent at once. Devices already assigned to the selected agent are skipped. After reassignment, all future scans for those devices are handled by the new scanning agent.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.guardware.com/discover/scan/devices-services-found.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
