# Theme Info

The format is as follows:

```yaml
{
    "name": "theme_info",
    "theme_name": "Cornerstone",
    "theme_version": "1.1.1",
    "theme_author": "Kajabi",
    "theme_documentation_url": "https://developers.mykajabi.com/blog?tag=cornerstone+page",
    "theme_support_url": "https://github.com/Kajabi/theme-cornerstone-page/issues"
}
```

This must come first in the settings schema and must include all of the info above and nothing else. Theme\_info is a requirement for all themes as of Jun 4th 2019.


---

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