# Getting Started

- [Liquid](https://themes.kajabi.com/liquid/getting-started/liquid.md): Kajabi themes are based on the Shopify Liquid templating language so the first step would be to familiarize yourself with their documentation to understand the capabilities of liquid.
- [Theme Types](https://themes.kajabi.com/liquid/getting-started/theme-types.md): Each theme type has different included elements that make them unique so when getting started it is important to understand what you are trying to build.
- [Initial Setup](https://themes.kajabi.com/liquid/getting-started/landing-page.md): The first step to developing Kajabi themes is to establish a Kajabi Developer Account. If you do not already have access to a Kajabi Developer account reach out to themes@kajabi.com for one.


---

# 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://themes.kajabi.com/liquid/getting-started.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.
