# Folder structure

### From version 4.0.0 Zero One has become a plugin!

All theme files except `assets` folder are in the `site/plugins/zero-one/` folder.&#x20;

But we are still making the download as a full install because there are some plugins and config settings that are required for Zero One to work properly. And for your smooth experience and demo examples, it is best we pack that all together.&#x20;

[**Learn how to benefit from that.**](https://www.one.thezero.club/guide/theme-extending#theme-files-customization)

### Different folder structure

#### The Zero One theme has a bit different folder structure than the standard Kirby installation.&#x20;

The following site folders:

* blueprints
* collections
* controllers
* models
* snippets
* templates

Are in **`site/theme/`** folder. With this, we wanted to achieve a cleaner structure.

Kirby supports this approach, and we use inbuilt Kirby functions to achieve this change. Everything is controlled from the root **`index.php`** file.&#x20;

### You like the default Kirby structure better?

Don't worry, if this structure is not something you like, and you like default Kirby structure better, than just:&#x20;

* instead of Zero One **`index.php`** add index.php from Kirby standard install
* all folders from **`site/theme/`** folder, just leave as they are by default in **`site`** folder.&#x20;


---

# 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/installation/folder-structure.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.
