# FAQ & HELP

- [Can't identify the page to customize?](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/cant-identify-the-page-to-customize.md)
- [How it Works](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/how-it-works.md): Understand how Keycloakify works under the hood
- [Some values you need are missing from in kcContext type definitions?](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/some-values-you-need-are-missing-from-in-kccontext.md): Extending the KcContext type definition
- [Can I use it with Vue or Angular](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/can-i-use-it-with-vue-or-angular.md)
- [Angular](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/can-i-use-it-with-vue-or-angular/angular.md)
- [Limitations](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/limitations.md)
- [Errors Keycloak in Logs](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/keycloak-error-in-log.md)
- [How do I add extra pages?](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/how-do-i-add-extra-pages.md)
- [Can I use react-hooks-form?](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/can-i-use-react-hooks-form.md)
- [Redirecting you users to the login/register pages](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/redirecting-you-users-to-the-login-register-pages.md)
- [Contributing](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/contributing.md): Looking to submit a PR? Thank you!
- [Migration Guides](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides.md)
- [v9 -> v10](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/v9-greater-than-v10.md)
- [CRA -> Vite](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/cra-greater-than-vite.md)
- [v8 -> v9](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/v8-greater-than-v9.md)
- [v7 -> v8](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/v7-greater-than-v8.md)
- [v6 -> v7](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/v6-greater-than-v7.md)
- [v6.x -> v6.12](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/v6.x-greater-than-v6.12.md)
- [v5 -> v6](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/migration-guides/readme-1.md): Migration guide from v5 to v6
- [Google reCaptcha and End of third-party Cookies](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/google-recaptcha-and-end-of-third-party-cookies.md)
- [Accessing the Realm Attributes](https://doc-old.keycloakify.dev/documentation/v10/faq-and-help/accessing-the-realm-attributes.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc-old.keycloakify.dev/documentation/v10/faq-and-help.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
