> 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/fr/productos/file-storage/details/permissions.md).

# Autorisations

Voici la référence sur la manière dont l'accès est structuré.

Le pourquoi et les bonnes pratiques se trouvent dans [Utilisateurs, groupes et autorisations.](/fr/productos/file-storage/concepts/users-groups-and-permissions.md)

### À qui tu attribues des Autorisations

| Niveau      | À quoi ça sert                                    |
| ----------- | ------------------------------------------------- |
| Utilisateur | Accès individuels ou cas ponctuels                |
| Groupe      | Le cas habituel : accès par département ou équipe |

### Sur quoi et comment elles se propagent

| Aspect    | Détail                                                                                              |
| --------- | --------------------------------------------------------------------------------------------------- |
| Portée    | Les Autorisations sont attribuées sur les Dossier                                                   |
| Héritage  | Tout ce qui dépend d'un Dossier hérite de ses Autorisations                                         |
| Exception | Tu peux définir une autorisation différente dans un sous-dossier et rompre l'héritage à cet endroit |

### Espaces

| Espace    | Ce que c'est                                                                |
| --------- | --------------------------------------------------------------------------- |
| Personnel | La zone propre de chaque Utilisateur                                        |
| Partagé   | Dossier communs à plusieurs Utilisateur ou groupes, selon les Autorisations |

> #### 📘 Travaille avec des groupes
>
> Attribuer des Autorisations aux groupes plutôt qu'aux personnes maintient l'accès organisé : donner accès ou déplacer quelqu'un se résume à changer son groupe, sans toucher Dossier par Dossier.

### Où poursuivre

* Sur quoi elles sont attribuées : [Structure des dossiers.](/fr/productos/file-storage/concepts/folder-structure.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/fr/productos/file-storage/details/permissions.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.
