# Theme Requirements

- [Required Pages](https://themes.kajabi.com/liquid/theme-requirements/required-pages.md): Kajabi has three types of themes: Landing pages, Sites and products. Each theme type has a few required templates to ensure that they tap into all kajabi functionality.
- [Theme Info](https://themes.kajabi.com/liquid/theme-requirements/theme-info.md): Inside the Kajabi settings schema we have the option to include theme info. This is info is meant to tell the user what version they are on and who supports the theme when issues come up.
- [Powered By Branding](https://themes.kajabi.com/liquid/theme-requirements/powered-by-branding.md): All Kajabi themes are required to include a powered by branding link that is not accessible to the user in the theme settings.


---

# 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/theme-requirements.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.
