> 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/concepts.md).

# Concepts

Offrir un Stockage en ligne avec contrôle passe par comprendre comment il est structuré, comment les Autorisations sont accordées et comment on y accède et le partage. Ces concepts couvrent cette base.

<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>Qu’est-ce que le Stockage en ligne ?</strong></td><td>Qu’est-ce que le serveur de Fichiers dans le Cloud et en quoi se différencie-t-il d’un Drive de Consommation et d’Objets.</td><td><a href="/pages/4f429727cc672971651d7cbdf166be10d360a450">/pages/4f429727cc672971651d7cbdf166be10d360a450</a></td></tr><tr><td><strong>Structure des dossiers</strong></td><td>Pourquoi la Structure des dossiers est la base des Autorisations et comment la concevoir.</td><td><a href="/pages/7d98f10357dc0c035b77903a96de11f792355eec">/pages/7d98f10357dc0c035b77903a96de11f792355eec</a></td></tr><tr><td><strong>Utilisateurs, groupes et Autorisations</strong></td><td>Comment attribuer des accès avec des groupes et comment fonctionne l’héritage dans les sous-dossiers.</td><td><a href="/pages/bea08dd8ff842df885d994b5d79efb0d8c4e554f">/pages/bea08dd8ff842df885d994b5d79efb0d8c4e554f</a></td></tr><tr><td><strong>Accès et partage</strong></td><td>Les voies d’accès (web, lecteur de Réseau et Remote Desktop) et comment partager avec des externes.</td><td><a href="/pages/6dd1997625c553d0a3ecf531ab30962027016a66">/pages/6dd1997625c553d0a3ecf531ab30962027016a66</a></td></tr><tr><td><strong>Quota et sauvegardes</strong></td><td>L’espace disponible par Client, les alertes de Consommation et les copies incluses.</td><td><a href="/pages/6d105a353bf417013b69d7501cec08dcdfb9ea48">/pages/6d105a353bf417013b69d7501cec08dcdfb9ea48</a></td></tr><tr><td><strong>Glossaire</strong></td><td>Définitions des termes propres au Stockage en ligne.</td><td><a href="/pages/52a90dda82722907ec5e8e65bd7ee9f37b24f67f">/pages/52a90dda82722907ec5e8e65bd7ee9f37b24f67f</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/concepts.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.
