# Configure the plugin

{% hint style="info" %}
Nx Witness, Nx Go and Nx Meta will work in the same way for the configuration.
{% endhint %}

## Configure Nx Server

After successful installation of Nx Server and Nx Client, an "Integrations" tab should be visible when opening a camera's settings:

<figure><img src="/files/ZBSsUpSUhXW2y9grPzdN" alt="Camera Settings dialog with the Integrations tab selected, showing Nx AI Manager in the list"><figcaption><p>Camera Settings: Integrations tab</p></figcaption></figure>

The plugin can be enabled/disabled per device on the Integrations tab:

<figure><img src="/files/dqedkCSteuKOAIgT6Dx7" alt="Camera Settings Integrations tab showing the Nx AI Manager toggle in the off position"><figcaption><p>Nx AI Manager Integration tab: plugin disabled</p></figcaption></figure>

Once the plugin is enabled and started (toggle on, then click **Apply**), the settings panel shows the active AI pipeline and model controls directly in the Integrations tab:

<figure><img src="/files/tZG1dMuDF1mYUSKfDCXj" alt="Camera Settings Integrations tab with plugin active, showing AI Pipeline dropdown, Device Active toggle, and Device Overview with active pipeline summary"><figcaption><p>Plugin active: AI pipeline and model settings</p></figcaption></figure>

To change a model, use the **AI Pipelines** dropdown to select from the models available on the server.

When using a custom pipeline managed via the Nx AI Cloud, a **Manage Device** button is shown instead. Clicking it opens the AI Manager device panel to manage the model pipeline.

<figure><img src="/files/JT7W9mEdwy9nsL4sAtoP" alt="Plugin settings showing AI Pipeline set to Custom with Manage Device and Reselect Runtime buttons, and Device Overview showing the active pipeline summary"><figcaption><p>Manage Device button: available when using a custom cloud pipeline</p></figcaption></figure>

<figure><img src="/files/3ewFMHPdz4CEJgibIDfq" alt="AI Manager device panel opened from the Manage Device button, showing the current model pipeline on device with pipeline settings"><figcaption><p>Device model pipeline management: opened via the Manage Device button</p></figcaption></figure>

For specific settings see [the model settings](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/configure-the-plugin/model-settings.md).

## Visualizing Bounding Boxes

If a model that outputs compatible bounding boxes is selected and running the Nx AI Manager, bounding boxes can be visualized by visiting the *Objects* tab on the right pane in the Nx Meta Client:

<figure><img src="/files/kVspz7hKhZgu0mwuEyuP" alt="Camera feed in the Nx Meta Client showing a detected person with face bounding boxes from the AI model"><figcaption><p>Visible Bounding Boxes in Nx Meta Client</p></figcaption></figure>

{% hint style="warning" %}
**The objects tab is missing**

The Objects tab might not be available, this might happen if you have freshly installed the Nx Server.

To fix this you can try to **restart** the Nx Client. This should make the Objects tab appear.

<img src="/files/44yHQaiuk33tV614D0TE" alt="" data-size="original">
{% endhint %}

## Adding Event Rules

The Nx AI Manager plugin can generate several different types of events. Network Optix gives the user control over what these events should do, from sending an email to showing a notification. In this example, we will show a text overlay on the video.

Rules can be added by navigating to the Camera Rules menu:

On the Event Rules window, click the **Add** button to add a new rule.

From here, several options are available. First, on the left side, select **Analytics Event** from the **When** context menu. This is the type of event the Nx AI Manager plugin generates.

Select any, or multiple, camera(s) in the **At** context menu.

Under the **Event Type** context menu, you will find a number of event types the Nx AI Manager plugin can generate, from alarms to counting objects. In this example, we will select the *Objects Counted* type.

On the right side, it can be configured what should be done when one of these events is triggered. Here you could set up an email or notification trigger. In this example, we will select the Show text overlay option in the **Do** context menu **at** the source camera

If set up correctly, and a model generating counts is selected and running, we should see an overlay on the camera feed showing us the object counts:

<figure><img src="/files/XVSa9r5LjIG5RvTwFW2i" alt=""><figcaption><p>Example of Objects Counted text overlay</p></figcaption></figure>

## Confirming it works

Once the plugin is configured and a model pipeline is active, switch to the **Objects** tab in the right pane of the Nx Meta Client. Bounding boxes and other model output only appear when the Objects tab is the active tab.

<figure><img src="/files/kVspz7hKhZgu0mwuEyuP" alt="Nx Meta Client with the Objects tab active, showing a detected person with face bounding boxes from the AI model"><figcaption><p>Objects tab active: bounding boxes are visible on the camera feed</p></figcaption></figure>

{% hint style="info" %}
If the Objects tab is not visible after enabling the plugin, restart the Nx Client; this refreshes the tab list.
{% endhint %}

If no detections appear after a few seconds, check the [Troubleshooting](/nx-ai-manager-v6.1.2/support-and-troubleshooting/troubleshooting.md) section.


---

# 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-v6.1.2/nx-ai-manager-plugin/configure-the-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.
