diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index f327654f08f..5ccf0757842 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -316,6 +316,13 @@ A **person** is a patient with several fields. The fields and their correspondin
| **Tag(s)** | `t/` | Yes | Yes |
You can identify these patients uniquely by their **patient ID (PID)** for easy reference.
+The PID can be seen at the top of their information card.
+
+
+
+
+
+
@@ -532,6 +539,18 @@ An **appointment** is defined by several fields. The fields and their correspond
| **Sickness** | `s/` | Yes | No |
| **Medicine** | `m/` | Yes | No |
+You can identify these appointments uniquely by their **Appointment ID (AID)** for easy reference.
+The AID can be seen at the top of their information card.
+
+
+
+
+
+
+
+The number indicated beside the appointment name is the PID of the person who has the appointment.
+
+
You can manage the appointments through different commands, which can be seen in the table below:
diff --git a/docs/images/appointmentexample.png b/docs/images/appointmentexample.png
new file mode 100644
index 00000000000..854c5035223
Binary files /dev/null and b/docs/images/appointmentexample.png differ
diff --git a/docs/images/personexample.png b/docs/images/personexample.png
new file mode 100644
index 00000000000..c18683bdafb
Binary files /dev/null and b/docs/images/personexample.png differ