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

# How-to

Set up the structure, assign permissions, and connect access. Each section groups the tasks for one part of the setup.

### Setup and access

<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>How to create the folder structure in Windows</strong></td><td>Set up the base folder structure on which to assign permissions.</td><td><a href="/pages/da894d18e3f2deeb2f0b8681d18975a55470cf34">/pages/da894d18e3f2deeb2f0b8681d18975a55470cf34</a></td></tr><tr><td><strong>How to map a drive with net use</strong></td><td>Map the storage as a network drive with net use.</td><td><a href="/pages/cee907af34787c611a97941ef8f43467d69a3a65">/pages/cee907af34787c611a97941ef8f43467d69a3a65</a></td></tr><tr><td><strong>How to access SMB from GNU/Linux</strong></td><td>Connect to the SMB resource from GNU/Linux machines.</td><td><a href="/pages/f8e2e502000408dd764e4d982763aa2877a4b242">/pages/f8e2e502000408dd764e4d982763aa2877a4b242</a></td></tr><tr><td><strong>How to integrate with your remote desktop</strong></td><td>Connect the storage to a remote desktop environment.</td><td><a href="/pages/f3340f46fd2f1b993f499613f1a8de2c2d07e556">/pages/f3340f46fd2f1b993f499613f1a8de2c2d07e556</a></td></tr></tbody></table>

### Users and permissions

<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>How to manage user groups</strong></td><td>Create groups and assign permissions to them by department or team.</td><td><a href="/pages/842a944a5ec57d767b6c88a4099613785ef472c7">/pages/842a944a5ec57d767b6c88a4099613785ef472c7</a></td></tr><tr><td><strong>How to set permissions</strong></td><td>Define who can access each folder and at what level.</td><td><a href="/pages/c80817c885a08ee66885687a5371ecda05c01947">/pages/c80817c885a08ee66885687a5371ecda05c01947</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/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.
