# Nx AI Manager

- [Getting started](https://nx.docs.scailable.net/nx-ai-manager/getting-started.md)
- [System requirements](https://nx.docs.scailable.net/nx-ai-manager/getting-started/system-requirements.md)
- [Install Network Optix](https://nx.docs.scailable.net/nx-ai-manager/install-network-optix.md)
- [Starting the Nx AI Manager Plugin](https://nx.docs.scailable.net/nx-ai-manager/install-plugin.md): This page provides instructions on how to install the Nx AI Manager Plugin
- [Plugin Settings](https://nx.docs.scailable.net/nx-ai-manager/install-plugin/plugin-settings.md)
- [Configure the Nx AI Manager Plugin](https://nx.docs.scailable.net/nx-ai-manager/configure-the-plugin.md): This page gives instructions on how to configure basic operations of the Nx AI Manager Plugin
- [Model pipeline selection and configuration](https://nx.docs.scailable.net/nx-ai-manager/configure-the-plugin/model-pipeline-configuration.md)
- [Runtime selection](https://nx.docs.scailable.net/nx-ai-manager/configure-the-plugin/runtime-selection.md)
- [Model Settings](https://nx.docs.scailable.net/nx-ai-manager/configure-the-plugin/model-settings.md)
- [Input masks and ROI](https://nx.docs.scailable.net/nx-ai-manager/configure-the-plugin/input-masks-and-roi.md)
- [Model pipelines on multiple devices](https://nx.docs.scailable.net/nx-ai-manager/configure-the-plugin/multiple-model-pipelines.md)
- [Advanced configuration](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration.md)
- [External Preprocessing](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/external-preprocessing.md): This page describes how to implement an external preprocessor to integrate with the Nx AI Manager
- [External Postprocessing](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/external-postprocessing.md): This page describes how to implement an external postprocessor to integrate with the Nx AI Manager
- [Manual Plugin Installation](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/manual-plugin-installation.md): This page describes how to manually install the plugin if automatic installations do not work
- [Removing the Plugin](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/removing-the-plugin.md)
- [Enable .ini settings](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/enable-.ini-settings.md)
- [Howto's](https://nx.docs.scailable.net/nx-ai-manager/howtos.md)
- [Show AI inference framerate on video](https://nx.docs.scailable.net/nx-ai-manager/howtos/show-ai-inference-framerate-on-video.md)
- [Show highest scoring category on video](https://nx.docs.scailable.net/nx-ai-manager/howtos/show-highest-scoring-category-on-video.md)
- [Training Loop with Edge Impulse](https://nx.docs.scailable.net/nx-ai-manager/howtos/training-loop-with-edge-impulse.md): Create a loop with the Edge Impulse training platform and the Nx AI Manager.


---

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