diff --git a/apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx b/apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx
index 43504845d..0262f199c 100644
--- a/apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx
+++ b/apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx
@@ -171,6 +171,18 @@ export const CreatePasskeyDialog = ({ trigger, ...props }: CreatePasskeyDialogPr
)}
/>
+
+
+ When you click continue, you will be prompted to add the first available
+ authenticator on your system.
+
+
+
+ If you do not want to use the authenticator prompted, you can close it, which will
+ then display the next avaliable authenticator.
+
+
+
{formError && (
{match(formError)