# Howto's

These guides walk through specific tasks you can accomplish with the Nx AI Manager Plugin. Each guide focuses on a single goal and assumes the plugin is already installed and running. Use these pages as starting points for customizing the plugin's output and integrating with third-party training workflows.

## How-to guides

* [Show AI inference framerate on video](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/howtos/show-ai-inference-framerate-on-video.md): Overlay the AI inference framerate on the live video stream in the NX client.
* [Show highest scoring category on video](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/howtos/show-highest-scoring-category-on-video.md): Display the top classification result as a text overlay on the video stream.
* [Training Loop with Edge Impulse](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/howtos/training-loop-with-edge-impulse.md): Set up a continuous training loop between NX and Edge Impulse to improve model accuracy over time.


---

# 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-v6.1.2/nx-ai-manager-plugin/howtos.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.
