diff --git a/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md b/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md
index 04e80ed23..985d5435c 100644
--- a/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md
+++ b/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md
@@ -14,6 +14,10 @@ Upon successful exchange, the module invalidates the OTP so it cannot be reused.
`mutation: {
exchangeOtpForCustomerToken(email: String!, otp: String!) {CustomerToken}}`
+## Reference
+
+The [`exchangeOtpForCustomerToken`](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#mutation-exchangeOtpForCustomerToken) reference provides detailed information about the types and fields defined in this mutation.
+
## Example usage
The following example uses the specified email and one-time password (OTP) to return a customer token.
diff --git a/src/pages/graphql/schema/store/queries/recaptcha-form-config.md b/src/pages/graphql/schema/store/queries/recaptcha-form-config.md
index 1feae79a7..a04fa1d5c 100644
--- a/src/pages/graphql/schema/store/queries/recaptcha-form-config.md
+++ b/src/pages/graphql/schema/store/queries/recaptcha-form-config.md
@@ -12,9 +12,13 @@ You can use the [`recaptchaV3Config` query](recaptcha-v3-config.md) to return a
`recaptchaFormConfig(formType: ReCaptchaFormEnum!): ReCaptchaConfigOutput`
-## References
+## Reference
-The `recaptchaFormConfig` reference provides detailed information about the types and fields defined in this mutation.
+The `recaptchaFormConfig` reference provides detailed information about the types and fields defined in this query.
+
+* [Adobe Commerce as a Cloud Service](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#query-recaptchaFormConfig)
+
+* [On-Premises/Cloud](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-recaptchaV3Config)
## Example usage