diff --git a/index.bs b/index.bs
index 794fbb209..9ae2b19f7 100644
--- a/index.bs
+++ b/index.bs
@@ -7535,6 +7535,15 @@ Note: this extension may be implemented for [=authenticators=] that do not use [
: results
:: The results of evaluating the PRF for the inputs given in {{AuthenticationExtensionsPRFInputs/eval}} or {{AuthenticationExtensionsPRFInputs/evalByCredential}}. Outputs may not be available during [=registration=]; see comments in {{AuthenticationExtensionsPRFInputs/eval}}.
+
+ Advisement:
+ For some use cases, for example if PRF outputs are used to derive encryption keys to use only on the client side,
+ it may be necessary to omit this {{AuthenticationExtensionsPRFOutputs/results}} output
+ if the {{PublicKeyCredential}} is sent to a remote server,
+ for example to perform the procedures in [[#sctn-rp-operations]].
+ Note in particular that the {{RegistrationResponseJSON}} and {{AuthenticationResponseJSON}}
+ returned by {{PublicKeyCredential}}.{{PublicKeyCredential/toJSON()}}
+ will include this {{AuthenticationExtensionsPRFOutputs/results}} output if present.