> 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

Configuri un assistente AI in Remote Desktop Manager collegando un provider come OpenAI, Gemini o Claude e un server MCP opzionale.

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

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

Per collegare il provider AI preferito a Remote Desktop Manager tramite una voce di sessione, segua i passaggi seguenti:

1. Faccia clic su ***Nuova voce***, quindi individui la voce di sessione ***Assistente AI*** in ***Sessione*** – ***Connessioni remote***. Faccia clic su ***Salva***.
2. Inserisca un ***Nome*** per la nuova voce, scelga un ***Provider***, selezioni un ***Modello*** e inserisca una ***Chiave API*** (e un ***Endpoint*** se applicabile). Faccia clic su ***Salva***.

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

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

1. Per prima cosa, configuri un [server MCP locale](/rdm/it/ribbon-menu-bar/tools/all-tools/mcp-server.md).
2. Faccia clic sul pulsante ***Aggiungi*** nella sezione ***Server MCP*** (in ***File*** – ***Impostazioni*** – ***AI*** oppure in una voce ***Assistente AI***).
3. Inserisca almeno un ***Nome***, un ***Tipo*** e un ***Web URL*** o il suo server MCP, quindi faccia clic su ***Ok***. Faccia clic su ***Salva*** per rendere effettive le modifiche.

### Vedi anche

* [Focus su – l'assistente AI di Remote Desktop Manager](https://blog.devolutions.net/2025/03/spotlight-on-remote-desktop-manager-ai-assistant/)
* [Devolutions Academy – Creare e utilizzare l'assistente AI 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.
