> 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/fr/knowledge-base/how-to-articles/set-up-an-ai-assistant.md).

# Configurer un assistant IA

Remote Desktop Manager prend en charge l'intégration de l'IA avec Azure OpenAI, OpenAI, Ollama, Gemini, Mistral AI, Claude (Anthropic) et Azure AI Inference. Ceux-ci peuvent être exploités par une entrée de session ***Assistant IA*** ou le panneau ***Assistant IA***.

{% hint style="info" %}
Les données sont uniquement traitées par ces intégrations IA fournies par le client.
{% endhint %}

Pour lier votre fournisseur d'IA préféré à Remote Desktop Manager au moyen d'une entrée de session, suivez les étapes ci-dessous :

1. Cliquez sur ***Nouvelle entrée***, puis trouvez l'entrée de session ***Assistant IA*** sous ***Session*** – ***Connexions à distance***. Cliquez sur ***Enregistrer***.

   ![](https://cdnweb.devolutions.net/docs/RDMW4251_2025_1.png)
2. Entrez un ***Nom*** pour la nouvelle entrée, choisissez un ***Fournisseur***, sélectionnez un ***Modèle*** et saisissez une ***Clé API*** (et un ***Point de terminaison*** s'il y a lieu). Cliquez sur ***Enregistrer***.

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

Pour utiliser l'assistant IA comme panneau latéral distinct, allez dans ***Fichier*** – ***Paramètres*** – ***IA***, entrez les informations de votre fournisseur, puis cliquez sur ***Enregistrer***. Ensuite, cliquez sur le bouton ***Assistant IA*** dans la barre de menus ***Fenêtre***, située dans la section ***Panneaux***.

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

### Connecter un assistant IA à un serveur MCP local

1. D'abord, configurez un [serveur MCP local](/rdm/fr/ribbon-menu-bar/tools/all-tools/mcp-server.md).
2. Cliquez sur le bouton ***Ajouter*** dans la section ***Serveurs MCP*** (soit dans ***Fichier*** – ***Paramètres*** – ***IA***, soit dans une entrée ***Assistant IA***).

   ![](https://cdnweb.devolutions.net/docs/RDMW4432_2026_1.png)
3. Entrez au minimum un ***Nom***, un ***Type*** et une ***URL Web*** ou votre serveur MCP, puis cliquez sur ***Ok***. Cliquez sur ***Enregistrer*** pour appliquer les changements.

### Voir aussi

* [Mise en lumière de : l'assistant IA de Remote Desktop Manager](https://blog.devolutions.net/2025/03/spotlight-on-remote-desktop-manager-ai-assistant/)
* [Devolutions Academy – Créer et utiliser l'assistant IA dans 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/fr/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.
