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

# Conceptos

Ofrecer almacenamiento de archivos con control pasa por entender cómo se estructura, cómo se dan permisos y cómo se accede y comparte. Estos conceptos cubren esa 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é es Almacenamiento de Archivos?</strong></td><td>Qué es el servidor de ficheros en la nube y en qué se diferencia de un Drive de consumo y de Objetos.</td><td><a href="/pages/XxGkPQ6qAdpsoZm3UBhj">/pages/XxGkPQ6qAdpsoZm3UBhj</a></td></tr><tr><td><strong>Estructura de carpetas</strong></td><td>Por qué la estructura de carpetas es la base de los permisos y cómo diseñarla.</td><td><a href="/pages/KZSfgwchujE3pk2AHBCV">/pages/KZSfgwchujE3pk2AHBCV</a></td></tr><tr><td><strong>Usuarios, grupos y permisos</strong></td><td>Cómo asignar accesos con grupos y cómo funciona la herencia en subcarpetas.</td><td><a href="/pages/ifnJckpMvu46y3jAfSiE">/pages/ifnJckpMvu46y3jAfSiE</a></td></tr><tr><td><strong>Acceso y compartición</strong></td><td>Las vías de acceso (web, unidad de red y escritorio remoto) y cómo compartir con externos.</td><td><a href="/pages/k8hTjb7iehMpjRURHzLs">/pages/k8hTjb7iehMpjRURHzLs</a></td></tr><tr><td><strong>Cuota y backups</strong></td><td>El espacio disponible por cliente, los avisos de consumo y las copias incluidas.</td><td><a href="/pages/mH5NVQdljIWU62IamOhl">/pages/mH5NVQdljIWU62IamOhl</a></td></tr><tr><td><strong>Glosario</strong></td><td>Definiciones de los términos propios de Almacenamiento de Archivos.</td><td><a href="/pages/anRIMqtZEH2k2rIpMC2w">/pages/anRIMqtZEH2k2rIpMC2w</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/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.
