# Internationalization and Translations

Keycloakify provides all the tooling you need to localize you Keycloak UIs!

{% content-ref url="/pages/d7uAH9ocLK03CHka4Moz" %}
[Basic principles](/features/i18n/basic-principles.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kj4AZDdNHzHHGacy5uFx" %}
[Adding Support for Extra Languages](/features/i18n/adding-support-for-extra-languages.md)
{% endcontent-ref %}

{% content-ref url="/pages/Rh2gVRyn5bvKWRwwCsf3" %}
[Previewing Your Pages in Different Languages](/features/i18n/previewing-your-pages-in-different-languages.md)
{% endcontent-ref %}

{% content-ref url="/pages/sCdtaYhMmNkaxeLbUdx2" %}
[Adding New Translation Messages or Changing the Default Ones](/features/i18n/adding-new-translation-messages-or-changing-the-default-ones.md)
{% endcontent-ref %}


---

# 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://docs.keycloakify.dev/features/i18n.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.
