diff --git a/docs/index.md b/docs/index.md
index 859964d4..7ce115a7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3,11 +3,13 @@
 page_title: "Coder Provider"
 subcategory: "Infrastructure"
 description: |-
-  
+    Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
 ---
 
 # Coder Provider
 
+Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).
+
 ## Example
 
 ```terraform
diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl
index 5ca983fd..de4ec73e 100644
--- a/templates/index.md.tmpl
+++ b/templates/index.md.tmpl
@@ -3,11 +3,13 @@
 page_title: "Coder Provider"
 subcategory: "Infrastructure"
 description: |-
-  
+    Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces.
 ---
 
 # Coder Provider
 
+Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).
+
 ## Example
 
 {{tffile "examples/provider/provider.tf"}}