# Required Pages

### **Landing Page**

Because landing pages are a single page they only require the one index template.

```
/templates/index.liquid
```

### **Site**

The site themes control everything from login to the customers product library. There are many pages that make up a fully functioning site theme.

```
/templates/404.liquid
/templates/blog.liquid
/templates/blog_post.liquid
/templates/blog_search.liquid
/templates/forgot_password.liquid
/templates/forgot_password_edit.liquid
/templates/index.liquid
/templates/library.liquid
/templates/login.liquid
/templates/page.liquid
/templates/thank_you.liquid
```

### **Product**

A product theme is the way a user consumes the digital content.

```
/templates/announcements.liquid
/templates/categories.liquid
/templates/category.liquid
/templates/comment.liquid
/templates/post.liquid
/templates/product.liquid
/templates/search.liquid
```


---

# 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/required-pages.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.
