> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-fr/faq-sur-les-espaces-de-travail/creer-un-espace-de-travail.md).

# Créer un espace de travail

Créer un espace de travail est simple et direct. Suivez ces étapes :

### Cliquez sur l’icône en haut à gauche et sélectionnez Créer ou rejoindre un espace de travail <a href="#h_7be7152886" id="h_7be7152886"></a>

Pour commencer, cliquez sur l’icône en haut à gauche et sélectionnez Créer ou rejoindre un espace de travail

[![Create a workspace by clicking the top left icon](https://downloads.intercomcdn.com/i/o/1084789301/f3a5678d18a15695584f0bdd/Screenshot+2024-06-17+at+3_47_15%E2%80%AFPM.png?expires=1739547900\&signature=fad953159428dc4cce8e09fa7a2728df84b8f3069af994665a6f09384a87e02c\&req=dSAvEs52lIJfWPMW1HO4zcJDyFPOHf3xqDqf%2BwtYsnfgQQn%2B6qs9tUXZNlXn%0AnBS3PqojwLs%2Bbg1fXI8%3D%0A)](https://downloads.intercomcdn.com/i/o/1084789301/f3a5678d18a15695584f0bdd/Screenshot+2024-06-17+at+3_47_15%E2%80%AFPM.png?expires=1739547900\&signature=fad953159428dc4cce8e09fa7a2728df84b8f3069af994665a6f09384a87e02c\&req=dSAvEs52lIJfWPMW1HO4zcJDyFPOHf3xqDqf%2BwtYsnfgQQn%2B6qs9tUXZNlXn%0AnBS3PqojwLs%2Bbg1fXI8%3D%0A)

### Suivre les étapes d’intégration <a href="#h_0389467f17" id="h_0389467f17"></a>

[![](https://downloads.intercomcdn.com/i/o/1084791275/d2cc6f73111516568dfd9e9a/Screenshot+2024-06-17+at+3_49_36%E2%80%AFPM.png?expires=1739547900\&signature=79f2092517f0eb477d7b9a67a792a909b61efa1c11a4c5c73bc5df6615832a58\&req=dSAvEs53nINYXPMW1HO4zUtxQ5bEftt%2FKME98sPpGGJ27IYrjqIjVTEuSj%2F1%0ABAEqdyL0FR5KnpbYSWc%3D%0A)](https://downloads.intercomcdn.com/i/o/1084791275/d2cc6f73111516568dfd9e9a/Screenshot+2024-06-17+at+3_49_36%E2%80%AFPM.png?expires=1739547900\&signature=79f2092517f0eb477d7b9a67a792a909b61efa1c11a4c5c73bc5df6615832a58\&req=dSAvEs53nINYXPMW1HO4zUtxQ5bEftt%2FKME98sPpGGJ27IYrjqIjVTEuSj%2F1%0ABAEqdyL0FR5KnpbYSWc%3D%0A)

Parcourez les étapes d’intégration et renseignez les détails que vous souhaitez donner à votre espace de travail - nous recommandons quelque chose en lien avec votre équipe.

### Commencez à ajouter des ressources <a href="#h_4ef0a7136c" id="h_4ef0a7136c"></a>

Une fois l’intégration terminée, vous aurez créé un espace de travail et un lecteur dans lequel ajouter des ressources et des fichiers supplémentaires. Vous pouvez maintenant facilement téléverser des fichiers directement depuis votre navigateur ou via l’application de bureau Shade.


---

# 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://academy.shade.inc/help-center/help-center-fr/faq-sur-les-espaces-de-travail/creer-un-espace-de-travail.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.
