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

# Como fazer

Monta a estrutura, distribui Permissões e conecta o acesso. Cada secção agrupa as tarefas de uma parte da montagem.

### Montagem e acesso

<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>Como criar a Estrutura de pastas no Windows</strong></td><td>Monta a Estrutura de pastas base sobre a qual atribuir Permissões.</td><td><a href="/pages/bf347d700c500cc65ac6e8278c0440f249402723">/pages/bf347d700c500cc65ac6e8278c0440f249402723</a></td></tr><tr><td><strong>Como mapear uma unidade com net use</strong></td><td>Monta o armazenamento como unidade de Rede com net use.</td><td><a href="/pages/52918bf21435069abee22cf23d896ec4ee44c60d">/pages/52918bf21435069abee22cf23d896ec4ee44c60d</a></td></tr><tr><td><strong>Como aceder ao SMB a partir do GNU/Linux</strong></td><td>Conecta-te ao recurso SMB a partir de equipamentos GNU/Linux.</td><td><a href="/pages/aea68f74753423ba56c3f11491a4afa19239f499">/pages/aea68f74753423ba56c3f11491a4afa19239f499</a></td></tr><tr><td><strong>Como integrar com o teu Desktop Remoto</strong></td><td>Conecta o armazenamento com um ambiente de Desktop Remoto.</td><td><a href="/pages/fd64a686150e28bb5b38de8d903aff85ecf73d7d">/pages/fd64a686150e28bb5b38de8d903aff85ecf73d7d</a></td></tr></tbody></table>

### Utilizadores e Permissões

<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>Como gerir grupos de utilizadores</strong></td><td>Cria grupos e atribui-lhes Permissões por departamento ou equipa.</td><td><a href="/pages/25b5bc7a49944b7a57d8c8b955f83e247bded708">/pages/25b5bc7a49944b7a57d8c8b955f83e247bded708</a></td></tr><tr><td><strong>Como definir Permissões</strong></td><td>Define quem acede a cada Pasta e com que nível.</td><td><a href="/pages/0bb6c842db52adfb6b56e72c318f7d8c1663e945">/pages/0bb6c842db52adfb6b56e72c318f7d8c1663e945</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/how-to.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.
