# Cloud Overview

The Nx AI Cloud platform lets you:

* **Manage AI models:** see which models are available to your account, track versions of your own models, and convert uploaded models for edge deployment. See [Upload your model](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/upload-your-model.md).
* **Deploy models to edge devices:** assign or swap model pipelines on any device remotely. Group devices and push a pipeline change to all of them at once.

The diagram below shows how model sources, the cloud platform, and edge devices relate.

<figure><img src="/files/SVGWnvJlMtihYm5NmU5N" alt="Nx AI platform architecture diagram showing model sources feeding into the cloud platform and edge device pipeline"><figcaption><p>Nx AI platform — model sources are converted and stored in the cloud; the edge device runs pre-processing, inference, and post-processing on live input</p></figcaption></figure>

## Key concepts

Understanding the following terms helps explain how models, devices, and access control relate to each other in the Nx AI Cloud platform:

* **Site:** An installation of one or more Nx Servers registered to your cloud account. Sites appear in the Sites tab and can be online or offline.
* **Server:** An individual Nx Mediaserver process running inside a site. A site can have multiple servers; each server hosts a set of devices.
* **Device:** A camera or other input source connected to a server. AI pipelines are assigned and run per device.
* **Organization:** A grouping of sites and users for access control. Models and catalogues must be connected to an organization for the devices in that organization to see them.
* **Catalogue:** A named collection of AI models. Catalogues are assigned to organizations to control which models are available to which sites.
* **Pipeline:** One or more chained AI models assigned to a specific device, defining what runs on that device's video stream.

{% hint style="info" %}
If a custom model is not visible when assigning it to a device, the most common cause is that the model's catalogue is not connected to the organization that owns the site. See [Upload your model](/nx-ai-manager-v6.1.2/nx-ai-cloud-ui/upload-your-model.md) for details on setting this up.
{% endhint %}

### Accessing the Nx AI Cloud interface

The Nx AI Cloud admin interface is a web application. After logging in with your Nx account, you can manage your models and devices from any browser.

<figure><img src="/files/iiXdYw1l83MhYbF5Osbg" alt="The Nx AI Cloud admin interface login screen"><figcaption><p>The Nx AI Cloud admin interface — log in with your Nx account to continue</p></figcaption></figure>


---

# 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/introduction.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.
