diff --git a/docs/admin/templates/extending-templates/parameters.md b/docs/admin/templates/extending-templates/parameters.md index 5db1473cec3ec..676b79d72c36f 100644 --- a/docs/admin/templates/extending-templates/parameters.md +++ b/docs/admin/templates/extending-templates/parameters.md @@ -376,6 +376,15 @@ data "coder_parameter" "jetbrains_ide" { When the template doesn't specify default values, Coder may still autofill parameters. +You need to enable `auto-fill-parameters` first: + +```shell +coder server --experiments=auto-fill-parameters +``` + +Or set the [environment variable](../../setup/index.md), `CODER_EXPERIMENTS=auto-fill-parameters` +With the feature enabled: + 1. Coder will look for URL query parameters with form `param.=`. This feature enables platform teams to create pre-filled template creation links.