# Cloud Quick Start

This guide walks you through the end-to-end workflow: from logging into the Nx AI Cloud admin interface to having an AI model running on your edge device. Each step links to the relevant detailed documentation.

{% hint style="info" %}
**Before you begin:** make sure you have the [Nx AI Manager plugin installed](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/install-network-optix.md) on your server and at least one camera device connected.
{% endhint %}

***

## Step 1: Log into the Nx AI Cloud

Open the Nx AI Cloud admin interface in your browser. Log in with your Nx account credentials.

<figure><img src="/files/iiXdYw1l83MhYbF5Osbg" alt="The Nx AI Cloud admin interface login screen"><figcaption><p>The Nx AI Cloud admin interface; appearance varies by product variant</p></figcaption></figure>

***

## Step 2: View your connected sites

After logging in, the **Sites** page lists all sites registered to your account, with their online/offline status.

<figure><img src="/files/p7OSfdMyp7jK0ExPl0An" alt="Nx AI Cloud sites listing page showing only online sites with green status indicators
     and a Show Offline toggle"><figcaption><p>Sites listing: all shown sites are online and ready to manage.</p></figcaption></figure>

Click an online site (green indicator) to open it.

{% content-ref url="/pages/QceL086952s6GC2V64zH" %}
[Deployment and device management](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/deployment-and-device-management.md)
{% endcontent-ref %}

***

## Step 3: Find your device

Inside a site, the **Devices** tab lists all cameras and devices. Each device shows its currently assigned model pipeline.

<figure><img src="/files/stBTQkE5U3qJci47z6fe" alt="A site&#x27;s device list showing three cameras with their assigned model pipelines and
     Clone This Pipeline buttons"><figcaption><p>Site devices: each device shows its current pipeline. Click Pipelines to open the device detail page.</p></figcaption></figure>

Click a device to open its detail page.

***

## Step 4: Assign a model pipeline to your device

On the device detail page, click **Pipelines** to manage the model pipelines running on that device. Use **Add a new pipeline** to assign a model, or the replace button to swap the existing one.

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

The model is downloaded to the device automatically after assignment.

***

## Step 5: Browse available models

From the sidebar, the **Models** page shows all AI models available to your account: pre-built models from the catalogue and any custom models you have uploaded.

<figure><img src="/files/29Yo9wUU8j2lIcgNUpQx" alt="The model catalogue listing page showing available AI models with their descriptions and runtime compatibility"><figcaption><p>Model catalogue: browse and search available models</p></figcaption></figure>

{% content-ref url="/pages/wFT6czVXQcaSrDjOm7aX" %}
[Use your model](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/use-your-model.md)
{% endcontent-ref %}

***

## Step 6: Verify deployment

After assigning, the device detail page confirms the deployment status. The device should begin running inference within a few seconds.

<figure><img src="/files/1PEDjB6W2XOZ5YDyyTif" alt="The model detail page showing model information and the list of devices it is currently deployed to"><figcaption><p>Model detail: confirm the model is deployed to the correct devices</p></figcaption></figure>

{% hint style="success" %}
If bounding boxes or analytics are not appearing in the Nx Meta client, check the [Troubleshooting](/nx-ai-manager-v6.1.2/support-and-troubleshooting/troubleshooting.md) section.
{% endhint %}

***

## What's next?

* [Upload your own model](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/upload-your-model.md): convert and upload a custom ONNX or TFLite model
* [Deploy to multiple devices](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/deployment-and-device-management.md): clone a pipeline to all devices in a site
* [Configure the plugin](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/configure-the-plugin.md): set input masks, ROI, and model settings in the desktop client


---

# 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/quick-start.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.
