# Use your model

After [uploading a model](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/upload-your-model.md) to the Nx AI Cloud, it becomes available to assign to any device in your account. Follow these steps to assign it and verify deployment.

## Step 1: Find the model in the catalogue

From the sidebar, open the **Models** page. Your uploaded model appears in the list alongside the pre-built catalogue models.

<figure><img src="/files/wUl65SvR56crue3YCq2i" alt="The Nx AI Cloud model catalogue listing page showing available models including custom uploaded ones"><figcaption><p>Models page: your uploaded model appears here once conversion is complete</p></figcaption></figure>

## Step 2: Assign the model to a device

Navigate to **Sites**, select an online site, then open the **Devices** tab and click a device. On the device detail page, click **Add a New Pipeline** (or the replace button on an existing pipeline) to open the model catalogue in assignment mode.

<figure><img src="/files/0j84qqm4aSxWjlHSKT82" alt="Device detail page showing the current model pipeline with Clone This Pipeline, Add A
     New Pipeline, Switch, Remove, and Add Chained Model buttons"><figcaption><p>Device detail page: click Add A New Pipeline or Switch to assign or replace a model.</p></figcaption></figure>

Find your model and click **Add to Pipeline**. The model is deployed to the server hosting that device in the background.

<figure><img src="/files/3FXSZHfRl0TWU7tHr1sk" alt="Replacing model in pipeline dialog with a spinner and a message that the selected
     pipelines will be deployed to all selected devices in the background"><figcaption><p>Pipeline deployment in progress: this runs in the background and may take a few seconds depending on model size.</p></figcaption></figure>

## Clone a pipeline to multiple devices

Once one device has a pipeline configured, you can copy it to other devices on the same site without opening each device individually. From the site **Devices** list, hover over a device row to reveal the **Clone This Pipeline** button.

<figure><img src="/files/JS4G3kSGsDuWLeOKAVXV" alt="Site devices list with Clone This Pipeline button visible on hover next to a device
     row, with a tooltip reading Clone this pipeline to other devices on the system"><figcaption><p>Hover over a device row to reveal the Clone This Pipeline button.</p></figcaption></figure>

Click **Clone This Pipeline**. A banner at the top of the page confirms which pipeline is being cloned. Tick the checkboxes next to the devices you want to receive the pipeline.

<figure><img src="/files/5LDJNFtdG7I6FNfLqBXK" alt="Site devices list with a Cloning a pipeline from Demo Cam - Minicam 2 banner at the
     top and a checkbox selected on the target device row"><figcaption><p>Select the target devices, then click Assign Pipeline to continue.</p></figcaption></figure>

A confirmation dialog warns that existing pipelines on the selected devices will be overwritten. Click **Confirm** to proceed.

<figure><img src="/files/Hw1LWvM0jGDo6NSwlpzJ" alt="Confirm pipeline replacement dialog asking if you are sure you want to replace the
     selected pipelines, with Confirm and Cancel buttons"><figcaption><p>Confirm the replacement: this overwrites any existing pipeline on the selected devices.</p></figcaption></figure>

After confirming, the pipeline is deployed to all selected devices. Once complete, all devices in the list show the cloned pipeline.

<figure><img src="/files/blGvozOjP1EzZWonhDuE" alt="Site devices list showing all three devices now have the same pipeline assigned and
     Clone This Pipeline buttons visible on each row"><figcaption><p>All selected devices now run the same pipeline.</p></figcaption></figure>

## Step 3: Verify deployment

After assignment, the device detail page shows the active pipeline.

{% hint style="success" %}
The model is now running on the device. Open the Nx Meta Client, switch to the **Objects** tab for that camera, and you should see the model's output (bounding boxes, overlays, or counts) within a few seconds.
{% endhint %}

If nothing appears, 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-cloud-ui/use-your-model.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.
