# Testing your Theme

The name of the game for developing a good theme is how quickly you can see your changes on the screen and how easy it is to replicate a production environment locally.

Keycloakify help you with that providing you three ways to test your theme on your machine.

{% content-ref url="/pages/M0xHW2Aark4N3MkSMLgQ" %}
[In Storybook](/keycloakify/v10/testing-your-theme/in-storybook.md)
{% endcontent-ref %}

{% content-ref url="/pages/cVCigTvwKjj8vK7vEHSb" %}
[In a Keycloak Docker Container](/keycloakify/v10/testing-your-theme/in-a-keycloak-docker-container.md)
{% endcontent-ref %}

{% content-ref url="/pages/2JTVpGkJ7Kbc1xJKuvOC" %}
[With Vite or Webpack in dev mode](/keycloakify/v10/testing-your-theme/with-vite-or-webpack-in-dev-mode.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/keycloakify/v10/testing-your-theme.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.
