diff --git a/docs/admin/templates/extending-templates/parameters.md b/docs/admin/templates/extending-templates/parameters.md index 41b9fdcad99c0..a2480d639eab4 100644 --- a/docs/admin/templates/extending-templates/parameters.md +++ b/docs/admin/templates/extending-templates/parameters.md @@ -287,7 +287,10 @@ data "coder_parameter" "project_id" { } ``` -## Create Autofill +## Autofill Parameters + +> This feature requires the `auto-fill-parameters` +> [experiment](https://coder.com/docs/contributing/feature-stages). When the template doesn't specify default values, Coder may still autofill parameters.