# 2. Install Nx AI Manager Plugin

After your installation of the Nx Mediaserver which currently does not come packaged with the Nx AI Plugin, you can always install it yourself.

{% hint style="info" %}
Installing the Nx AI Plugin will restart the Nx Mediaserver. This should take a couple of seconds, and the client will reconnect automatically.
{% endhint %}

Open a terminal window on the device where you installed the Nx Mediaserver and execute the following command to install the Nx AI Manager plugin:

```bash
sudo bash -c "$(wget -q -O - https://artifactory.nxvms.dev/artifactory/nxai_open/NXAIPlugin/install.sh)"
```

This script will download the latest plugin and place it in the appropriate plugin folder.&#x20;

### Re-installation or Updates

If you want to update or re-install the Nx AI Plugin you can safely re-run the same command.&#x20;

The old version of the plugin will be removed by the install script before the new version is installed.

Your settings will be stored and reused. You will still need to check the settings, because in some cases new options are available that require some changes. An example might be a new runtime that is available for your hardware.


---

# 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://nx.docs.scailable.net/nx-ai-manager-v4.x/nx-ai-manager/2.-install-nx-ai-manager-plugin.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.
