# 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;
