diff --git a/erpnext_documentation/www/docs/v13/assets/img/human-resources/org-chart-mobile.png b/erpnext_documentation/www/docs/v13/assets/img/human-resources/org-chart-mobile.png
new file mode 100644
index 000000000..68dff22e3
Binary files /dev/null and b/erpnext_documentation/www/docs/v13/assets/img/human-resources/org-chart-mobile.png differ
diff --git a/erpnext_documentation/www/docs/v13/assets/img/human-resources/org-chart.png b/erpnext_documentation/www/docs/v13/assets/img/human-resources/org-chart.png
new file mode 100644
index 000000000..4bf49ef67
Binary files /dev/null and b/erpnext_documentation/www/docs/v13/assets/img/human-resources/org-chart.png differ
diff --git a/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/contents.md b/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/contents.md
index d964bde3e..7cc467945 100755
--- a/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/contents.md
+++ b/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/contents.md
@@ -17,6 +17,7 @@ their calculation.
1. [Branch](/docs/v13/user/manual/en/human-resources/branch)
1. [Department](/docs/v13/user/manual/en/human-resources/department)
1. [Designation](/docs/v13/user/manual/en/human-resources/designation)
+1. [Organizational Chart](/docs/v13/user/manual/en/human-resources/organizational-chart)
1. [Employee Grade](/docs/v13/user/manual/en/human-resources/employee-grade)
1. [Employee Group](/docs/v13/user/manual/en/human-resources/employee-group)
1. [Employee Health Insurance](/docs/v13/user/manual/en/human-resources/health-insurance)
diff --git a/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/organizational-chart.md b/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/organizational-chart.md
new file mode 100644
index 000000000..19f56f7d1
--- /dev/null
+++ b/erpnext_documentation/www/docs/v13/user/manual/en/human-resources/organizational-chart.md
@@ -0,0 +1,24 @@
+
+
+# Organizational Chart
+
+
+**An organizational chart shows the organizational structure by depicting connections between different employees with their designation, image, and name. In large organizations where it's difficult to remember names, people can interact with the org chart and know the hierarchy through faces and other info.**
+
+To access Employee Grade, go to:
+
+> Home > Human Resources > Employee > Organizational Chart
+
+- The org chart is created based on the "Reports To" field in Employee master.
+- The employees that don't report to anyone are shown in the first level.
+- The chart expands horizontally on the desktop view and vertically on mobile.
+- Each node has details like the Employee Name, Image, Designation, and the total number of connections.
+- The connections are the total number of descendants a particular node has till the end of the hierarchy.
+- The edit button in every node navigates to the Employee Master.
+- As you navigate through the chart, the active hierarchy is highlighted.
+- You can use the Company filter to check the org chart for individual companies.
+
+
+
+
+
\ No newline at end of file