# Model pipelines on multiple devices

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

Multiple devices can be managed at the same time, but this feature is limited at the moment. You can create a new model pipeline on *one* device and then clone it to multiple devices later. To fine tune the pipeline settings they can be set for each device individually later.

## 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/Bwsb0m93LxOZv7R8DQiu" alt=""><figcaption><p>The site details page with the list of available devices</p></figcaption></figure>

The "Clone this pipeline" button starts the process and enables the checkboxes next to the devices that can have a pipeline applied. Devices that are turned off or have the plugin disabled will not get a checkbox.

<figure><img src="/files/MrMuurmxOgJZsrgrjzVy" 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/yidY1nCzRYkzruWNORKk" alt=""><figcaption><p>The site details page with selected devices</p></figcaption></figure>

When one or more devices are selected the "Apply pipeline" button is enabled and can be clicked. You will get a confirmation dialog. Confirming will replace all existing pipelines on the selected devices with the selected pipeline.

<figure><img src="/files/BirnhHrYSL9oBXpMTAft" alt=""><figcaption></figcaption></figure>

After confirming the pipeline will be deployed to the selected devices.

<figure><img src="/files/xN0JgdUoWgkvb5xFQIN7" alt=""><figcaption></figcaption></figure>

And after completion of the deployment the pipeline will be activated on the selected devices.

<figure><img src="/files/35BeLt7mvPXM6YCFkd8o" alt=""><figcaption></figcaption></figure>

You can verify the deployment of the new model pipeline by checking one or all the previously selected devices. This is also a good time to do any fine tuning.


---

# 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/configure-the-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.
