# Theme Types

### Landing Page Theme

```
https://github.com/Kajabi/theme-cornerstone-page.git
```

The Kajabi Landing page theme is a single page theme that can be used for any number of pages on a customers site. The Primary use cases are creating Generic Website Pages, Lead Generation Pages and Sales Pages .

### Website Theme

```
https://github.com/Kajabi/theme-cornerstone-site.git
```

The Kajabi Website theme is a larger scope theme and is designed to be the home for the customers. It houses all the authentication pages as well as the library and blog pages to round out all the core functionality a customer needs to create a working Kajabi Portal.

### Product Theme

```
https://github.com/Kajabi/theme-cornerstone-product.git
```

The Kajabi Product theme is the theme that makes it possible for the customer to consume the course information provided by the Kajabi Admin.

### Email Theme

```
https://github.com/Kajabi/theme-cornerstone-email.git
```

The Kajabi Email Theme is the newest member of the Kajabi Theme Suite and is an table based HTML email template that makes it possible for the Kajabi Customer to create beautiful complex email layouts similar to providers such as Mail Chimp and Constant Contact.


---

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