> For the complete documentation index, see [llms.txt](https://echelp.weaver.com.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://echelp.weaver.com.co/document-management-system-dms/document-information-page/document-sharers.md).

# Document Sharers

Sharers are users that the document has been shared to, they can be divided into default sharers and non-default sharers depending on their sources of share permissions.

### Types of Sharers and the permissions given:

(1) View-only Sharers

* CANNOT edit the content.
* Does NOT have the permissions to edit non-standard properties fields. (Non-default Sharer/Participant/PIC)
* CANNOT add new participants
* CANNOT change the PIC.
* Can add other sharers with VIEW permissions.
* CANNOT delete other sharers with view permissions.
* CANNOT add other sharers with EDIT permissions.
* CANNOT delete other sharers with EDIT permissions.
* CANNOT add other sharers with FULL CONTROL permissions.
* CANNOT add other sharers with FULL CONTROL permissions.

(1) Edit Sharers

* CAN edit the content.
* Have the permissions to edit non-standard properties fields. (Non-default Sharer/Participant/PIC)
* CAN add new participants
* CAN change the PIC.
* Can add other sharers with VIEW permissions.
* CAN delete other sharers with view permissions.
* CAN add other sharers with EDIT permissions.
* CAN delete other sharers with EDIT permissions.
* CANNOT add other sharers with FULL CONTROL permissions.
* CANNOT add other sharers with FULL CONTROL permissions.

(3) Full Control Sharers

Can perform all actions on the document.

### Adding Default Sharers for Directory:

<figure><img src="/files/RVSdZR1EKuqjm0gZcUul" alt=""><figcaption></figcaption></figure>

In the Folder settings page, go to the Default sharer's tab under Document Permissions Tab.<br>

Click on the "+" sign to add a new default sharer.

All the new files created in the folder will automatically be shared to the default sharers.

### Manually Adding Additional Sharers to a Document/ File"

Select this "Share" button in the drop down list of the file to be shared. Then select a user from your contacts list to share the file. (Through IM)

<figure><img src="/files/PdOQxssVRGjIQGn0c60u" alt=""><figcaption></figcaption></figure>

To add non-default sharers users to the sharer list, Click on the "share" tab in the documents preview page, then click on the "+" sign and select the personnel to be added as sharer to the list, with proper permission level.

<figure><img src="/files/UYOLiaGPy31Qv2xb3d2l" alt=""><figcaption></figcaption></figure>


---

# 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://echelp.weaver.com.co/document-management-system-dms/document-information-page/document-sharers.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.
