mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
46 lines
2.7 KiB
Plaintext
46 lines
2.7 KiB
Plaintext
---
|
|
title: Document Visibility
|
|
description: Learn how to control the visibility of your team documents.
|
|
---
|
|
|
|
import { Callout } from 'nextra/components';
|
|
|
|
# Team's Document Visibility
|
|
|
|
The default document visibility option allows you to control who can view and access the documents uploaded to your team account. The document visibility can be set to one of the following options:
|
|
|
|
- **Everyone** - The document is visible to all team members.
|
|
- **Managers and above** - The document is visible to team members with the role of _Manager or above_ and _Admin_.
|
|
- **Admin only** - The document is only visible to the team's admins.
|
|
|
|

|
|
|
|
The default document visibility is set to "_EVERYONE_" by default. You can change this setting by going to the [team's general preferences page](/users/teams/preferences) and selecting a different visibility option.
|
|
|
|
<Callout type="warning">
|
|
If the team member uploading the document has a role lower than the default document visibility,
|
|
the document visibility will be set to a lower visibility level matching the team member's role.
|
|
</Callout>
|
|
|
|
Here's how it works:
|
|
|
|
- If a user with the "_Member_" role creates a document and the default document visibility is set to "_Admin_" or "_Managers and above_", the document's visibility is set to "_Everyone_".
|
|
- If a user with the "_Manager_" role creates a document and the default document visibility is set to "_Admin_", the document's visibility is set to "_Managers and above_".
|
|
- Otherwise, the document's visibility is set to the default document visibility.
|
|
|
|
You can change the visibility of a document at any time by editing the document and selecting a different visibility option.
|
|
|
|

|
|
|
|
<Callout type="warning">
|
|
Updating the default document visibility in the team's general settings will not affect the
|
|
visibility of existing documents. You will need to update the visibility of each document
|
|
individually.
|
|
</Callout>
|
|
|
|
## A Note on Document Access
|
|
|
|
The `document owner` (the user who created the document) always has access to the document, regardless of the document's visibility settings. This means that even if a document is set to "Admins only", the document owner can still view and edit the document.
|
|
|
|
The `recipient` (the user who receives the document for signature, approval, etc.) also has access to the document, regardless of the document's visibility settings. This means that even if a document is set to "Admins only", the recipient can still view and sign the document.
|