# Introduction

In this section of our documentation, we describe the Nx AI Cloud platform.&#x20;

The Nx AI Cloud platform effectively allows for the following:

* The Nx AI Cloud platform allows you to manage all the AI models that are available to you. Thus, you can see which AI models you can access, for which devices, and you can manage the version(s) of your user-generated models.
  * For [data scientists](/ai-models-support/introduction.md), the Nx AI Cloud platform allows for the conversion of your own models.
* The Nx AI Cloud platform allows you to (mass) deploy models to target edge devices. Effectively, you can "swap" the model pipelines that run on an edge device (configured using the [NX AI manager](/nx-ai-manager/getting-started.md)) remotely and change the device configuration.
  * The latter can be done at a large scale: you can flexibly group devices and deploy model pipelines to groups of devices.

The following diagram shows some of the functions of the Nx AI Cloud platform and the relationships between the edge device(s) and model training platforms.

{% @mermaid/diagram content="flowchart LR
I1\[TFlite]-->A
I2\[PyTorch]-->A
I4\[...]-->A
I3\[EdgeImpulse]-->A
subgraph Platform
A\[Model Conversion]-->B\[Model Library]-->C\[Model management]
end
C<-->E
subgraph Edge
D\[Pre-processing]-->E\[Model]-->F\[Post-processing]
end
H\[Input]-->D
F-->G\[Output]" %}

In the next sections, we detail each functionality.

### Advanced

Only for advanced users: direct links to the Nx AI Cloud interface. In 6.1.1, the Nx Cloud UI is officially supported only on Nx Meta.\
\
Nx Witness:\
<https://admin.sclbl.nxvms.com/c/default>\
Nx GO:\
<https://admin.sclbl.nxvms.com/c/nxgo>\
Nx Meta:\
<https://admin.sclbl.nxvms.com/>\
MyCityVision:\
<https://admin.sclbl.nxvms.com/c/mycity>


---

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