# 3.3 Model pipelines on multiple devices

Multiple devices can be managed at the same time, but this feature is limited at the moment. You can create a new model pipeline for multiple devices, but the [chained models](/nx-ai-manager-v4.x/nx-ai-manager/3.-configure-the-nx-ai-manager-plugin/model-pipeline-configuration.md) inside a pipeline as well as the [model settings](/nx-ai-manager-v4.x/nx-ai-manager/3.-configure-the-nx-ai-manager-plugin/model-settings.md) must be set per device.

Setting multiple pipelines can only be done for a single site at a time.

## Creating a new pipeline on multiple devices

Start at the site page, where you can see all the available devices on the available servers.

<figure><img src="/files/uN5jK0fwlMwcXtpToYgh" alt=""><figcaption><p>The site details page with the list of available devices</p></figcaption></figure>

The highlighted "here" link starts the process and enables the checkboxes next to the available devices. Devices on servers are marked with a chain icon next to the version number support model pipelines.

<figure><img src="/files/tCaDam6NnDUb9niJ1jRM" alt=""><figcaption><p>The site details page with checkboxes for the available devices</p></figcaption></figure>

Only devices that are enabled can be selected.

<figure><img src="/files/szQYf4OU3KIn8sWemN21" alt=""><figcaption><p>The site details page with selected devices</p></figcaption></figure>

When one or more devices are selected the "Assign a new pipeline" button is enabled and can be clicked. This will redirect you to the models page where you will see the message "Currently assigning..." that is indicating the amount of devices that will receive the new pipeline.

<figure><img src="/files/MUoMgberNMHBO1tJYVMf" alt=""><figcaption><p>The model catalogue with the assignment message and the option to select a model for the current pipeline</p></figcaption></figure>

<figure><img src="/files/GvyCu3TogacKaoTfy7Uv" alt=""><figcaption><p>The model catalogue with a highlighted button to select a model for the current pipeline</p></figcaption></figure>

When you click the "Add to pipeline..." button a confirmation dialog will appear, because the next action is irreversible. Confirm to wipe all existing model pipelines on the selected devices and replace them with the new pipeline containing the single selected model.

When you are unsure, clicking cancel will prevent the assignment, but will not change the selected devices. To also unset the selected devices for assignment click the "Cancel the assignment" button at the top of the page.

<figure><img src="/files/k7cgRaBNIsZhL1G3G5wm" alt=""><figcaption><p>The model catalogue with a dialog explaing the replacement</p></figcaption></figure>

After you've confirmed the new model pipeline will be deployed to all selected devices

<figure><img src="/files/f55fUQH1i6GxOSJ3lO1A" alt=""><figcaption><p>Message about the deployment to multiple devices</p></figcaption></figure>

You can verify the deployment of the new model pipeline by checking one or all the previously selected devices.

<figure><img src="/files/YW4Ihg1MiA9n2ZW6Mkpu" alt=""><figcaption><p>The device detail page with a single pipeline containing one model</p></figcaption></figure>

The rest of the configuration must be done per device at the moment. This includes setting NMS Thresholds per model, pre and postprocessors and chained models.


---

# 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/3.-configure-the-nx-ai-manager-plugin/multiple-model-pipelines.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.
