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

# Estrutura de pastas

A Estrutura de pastas é o esqueleto do armazenamento: organizas os Ficheiros da companhia de forma centralizada, tal como num servidor de ficheiros de sempre, mas gerindo-o a partir de um único local.

### Porque a estrutura vem primeiro

Não é só organização. A Estrutura de pastas é a base sobre a qual se atribuem as Permissões: dás acesso a pastas, não a Ficheiros soltos. Por isso convém desenhá-la a pensar em **quem deve ver o quê**, normalmente por departamentos ou áreas.

> #### 📘 Desenha a estrutura a pensar no acesso
>
> Uma estrutura por departamentos (Contabilidade, Comercial, Direção) faz com que as Permissões quase se atribuam sozinhas: cada grupo acede à sua Pasta.&#x20;
>
> Se misturas tudo numa hierarquia plana, depois as Permissões tornam-se um quebra-cabeças.

### Espaços pessoais e partilhados

O serviço distingue dois tipos de espaço:

* **Espaço pessoal**: a área própria de cada Utilizador.
* **Espaço partilhado**: as pastas comuns às quais acede mais de um Utilizador ou grupo, segundo as suas Permissões.

### Onde continuar

* Quem acede a cada Pasta: [Utilizadores, grupos e permissões.](/docs-pt/productos/file-storage/concepts/users-groups-and-permissions.md)
* Como se partilha para o exterior: [Acesso e utilização partilhada.](/docs-pt/productos/file-storage/concepts/access-and-sharing.md)


---

# 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/folder-structure.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.
