diff --git a/docs/README.md b/docs/README.md
index f7faf858..12d85e2c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -6,11 +6,22 @@

+## πΆ Getting Started
+
[**Terminology**](terminology.md)
Understanding the key terms used in the Lot Occupancy System.
-[**Map Images**](mapImages.md)
-How to create images compatible with the Lot Occupancy System.
+## π© User Documentation
+
+[**Work Orders**](workOrders.md)
+What are work orders? How do they work?
+
+## π¦ΈββοΈ Power User Documentation
[**Keyboard Shortcuts**](shortcuts.md)
-Shortcuts to speed through tasks in the Lot Occupancy System.
\ No newline at end of file
+Shortcuts to speed through tasks in the Lot Occupancy System.
+
+## πΌ Administrator Documentation
+
+[**Map Images**](mapImages.md)
+How to create images compatible with the Lot Occupancy System.
diff --git a/docs/images/workOrderEdit.png b/docs/images/workOrderEdit.png
new file mode 100644
index 00000000..e9947fdd
Binary files /dev/null and b/docs/images/workOrderEdit.png differ
diff --git a/docs/images/workOrderMilestoneEdit.png b/docs/images/workOrderMilestoneEdit.png
new file mode 100644
index 00000000..45994d24
Binary files /dev/null and b/docs/images/workOrderMilestoneEdit.png differ
diff --git a/docs/workOrders.md b/docs/workOrders.md
new file mode 100644
index 00000000..d0ae1abe
--- /dev/null
+++ b/docs/workOrders.md
@@ -0,0 +1,54 @@
+[Home](https://cityssm.github.io/lot-occupancy-system/)
+β’
+[Help](https://cityssm.github.io/lot-occupancy-system/docs/)
+
+# Work Orders
+
+
+
+Work orders track tasks associated with lots and/or occupancies on lots.
+There are several sections that make up each work order,
+and can be used to track various details associated with the work.
+
+## Main Details
+
+Work orders include the following main details.
+
+**Work Order Number**
+Note that when creating a work order, if the work order number field is left blank,
+a new work order number can be generated based on the format of your choice.
+
+**Work Order Type**
+The work order types are completely customizable and can be used to categorize work orders.
+
+**Description**
+The work order description can describe the overall theme of the work order,
+and include details that may not fit into other places on the work order.
+
+**Open Date**
+The starting date for the work order.
+
+**Close Date**
+The date the work order is considered complete.
+Further updates to the work order are not permitted after the work order is closed.
+
+## Related Lots and Occupancies
+
+In order to track where the work is taking place and who is affected by the work,
+work orders can be linked to lots (burial sites in the example above)
+and occupancies.
+
+## Comments
+
+Comments offer open logging that can track various details that arise throughout the work order.
+
+## Milestones
+
+
+
+Work orders can be broken up into actionable items, called milestones.
+Milestone types are completely customizable and can be used to categorize milestones.
+The date, and optional time, track when the milestone is scheduled to be completed.
+
+Milestones appear on the main application dashboard,
+and can be linked to calendar applications like Microsoft Outlook.
\ No newline at end of file