# Required storage permissions

Profile Containers store user information in VHD(X) files. These files are stored in a network location. Profile Containers and Office Containers can automatically create the folders and files needed. To avoid security issues, user permissions must be created to allow users to create and use a profile, while not allowing access to other users’ profiles.

Per FSLogix documentation (<https://docs.microsoft.com/en-us/fslogix/configure-per-user-per-group-ht>), the following is recommended:

| User account             | Folder                            | Permissions  |
| ------------------------ | --------------------------------- | ------------ |
| Users                    | This Folder Only                  | Modify       |
| Creator/Owner            | Subfolders and Files Only         | Modify       |
| Administrator (optional) | This Folder, Subfolders and Files | Full Control |


---

# Agent Instructions: 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:

```
GET https://docs.parallels.com/landing/ras-fslogix-containers-best-practices/v19/prerequisites/required-storage-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
