> For the complete documentation index, see [llms.txt](https://nx.docs.scailable.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nx.docs.scailable.net/nx-ai-manager-v6.1.1/nx-ai-manager/configure-the-plugin/runtime-selection.md).

# Runtime selection

{% hint style="info" %}
Nx Witness, Nx Go and Nx Meta will work in the same way for the configuration.
{% endhint %}

## Automatically detect runtime

When first starting the plugin the Nx AI Manager plugin will auto-detect the available runtimes for your server.

<figure><img src="/files/GwgcxwBZoKizHpyq4Udy" alt="" width="375"><figcaption></figcaption></figure>

After the detection is complete you will usually be presented with a list of the available runtimes to choose from

<figure><img src="/files/Qj09DLn9piycG8VHeos2" alt="" width="375"><figcaption></figcaption></figure>

Usually the default "Nx CPU" runtime is there for your system, and based on the hardware platform, or installed [AI Accelerators](/nx-ai-manager-v6.1.1/ai-accelerators-support/supported-ai-accelerators.md) other options will appear. Currently Intel OpenVino, NVIDIA, Hailo, MemryX and more are available.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nx.docs.scailable.net/nx-ai-manager-v6.1.1/nx-ai-manager/configure-the-plugin/runtime-selection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
