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

# Conceitos

Oferecer Armazenamento de Arquivos com controlo passa por entender como se estrutura, como se dão permissões e como se acede e partilha. Estes conceitos cobrem essa 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>O que é Armazenamento de Arquivos?</strong></td><td>O que é o servidor de Ficheiros na Cloud e em que se diferencia de um Drive de Consumo e de Objetos.</td><td><a href="/pages/65365476dbde9cbbfc6e998ac6b624ab2df2ba9f">/pages/65365476dbde9cbbfc6e998ac6b624ab2df2ba9f</a></td></tr><tr><td><strong>Estrutura de pastas</strong></td><td>Porque a Estrutura de pastas é a base das Permissões e como a desenhar.</td><td><a href="/pages/d56bd68ef28fc457e996ce1150fa0a779c1ac3d1">/pages/d56bd68ef28fc457e996ce1150fa0a779c1ac3d1</a></td></tr><tr><td><strong>Utilizadores, grupos e Permissões</strong></td><td>Como atribuir acessos com grupos e como funciona a herança em subpastas.</td><td><a href="/pages/489cb40d4f56f9cde9c12c4a8ad0c7a464a7d548">/pages/489cb40d4f56f9cde9c12c4a8ad0c7a464a7d548</a></td></tr><tr><td><strong>Acesso e partilha</strong></td><td>As vias de acesso (web, unidade de Rede e Desktop Remoto) e como partilhar com externos.</td><td><a href="/pages/e1b33971d8aaed3846ce0b5b9211c7724c87620b">/pages/e1b33971d8aaed3846ce0b5b9211c7724c87620b</a></td></tr><tr><td><strong>Quota e backups</strong></td><td>O espaço disponível por Cliente, os avisos de Consumo e as cópias incluídas.</td><td><a href="/pages/e5821ebd25b07c3575be2f6f839bbd2be2d595c9">/pages/e5821ebd25b07c3575be2f6f839bbd2be2d595c9</a></td></tr><tr><td><strong>Glossário</strong></td><td>Definições dos termos próprios de Armazenamento de Arquivos.</td><td><a href="/pages/cfd3ace94cbd10f5db5866eba9daeb47e1a3caf1">/pages/cfd3ace94cbd10f5db5866eba9daeb47e1a3caf1</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-pt/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.
