> 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 IA avec Azure OpenAI, OpenAI, Ollama, Gemini, Mistral AI, Claude (Anthropic) et Azure AI Inference. Ces intégrations peuvent être utilisées via 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 associer votre fournisseur IA préféré à Remote Desktop Manager via une entrée de session, suivez les étapes ci-dessous :

1. Cliquez sur ***Nouvelle entrée***, puis recherchez l'entrée de session ***Assistant IA*** sous ***Session*** – ***Connexions distantes***. 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*** (ainsi qu'un ***Point de terminaison*** le cas échéant). Cliquez sur ***Enregistrer***.

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

Pour utiliser l'assistant IA comme panneau latéral distinct, accédez à ***Fichier*** – ***Paramètres*** – ***IA***, saisissez les informations de votre fournisseur et cliquez sur ***Enregistrer***. Ensuite, cliquez sur le bouton ***Assistant IA*** dans la barre de menu ***Fenêtre***, dans la section ***Panneaux***.

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

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

1. Configurez d'abord un [serveur MCP local](https://docs.devolutions.net/fr/rdm/commands/tools/more-tools/mcp-server/).
2. Cliquez sur le bouton ***Ajouter*** dans la section ***Serveurs MCP*** (que ce soit dans ***Fichier*** – ***Paramètres*** – ***IA*** ou dans une entrée ***Assistant IA***).

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

### Voir aussi

* [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:

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