# Devices

The Devices pane allows you to view and manage all of your devices for each location and business unit.

In the Admin Portal, click **Assets > Devices**. This will display a table of all clients reporting into the server. You can view each device's full information by clicking the **>** dropdown.

![](/files/UsyjY0clRLWFLrH4Wlnu)

## Devices actions

There are two options for you to manage a device(s)

* **Remove Device**

  When a client is no longer valid, click the ellipses (**...**) next to the device entry and click **Remove Device**. This will remove the device from the service database. This can be useful when a machine is re-imaged and it's name has changed, but the record of the old client is still listed.

  When you remove the agent from the Device pane, it does not uninstall. It will trigger the agent to inactivate. The next time the client checks in it will ask for a new id.

{% hint style="info" %}
By default, inactive client records are purged after 21 days, but until the purge occurs the old record will still consume a license.

If the client does not check in for 21 days, the server will remove that client form the asset list, and the Client will mark itself as inactive. If it comes online again it will ask for a new ID and re-initiate communications.

You can change this duration in the Registry Editor from **HKLM\SOFTWARE\Adaptiva\client\client\_data\_manager.inactive\_client\_duration**. This value is in milliseconds by default (1814400000 = 21 days).

<img src="/files/9UbfPtg0FYIQgP2mO1Bn" alt="Image of registry key editor denoting the HKLM\SOFTWARE\Adaptiva\client\client_data_manager.inactive_client_duration value." data-size="original">
{% endhint %}

* **Sync Policies**

  When you click **Sync Policies** this will send a command to the selected device(s) to sync client policies. This is useful when client policies have changed and you want to manually sync these changes, or if a new device is added and you want to ensure the client policies are enacted.

  To verify if a device was properly synced, you can view the PolicyManager log via:

  `C:\Program Files\Adaptiva\AdaptivaClient\logs\componentlogs`

  ![](/files/CIklEREK3c4IyDN4Un6o)

  For more information, please see our [Client Settings Policies](/platform-guide/client-management/client-settings.md) page.


---

# 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.adaptiva.com/platform-guide/platform-features/assets/devices.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.
