> 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/getting-started/workspaces/workspace-types.md).

# Types d'espaces de travail

Comparez les types d'espaces de travail de Remote Desktop Manager, Devolutions Server, Devolutions Cloud, Microsoft Azure SQL, SQL Server, CyberArk, SQLite et XML, pour choisir celui qui vous convient

Remote Desktop Manager prend en charge plusieurs types d'espaces de travail. Déterminez d'abord quel espace de travail vous allez utiliser. Pour savoir comment choisir le bon espace de travail, consultez notre cours Devolutions Academy : [Choisir le bon espace de travail](https://academy.devolutions.net/student/path/1916054/activity/2667043).

Lors de l'installation initiale, Remote Desktop Manager utilise un espace de travail local, soit une base de données SQLite.

| NOM                      | DESCRIPTION                                                                                                                                                                                                                                                                                                                                       |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Devolutions Server**   | Remote Desktop Manager utilise Devolutions Server pour stocker les informations de session. Pour plus d'informations, consultez [Devolutions Server](/rdm/fr/getting-started/workspaces/workspace-types/native-workspaces/devolutions-server.md).                                                                                                 |
| **Devolutions Cloud**    | Remote Desktop Manager se connecte au coffre Devolutions Cloud. Pour plus d'informations, consultez les [fonctionnalités et points saillants des produits](https://devolutions.net/hub/) ainsi que [Devolutions Cloud](/rdm/fr/getting-started/workspaces/workspace-types/native-workspaces/devolutions-cloud.md).                                |
| **Microsoft Azure SQL**  | Remote Desktop Manager utilise la plateforme infonuagique de Microsoft pour enregistrer et gérer toutes les sessions. Pour plus d'informations, consultez [Azure SQL](/rdm/fr/getting-started/workspaces/workspace-types/alternative-workspaces/microsoft-azure-sql.md).                                                                          |
| **Microsoft SQL Server** | Remote Desktop Manager utilise SQLServer pour enregistrer et gérer toutes les sessions. Il s'agit de l'un des espaces de travail disponibles pour un environnement multiutilisateur. Pour plus d'informations, consultez [SQL Server (MSSQL)](/rdm/fr/getting-started/workspaces/workspace-types/alternative-workspaces/microsoft-sql-server.md). |
| **CyberArk**             | L'espace de travail CyberArk permet de se connecter directement à votre CyberArk et de lancer vos sessions avec facilité, sans la complexité supplémentaire d'un espace de travail SQL Server. Pour plus d'informations, consultez [CyberArk](/rdm/fr/getting-started/workspaces/workspace-types/alternative-workspaces/cyberark.md).             |
| **SQLite**               | Remote Desktop Manager utilise une base de données SQLite pour stocker les informations de session. Pour plus d'informations, consultez [SQLite](/rdm/fr/getting-started/workspaces/workspace-types/local-workspaces/sqlite.md).                                                                                                                  |
| **XML**                  | Remote Desktop Manager enregistre les paramètres directement dans un fichier au format XML. Pour plus d'informations, consultez [XML](/rdm/fr/getting-started/workspaces/workspace-types/local-workspaces/xml.md).                                                                                                                                |

#### Voir aussi

* [Devolutions Academy – Comprendre les coffres](https://academy.devolutions.net/student/activity/3266630)


---

# 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/getting-started/workspaces/workspace-types.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.
