# Installing Nexthink VDI Client Extension

Nexthink VDI Client Extension is a lightweight agent for personal employee devices and self-managed endpoint devices connected to virtual desktop environments (VDIs). The extension sends only relevant data to the Nexthink instance from devices on which Nexthink Collector cannot be installed.

{% hint style="info" %}
[Nexthink VDI Client Extension](#download-the-extension) is included as a component in Nexthink Collector; therefore you do not need to install it separately on company-managed devices accessing virtual environments.

For **company-managed devices**, see the [Installing Collector on Windows](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md) documentation to learn how to install Collector.
{% endhint %}

### Platform compatibility

Nexthink VDI Client Extension supports Citrix, Microsoft Azure Virtual Desktop (AVD) and Windows 365 Cloud PC (CPC), and can be installed on endpoints running Microsoft Windows.

## Download the extension

Download the VDI Client Extension MSI file directly from Nexthink on the [Collector management](/platform/user-guide/administration/system-configuration/collector-management.md) dashboard under **Administration > Collector management > Downloads**.

## Install the extension

Choose between the following installation paths:

* **Manual**, which highlights all steps during the process
* **Silent**, which runs without user intervention

### Manual installation

Run the MSI file like any other executable to launch the VDI Client Extension installer, and follow the steps. This starts the installation process with Windows Installer.

### Silent installation

Run the following command in a command-line interface (CLI) to install the extension without user interactions; replace `<VERSION>` with the version of the extension:

```powershell
msiexec /i NEXThink_VDI_Client_Extension_<VERSION>.x86_64.msi /qn
```

## Connect to a VDI session

Once the installation is complete, you are ready to reconnect to your VDI session, and Nexthink can start complementing the remote session information with relevant metrics from the client device.

## FAQ

See the [VDI Experience FAQ](/platform/user-guide/vdi-experience/vdi-experience-faq.md) to find answers to common questions regarding, for example, deployment scenarios.


---

# 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.nexthink.com/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/installing-the-nexthink-vdi-client-extension.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.
