# Upload your model

After you have [created your model](/ai-models-support/custom-models.md), you can easily upload it to make it available in Nx Cloud and, thereby, to all your Nx Servers.&#x20;

First, click on the "Add a custom model" button <img src="/files/3G98VfWLzzp8uQiCCSCL" alt="" data-size="line">  at the top left of the sidebar:

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

If more organisations are available to your account, you may need to choose an organisation before continuing:

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

Next, choose a type of model that matches the model file you have. In the case of an ONNX model it will be the "ONNX" upload button:&#x20;

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

Drag and drop your ONNX model into the area or click the area and choose a model from your file system. Then choose a name for your model, add some documentation, and if needed set its [normalization values](/nx-ai-cloud/upload-your-model/normalization.md):

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

When you drop a model on the upload area, some details will be pre-filled based on the filename, please add the documentation with more relevant information about your model.

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

In the next field you may select extra conversions that you can enable for the AI accelerator architecture that you need for your implementation.&#x20;

<figure><img src="/files/83y9dqimf2sdaNiCZgUb" alt=""><figcaption></figcaption></figure>

The [normalization](/nx-ai-cloud/upload-your-model/normalization.md) will be pre-filled with some common defaults. If your model has different settings they can be set here, or edited later.

After the model is uploaded, the selected conversions will be run to generate optimized model files for each selected target [AI accelerator](/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-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-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.
