# Quick start

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

**The README of the starter repo is the tutorial!** It 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>" %}

Alternatively, one of the main contributors of the project wrote a tutorial on his blog article. Check it out!

{% hint style="info" %}
This video from The UI Dawg is great to give you an overview of how Keycloakify operates but don't treat it as a tutorial!\
The authoritative source is [the readme of the starter project](https://github.com/keycloakify/keycloakify-starter) and this documentation website!
{% endhint %}

{% embed url="<https://youtu.be/x3ux2JM1Bxk>" %}
Introduction video + blog post
{% endembed %}


---

# 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/v9/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.
