> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/set-up-an-ai-assistant.md).

# Configurare un assistente IA

Remote Desktop Manager supporta l'integrazione IA con Azure OpenAI, OpenAI, Ollama, Gemini, Mistral AI, Claude (Anthropic) e Azure AI Inference. È possibile sfruttarle tramite una voce di sessione ***Assistente IA*** o il pannello ***Assistente IA***.

{% hint style="info" %}
I dati vengono elaborati esclusivamente tramite queste integrazioni IA fornite dal cliente.
{% endhint %}

Per collegare il provider IA di sua scelta a Remote Desktop Manager tramite una voce di sessione, segua i passaggi seguenti:

1. Clicchi su ***Nuova voce***, quindi individui la voce di sessione ***Assistente IA*** in ***Sessione*** – ***Connessioni remote***. Clicchi su ***Salva***.

   ![](https://cdnweb.devolutions.net/docs/RDMW4251_2025_1.png)
2. Inserisca un ***Nome*** per la nuova voce, scelga un ***Provider***, selezioni un ***Modello*** e inserisca una ***Chiave API*** (e un ***Endpoint*** se applicabile). Clicchi su ***Salva***.

   ![](https://cdnweb.devolutions.net/docs/RDMW4252_2025_1.png)

Per utilizzare l'assistente IA come pannello laterale separato, vada in ***File*** – ***Impostazioni*** – ***IA***, inserisca le informazioni del suo provider e clicchi su ***Salva***. Quindi clicchi sul pulsante ***Assistente IA*** nella barra dei menu ***Finestra***, situato nella sezione ***Pannelli***.

![](https://cdnweb.devolutions.net/docs/RDMW4254_2025_1.png)

### Collegare un assistente IA a un server MCP locale

1. Innanzitutto, configuri un [server MCP locale](/rdm/it/ribbon-menu-bar/tools/all-tools/mcp-server.md).
2. Clicchi sul pulsante ***Aggiungi*** nella sezione ***Server MCP*** (in ***File*** – ***Impostazioni*** – ***IA*** oppure in una voce ***Assistente IA***).

   ![](https://cdnweb.devolutions.net/docs/RDMW4432_2026_1.png)
3. Inserisca come minimo un ***Nome***, un ***Tipo*** e l'***URL Web*** del suo server MCP, quindi clicchi su ***Ok***. Clicchi su ***Salva*** per applicare le modifiche.

### Vedere anche

* [Spotlight on: Remote Desktop Manager AI assistant](https://blog.devolutions.net/2025/03/spotlight-on-remote-desktop-manager-ai-assistant/)
* [Devolutions Academy – Create and use AI assistant in RDM](https://academy.devolutions.net/student/activity/2639962-create-and-use-ai-assistant-in-rdm)


---

# 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://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/set-up-an-ai-assistant.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.
