diff --git a/data/own_data/dst_manual_annotation/manual_annotation_1_C.json b/data/own_data/dst_manual_annotation/manual_annotation_1_C.json
new file mode 100644
index 0000000000000000000000000000000000000000..e915463a8bde181dde9860c96ce5ac9c1f8c6d8d
--- /dev/null
+++ b/data/own_data/dst_manual_annotation/manual_annotation_1_C.json
@@ -0,0 +1,47 @@
+{
+    "dialog": [
+        "User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?",
+        "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?",
+        "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?",
+        "System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?",
+        "User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?",
+        "System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?",
+        "User: No, that's all for now. I'll just book the train ticket.",
+        "System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!"
+    ],
+    "annotation": {
+        "Services Involved": [
+            "train"
+        ],
+        "Service Details": [
+            {
+                "Service Type": "train",
+                "Actions": [
+                    "find_train",
+                    "book_train"
+                ],
+                "Preferences": {
+                    "train-day": [
+                        "sunday"
+                    ],
+                    "train-departure": [
+                        "Stevenage"
+                    ],
+                    "train-leaveat": [
+                        "10:43"
+                    ],
+                    "train-destination": [
+                        "Cambridge"
+                    ],
+                    "train-bookpeople": [
+                        "NONE"
+                    ],
+                    "train-arriveby": [
+                        "12:15"
+                    ]
+
+                }
+            }
+        ]
+    }
+}
\ No newline at end of file