# Page types

Short preview of Zero One theme page types (templates).&#x20;

### Home

The homepage has Page Builder and no header options. So there is just a header and footer, and you create content in-between with Zero One Page Builder.

{% embed url="<https://www.thezero.club/demo/one/>" %}

### Blog

The blog lists its subpages/articles in the date hierarchy. It has header options, and many classic blog-related options like categories, tags, sidebar, etc.&#x20;

{% embed url="<https://www.thezero.club/demo/one/journal>" %}

### Article

Articles are Blog template subpages. Content is ruled by [Kirby Editor](https://github.com/getkirby/editor) and there are fine-grain options.

{% embed url="<https://www.thezero.club/demo/one/journal/tips-for-camera-protection-while-travelling>" %}

### Work

The Work (Portfolio) template is listing its subpages/projects. It has header options and many classic portfolio-related options. There are two types of layouts to choose from.

{% embed url="<https://www.thezero.club/demo/one/work>" %}

### Project

Project templates have header options, specific project infoboxes, and Page Builder.&#x20;

{% embed url="<https://www.thezero.club/demo/one/work/boxed-water-is-better>" %}

### Shop

Shop template page, to list your products. Many options avaliable.

{% embed url="<https://www.thezero.club/demo/one/shop>" %}

### Product

Products are shop template subpages.

{% embed url="<https://www.thezero.club/demo/one/shop/modern-leisure-chair>" %}

### Layout Builder

Layout Builder is a magical layout system with inner blocks powering infinite creative possibilities.

{% embed url="<https://www.thezero.club/demo/one/builders/layout-builder>" %}

### ~~Page Builder~~

{% hint style="danger" %}
From Zero One version 5 [Page Builder is deprecated](https://www.one.thezero.club/guide/old-page-builder-deprecation).
{% endhint %}

### Default page

The default page template has header options, an optional sidebar, and Kirby Blocks for main content.&#x20;

{% embed url="<https://zero-one.test/privacy-policy>" %}

### Contact

The contact page has header options, an optional contact form, and several content options.&#x20;

{% embed url="<https://www.thezero.club/demo/one/contact>" %}

### Redirect

The redirect template is just that - redirect. Although it has additional options the main purpose is redirect function. It can be very useful when you want to list some external page to the menu, or anywhere else.&#x20;

<figure><img src="/files/LLK8IhwgSmpAsNdayAFg" alt=""><figcaption><p>Redirect template options</p></figcaption></figure>

### Search

The search template name says everything.&#x20;

{% embed url="<https://www.thezero.club/demo/one/search>" %}

### Error

There is also a custom error page.&#x20;

{% embed url="<https://www.thezero.club/demo/one/error>" %}


---

# 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://www.one.thezero.club/guide/page-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.
