> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/fr/productos/file-storage/how-to.md).

# Guides pratiques

Montez la structure, répartissez les Autorisations et connectez l'accès. Chaque section regroupe les tâches d'une partie de l'assemblage.

### Montage et accès

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Comment créer la Structure des dossiers sous Windows</strong></td><td>Montez la Structure des dossiers de base sur laquelle attribuer des Autorisations.</td><td><a href="/pages/4a4e0c2950cfdada722e40395cb6f84f8bdf4971">/pages/4a4e0c2950cfdada722e40395cb6f84f8bdf4971</a></td></tr><tr><td><strong>Comment mapper un lecteur avec net use</strong></td><td>Montez le stockage comme lecteur de Réseau avec net use.</td><td><a href="/pages/9df966b27682fe6f6128009d307e5c7da573e92d">/pages/9df966b27682fe6f6128009d307e5c7da573e92d</a></td></tr><tr><td><strong>Comment accéder à SMB depuis GNU/Linux</strong></td><td>Connectez-vous à la ressource SMB depuis des machines GNU/Linux.</td><td><a href="/pages/7acea150fef33d917beff3d634cd8d293aa25b48">/pages/7acea150fef33d917beff3d634cd8d293aa25b48</a></td></tr><tr><td><strong>Comment l'intégrer à votre Remote Desktop</strong></td><td>Connectez le stockage à un environnement de Remote Desktop.</td><td><a href="/pages/0ea12685647480a0e7a7e6c43987822ff153c831">/pages/0ea12685647480a0e7a7e6c43987822ff153c831</a></td></tr></tbody></table>

### Utilisateurs et Autorisations

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Comment gérer des groupes d'utilisateurs</strong></td><td>Créez des groupes et attribuez-leur des Autorisations par département ou par équipe.</td><td><a href="/pages/22b10f0f166000ddd7e10d55eb0b0ddf56498e9b">/pages/22b10f0f166000ddd7e10d55eb0b0ddf56498e9b</a></td></tr><tr><td><strong>Comment définir des Autorisations</strong></td><td>Définissez qui accède à chaque Dossier et avec quel niveau.</td><td><a href="/pages/cb62f588441aa825ffb915d787818678b5315774">/pages/cb62f588441aa825ffb915d787818678b5315774</a></td></tr></tbody></table>


---

# 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.plenit.com/fr/productos/file-storage/how-to.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.
