> For the complete documentation index, see [llms.txt](https://icehrm.gitbook.io/icehrm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icehrm.gitbook.io/icehrm/documents/document-management.md).

# Document Management

{% hint style="danger" %}
The latest documentation is available [here](https://icehrm.com/explore/docs-category/documents/).
{% endhint %}

In IceHrm you can manage company documents as well as individual employee documents.

## Company Documents

Company documents can be added via `Employees => Document Management`. Depending on the confidentiality and nature of the document it can be shared only with individual employees, all employees attached to a department or all the employees in the company.

![](/files/4dfQHPJ5WYPS8sZVPAkN)

![](/files/COvlsedt4xphRd8tB2sM)

Employees can view company documents via  `Documents => My Documents => Company Documents`

![](/files/85JqEPEcjLURM8iAGc6D)

## Employee Personal Documents

### Document Types

Accessed via `Manage => Documents => Document Types`

Document Types tab is used to define various documents relevant to your organization. The employees are able to upload documents under these categories.

<figure><img src="/files/1rBpCcNf8FnqYhwaxJ9C" alt=""><figcaption></figcaption></figure>

### How to add employee documents?

Admins and managers can add employee documents on behalf of the employees by **Manage -> Documents -> Employee documents**

<figure><img src="/files/4HOH29IRTnUt9nH8YxnY" alt=""><figcaption></figcaption></figure>

Employees can add personal documents by navigating to **Documents -> My documents -> My documents**

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

### Payslips

As an admin, you can view all employee payslips under the **Employee Payslips** tab.

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

Employees can go to **Documents -> my documents -> payslips** to download their payslips.

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

### Expire Notifications

When defining document types you can define before how many days icehrm should notify the user about the expiring documents.

The notification cron should be setup for this feature to function properly. Please check the section \[Cron for Notifications] (<https://icehrm.com/docs/post-installation>)

### Employee Documents

Administrators and Managers can use "Employee Documents" tab to explore and manage documents uploaded by employees or add new documents to employees.

### Settings

Set `"Notifications: Send Document Expiry Emails"` to No if you don't wish to receive document expiry notifications.

Also set `Notifications: Copy Document Expiry Emails to Manager` to Yes if you want to send all document expiry notifications to respective managers also

### **Personalize the Company Documents**

Using the new IceHrm Document Management module, you can specify documents privacy.&#x20;

To find the settings go to the Employee Management module under the Admin account and click on the Document Management module.

If you don't want to share it with your employees:

Set "`Share With Employee option"` to **NO** when you create a new Document Type.&#x20;

For any employee document, under a document type with the above-mentioned field set to No will not be displayed to the employee (document will only be visible to the admin or the manager of the employee)

### Display a Document to a specific Employee

When you assign the document to an employee you can make it visible to the **Owner**, **Manager** or **Admin**.

Also, you can make it visible to the employees' manager or the Admin.

![](/files/7tqHwLP3VVI1DoAfI046)

If you only need to enable this document to the Admin, you can select the option as Admin. So the document will only be visible to the Admin.&#x20;


---

# 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://icehrm.gitbook.io/icehrm/documents/document-management.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.
