diff --git a/docs/admin/licensing/index.md b/docs/admin/licensing/index.md index c55591b8d2a2e..5fb7f345bb26a 100644 --- a/docs/admin/licensing/index.md +++ b/docs/admin/licensing/index.md @@ -45,3 +45,12 @@ First, ensure you have a license key `coder licenses add -f ` + +## Find your deployment ID + +You'll need your deployment ID to request a trial or license key. + +From your Coder dashboard, select your user avatar, then select the **Copy to +clipboard** icon at the bottom: + +![Copy the deployment ID from the bottom of the user avatar dropdown](../../images/admin/deployment-id-copy-clipboard.png) diff --git a/docs/images/admin/deployment-id-copy-clipboard.png b/docs/images/admin/deployment-id-copy-clipboard.png new file mode 100644 index 0000000000000..db74436bb8bc4 Binary files /dev/null and b/docs/images/admin/deployment-id-copy-clipboard.png differ