> For the complete documentation index, see [llms.txt](https://themes.kajabi.com/liquid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themes.kajabi.com/liquid/theme-requirements/theme-info.md).

# Theme Info

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.

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.
