# 3.1 Model Settings

<figure><img src="/files/hJZPkoNARG5H2qVQX2T2" alt=""><figcaption><p>A device is one model pipeline with a single model</p></figcaption></figure>

A model that is active on a device can have multiple settings These settings depend on the capabilities of the model or the server.

When you change one of these settings, the pipeline form will change to indicate that the settings need to be saved manually.

<figure><img src="/files/59vOWvACGdJcg7ZtVxoQ" alt=""><figcaption><p>A model pipeline form with changed settings that are not saved yet</p></figcaption></figure>

To save the settings, click the "Save pipelines" button. If you do not want to save the settings, refreshing the page will reset the form. Navigating away from the device details page will also reset the form without saving the settings.

### Model NMS Threshold

The NMS Threshold (Non Max Suppression) sets the cut off for when models should not return detections with a probability score below the current threshold value.

This is a setting that is model dependent, so not all models have this option.

### Preprocessor

If the server that the device is connected to has any preprocessors available, they can be selected here.

This is a setting that is server dependent, so moving a device to another server may change the available options.

### Postprocessor

If the server that the device is connected to has any postprocessors available, they can be selected here.

This is a setting that is server dependent, so moving a device to another server may change the available options.


---

# 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-manager/3.-configure-the-nx-ai-manager-plugin/model-settings.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.
