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

# Concepts

Providing managed file storage means understanding how it is structured, how permissions are granted, and how it is accessed and shared. These concepts cover that foundation.

<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>What Is File Storage?</strong></td><td>What the cloud file server is and how it differs from consumer Drive and object storage.</td><td><a href="/pages/44ae3a156d33e0c8434705fdace2923dca88b317">/pages/44ae3a156d33e0c8434705fdace2923dca88b317</a></td></tr><tr><td><strong>Folder Structure</strong></td><td>Why folder structure is the basis of permissions and how to design it.</td><td><a href="/pages/32bd2ea8464e87b473b24b9cfab7d920990f8dee">/pages/32bd2ea8464e87b473b24b9cfab7d920990f8dee</a></td></tr><tr><td><strong>Users, Groups, and Permissions</strong></td><td>How to assign access with groups and how inheritance works in subfolders.</td><td><a href="/pages/e5ec62174b9cff6a80aa71f03a5d2dd8662a54b2">/pages/e5ec62174b9cff6a80aa71f03a5d2dd8662a54b2</a></td></tr><tr><td><strong>Access and Sharing</strong></td><td>The access methods (web, network drive, and remote desktop) and how to share with external users.</td><td><a href="/pages/c799b7c3e5ee071a2ed20165777a29a2eedda466">/pages/c799b7c3e5ee071a2ed20165777a29a2eedda466</a></td></tr><tr><td><strong>Quota and Backups</strong></td><td>The available space per client, usage alerts, and the included backups.</td><td><a href="/pages/3a90fb3f6e21a7c86e7ca1a3ccae115367206c9a">/pages/3a90fb3f6e21a7c86e7ca1a3ccae115367206c9a</a></td></tr><tr><td><strong>Glossary</strong></td><td>Definitions of the terms specific to File Storage.</td><td><a href="/pages/86a83d1e8998ecf5282caccf8460ec441fb9ba13">/pages/86a83d1e8998ecf5282caccf8460ec441fb9ba13</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/docs-en/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.
