# Upload your model

After you have [created your model](/nx-ai-manager-v4.x/for-data-scientists/custom-model-creation.md) and made sure it [conforms to the Nx ONNX requirements](/nx-ai-manager-v4.x/for-data-scientists/onnx-requirements.md), you can easily upload it to make it available in Nx Cloud and, thereby, to all your Nx Servers. First, click on the "Add a model" button, top left:

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

Next, choose (in the case of an ONNX model)  the "ONNX" upload button:&#x20;

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

Drag and drop your ONNX model into the drag and drop area, choose a name for your model, add some documentation, and, potentially, set its [normalisation values](/nx-ai-manager-v4.x/nx-ai-cloud/upload-your-model/normalization.md):

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

After the model is uploaded, a series of conversions will be run to generate optimized model files for each supported target [AI accelerator](/nx-ai-manager-v4.x/ai-accelerators-support/supported-ai-accelerators.md).

When this is completed you will get an email and the model is [ready to be used](/nx-ai-manager-v4.x/nx-ai-cloud/use-your-model.md) on your devices.


---

# 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-v4.x/nx-ai-cloud/upload-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.
