diff --git a/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md b/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md
index 573aaadc369..2612a82e5f4 100644
--- a/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md
+++ b/guides/m2devgde/v1.0.0.0/svcs-framework/svc-how-to-use.md
@@ -60,4 +60,5 @@ To set up a service so it can be accessed using REST, see [What is the Web API F
* What is the Magento 2 Service Framework?
* Basics of Building a Service
-* Services Use Case: Magento 1 and Magento 2 Side-By-Side
\ No newline at end of file
+* Services Use Case—Magento 1 and Magento 2 Side-By-Side
+* Services Use Case—Creating a Customer from an External Source
\ No newline at end of file
diff --git a/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md b/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md
index d7154072311..9da7c06e8bf 100644
--- a/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md
+++ b/guides/m2devgde/v1.0.0.0/svcs-framework/what-is-svc.md
@@ -40,7 +40,7 @@ Benefits include:
## Related Topics
-* Interacting With Services
+* Interacting With Services
* Basics of Building a Service
* How a Client Uses a Service
* Services Use Case—Magento 1 and Magento 2 Side-By-Side