# Can't identify the page to customize?

If you can't seem to find the page that you're looking for in [the reference Storybook](https://storybook.keycloakify.dev/?path=/story/introduction--page), first thing to try is to open the devlopper tool and see the page id of the page you're trying to customize.  <br>

<figure><img src="https://content.gitbook.com/content/N2jP04ve5XD0mhCzbqnp/blobs/CMmar2Z4zW2xiaXGVPzK/image.png" alt=""><figcaption><p>Identificating register.ftl</p></figcaption></figure>

Here there is two scenario:&#x20;

First one is there is no KcContext

<figure><img src="https://content.gitbook.com/content/N2jP04ve5XD0mhCzbqnp/blobs/Ox2UWU3Qwo8ap7gQzpgy/image.png" alt=""><figcaption><p>No kcContext defined on the global</p></figcaption></figure>

If you get this error this means that the theme isn't correctly enabled on the client/realm. Checkout [this guide](https://doc-old.keycloakify.dev/documentation/v11/enabling-your-theme) or join [our discord server](https://discord.gg/kYFZG7fQmn), we'll help you debug.  \
\
Other scenario you get a page that is not listed in [the reference storybook](https://storybook.keycloakify.dev/?path=/story/introduction--page). This probably mean that you have a third party Keycloak extention enabled on your Keycloak server, you can still customize this page, just follow this guide: &#x20;

{% content-ref url="../styling-custom-extension-page" %}
[styling-custom-extension-page](https://doc-old.keycloakify.dev/documentation/v11/styling-custom-extension-page)
{% endcontent-ref %}
