diff --git a/doc/user/workspace/index.md b/doc/user/workspace/index.md
index a344946ddbc631235f8c4dfd96b1ff0dcc324cea..d862e1098a6f137cd5f3a6430b8650d84d8c0c30 100644
--- a/doc/user/workspace/index.md
+++ b/doc/user/workspace/index.md
@@ -19,8 +19,6 @@ A workspace is a virtual sandbox environment for your code in GitLab. You can us
 
 Each workspace includes its own set of dependencies, libraries, and tools, which you can customize to meet the specific needs of each project. Workspaces use the AMD64 architecture.
 
-For a demo of this feature, see [GitLab Workspaces Demo](https://go.gitlab.com/qtu66q).
-
 ## Set up a workspace
 
 ### Prerequisites
@@ -197,6 +195,12 @@ GitLab uses the Linux root group ID permission to create, update, or delete file
 
 If you have a container image that does not support arbitrary user IDs, you cannot create, update, or delete files in a workspace. To create a container image that supports arbitrary user IDs, see the [OpenShift documentation](https://docs.openshift.com/container-platform/4.12/openshift_images/create-images.html#use-uid_create-images).
 
+## Related topics
+
+- [Quickstart guide for GitLab remote development workspaces](https://go.gitlab.com/AVKFvy)
+- [Set up your infrastructure for on-demand, cloud-based development environments in GitLab](https://go.gitlab.com/dp75xo)
+- [GitLab workspaces demo](https://go.gitlab.com/qtu66q)
+
 ## Troubleshooting
 
 When working with workspaces, you might encounter the following issues.