# Quick start

The best way to get started with Keycloakify is to study and play around with the starter project.

The README details everything there is to know and there is a lot of comments in the code to help you figure things out.

{% embed url="<https://github.com/codegouvfr/keycloakify-starter>" %}

{% hint style="info" %}
If you think some key piece of information are missing like "how do I import my theme in Keycloak" please build the theme of the starter project, information will be printed in the console.
{% endhint %}


---

# 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/v6/readme.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.
